Fix #1158 use internal timezone in RSS output

This commit is contained in:
Kijin Sung 2019-03-06 00:05:54 +09:00
parent b72c5edcec
commit 329ec0cfd4
5 changed files with 8 additions and 8 deletions

View file

@ -30,7 +30,7 @@
<dc:creator>{$oDocument->getNickName()}</dc:creator>
<guid isPermaLink="true">{$oDocument->getPermanentUrl()}</guid>
<comments cond="$oDocument->allowComment()">{$oDocument->getPermanentUrl()}#comment</comments>
<pubDate>{$oDocument->getRegdateGM('r')}</pubDate>
<pubDate>{date('r', ztime($oDocument->get('regdate')))}</pubDate>
</item>
</channel>
</rss>