mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 17:13:23 +00:00
Parse AP Divesight time format
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
4c8355aba0
commit
693bf249e4
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@
|
|||
<xsl:call-template name="sec2time">
|
||||
<xsl:with-param name="timeSec">
|
||||
<xsl:choose>
|
||||
<xsl:when test="substring-after($value, '.') != ''">
|
||||
<xsl:when test="substring-after($value, '.') != '' and not(contains($hw, 'APD'))">
|
||||
<!-- Well, I suppose it was min.sec -->
|
||||
<xsl:value-of select="substring-before($value, '.') * 60 + concat('.', substring-after($value, '.')) * 60" />
|
||||
</xsl:when>
|
||||
|
|
Loading…
Add table
Reference in a new issue