mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
의도에 맞도록 getRegdateGM(), getUpdateGM() 개선
RSS Feed의 날짜 표시를 GMT+0으로 변경
This commit is contained in:
parent
d599f1e4e9
commit
1d8d685fc1
7 changed files with 29 additions and 29 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue