mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 03:52:15 +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
|
|
@ -15,8 +15,8 @@
|
|||
<link rel="alternate" type="text/html" href="{$oDocument->getPermanentUrl()}"/>
|
||||
<link cond="$oDocument->allowComment()" rel="replies" type="text/html" href="{$oDocument->getPermanentUrl()}#comment"/>
|
||||
<id>{$oDocument->getPermanentUrl()}</id>
|
||||
<published>{$oDocument->getRegdateGM('c')}</published>
|
||||
<updated>{$oDocument->getUpdateGM('c')}</updated>
|
||||
<published>{date('c', ztime($oDocument->get('regdate')))}</published>
|
||||
<updated>{date('c', ztime($oDocument->get('last_update')))}</updated>
|
||||
<author>
|
||||
<name>{$oDocument->getNickName()}</name>
|
||||
</author>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue