mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
Fix #1158 use internal timezone in RSS output
This commit is contained in:
parent
b72c5edcec
commit
329ec0cfd4
5 changed files with 8 additions and 8 deletions
|
|
@ -22,8 +22,8 @@
|
|||
<tags>{$oDocument->get('tags')}</tags>
|
||||
<comment_count>{$oDocument->getCommentCount()}</comment_count>
|
||||
<trackback_count>{$oDocument->getTrackbackCount()}</trackback_count>
|
||||
<pubDate>{$oDocument->getRegdateGM('r')}</pubDate>
|
||||
<upDate>{$oDocument->getUpdateGM('r')}</upDate>
|
||||
<pubDate>{date('r', ztime($oDocument->get('regdate')))}</pubDate>
|
||||
<upDate>{date('r', ztime($oDocument->get('last_update')))}</upDate>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue