Rename formatDate() function to epoch_to_gmdate()
[tweeper.git] / rss_converter_twitter.com.xsl
index 6d72ceb..45e148d 100644 (file)
@@ -42,7 +42,7 @@
                 <xsl:value-of select="$twitterBaseURL"/><xsl:value-of select=".//a[@class='details with-icn js-details']/@href"/>
             </link>
             <pubDate>
-                <xsl:value-of select="php:functionString('formatDate', .//small[@class='time']//span/@data-time)"/>
+                <xsl:value-of select="php:functionString('epoch_to_gmdate', .//small[@class='time']//span/@data-time)"/>
             </pubDate>
             <description>
                 <xsl:value-of select="concat($screen-name, ': ')"/>