mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42: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
|
|
@ -30,6 +30,6 @@
|
|||
<link>{$oDocument->getPermanentUrl()}</link>
|
||||
<description>{$oDocument->getSummary(400)|escape}</description>
|
||||
<dc:creator>{$oDocument->getNickName()}</dc:creator>
|
||||
<dc:date>{$oDocument->getRegdateGM('c')}</dc:date>
|
||||
<dc:date>{date('c', ztime($oDocument->get('regdate')))}</dc:date>
|
||||
</item>
|
||||
</rdf:RDF>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue