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

@ -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>