의도에 맞도록 getRegdateGM(), getUpdateGM() 개선

RSS Feed의 날짜 표시를 GMT+0으로 변경
This commit is contained in:
conory 2017-09-06 23:38:42 +09:00
parent d599f1e4e9
commit 1d8d685fc1
7 changed files with 29 additions and 29 deletions

View file

@ -8,7 +8,7 @@
<description>{$info->description}</description>
<atom:link href="{$info->id}" rel="self" type="application/rss+xml" />
<language>{$info->language}</language>
<pubDate>{$info->dateGM}</pubDate>
<pubDate>{$info->date_r}</pubDate>
<generator>Rhymix</generator>
<copyright cond="$info->feed_copyright">{$info->feed_copyright}</copyright>
<image cond="$info->image">
@ -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()}</pubDate>
<pubDate>{$oDocument->getRegdateGM('r')}</pubDate>
</item>
</channel>
</rss>