Fix month on Shearwater import

Fixes #1096

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2016-09-28 19:38:02 +03:00 committed by Dirk Hohndel
parent 87ced29e09
commit 3a454d77ba

View file

@ -187,7 +187,7 @@
<xsl:when test="$mnth = 'Jun'">6</xsl:when>
<xsl:when test="$mnth = 'Jul'">7</xsl:when>
<xsl:when test="$mnth = 'Aug'">8</xsl:when>
<xsl:when test="$mnth = 'Sept'">9</xsl:when>
<xsl:when test="$mnth = 'Sep'">9</xsl:when>
<xsl:when test="$mnth = 'Oct'">10</xsl:when>
<xsl:when test="$mnth = 'Nov'">11</xsl:when>
<xsl:when test="$mnth = 'Dec'">12</xsl:when>