<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WordPress中RSS输出的时间问题</title>
	<atom:link href="http://sk23.com/blog/wordpress-rss-date-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://sk23.com/blog/wordpress-rss-date-problem/</link>
	<description>分享生活小窍门及与网络相关的一些技巧. 简单生活, 简单快乐. Simple Life, Simple Joy.</description>
	<lastBuildDate>Wed, 30 Nov 2011 13:03:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: 伤感熊</title>
		<link>http://sk23.com/blog/wordpress-rss-date-problem/comment-page-1/#comment-116</link>
		<dc:creator>伤感熊</dc:creator>
		<pubDate>Tue, 15 Jan 2008 04:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://sk23.com/blog/?p=62#comment-116</guid>
		<description>WordPress中RSS的时间是以GMT +0000为标准记录的，所以时间标准是没有问题的，但不过一些浏览器或RSS阅读器无法将它转化成当地时间而已。
要想都使用北京时间，符合习惯，估计很不好办，我也不知道怎样做才是正确的，个人觉得还是按默认的比较好，把其它事情交给浏览器和RSS阅读器好了。</description>
		<content:encoded><![CDATA[<p>WordPress中RSS的时间是以GMT +0000为标准记录的，所以时间标准是没有问题的，但不过一些浏览器或RSS阅读器无法将它转化成当地时间而已。<br />
要想都使用北京时间，符合习惯，估计很不好办，我也不知道怎样做才是正确的，个人觉得还是按默认的比较好，把其它事情交给浏览器和RSS阅读器好了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Feed中发表时间的问题 - Allen&#8217;s blog</title>
		<link>http://sk23.com/blog/wordpress-rss-date-problem/comment-page-1/#comment-115</link>
		<dc:creator>Feed中发表时间的问题 - Allen&#8217;s blog</dc:creator>
		<pubDate>Sun, 13 Jan 2008 03:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://sk23.com/blog/?p=62#comment-115</guid>
		<description>[...] 这个问题可能跟不同的工具对时间的阅读有不同的方式，从feed源代码来看，wordpress使用+0000,跟时区设置无关；不同的阅读器都使用自己的计算方法得出结果，所以才会出现我说的有3种时间。根据车东说的WordPress的中文RSS FEED日期问题，标准的日期必须为rfc 822格式，类似于&lt;pubDate&gt;Sun, 26 Dec 2004 21:48:09 +0800&lt;/pubDate&gt;。wordpress的默认feed没有遵守标准，所以就出现了时间错乱的Bug。实际上这个Bug从1.5之前就存在，但是现在还是没有改掉。我先找到这篇文章，于是改了wp-includes/feed-rss2.php,把+0000改成+0800，后来又看到这篇文章，搞得人脑袋晕，不知道说的是什么道理。现在我的feed时间还是先遵守rfc 822标准格式，使用+0800，IE显示的源代码里的还是GMT时间，不是发表日志的北京时间，改了之后，safari里早了16小时，FeedDemon和Bloglines正确，Outlook 2007里早了8小时。真是让人搞不明白。  [本文最后由 Allen 于 2008年1月13日, 03:39 上午 修改] Permalink: http://www.bunorte.cn/wordpress/feed-timezone-bug.html [...]</description>
		<content:encoded><![CDATA[<p>[...] 这个问题可能跟不同的工具对时间的阅读有不同的方式，从feed源代码来看，wordpress使用+0000,跟时区设置无关；不同的阅读器都使用自己的计算方法得出结果，所以才会出现我说的有3种时间。根据车东说的WordPress的中文RSS FEED日期问题，标准的日期必须为rfc 822格式，类似于&lt;pubDate&gt;Sun, 26 Dec 2004 21:48:09 +0800&lt;/pubDate&gt;。wordpress的默认feed没有遵守标准，所以就出现了时间错乱的Bug。实际上这个Bug从1.5之前就存在，但是现在还是没有改掉。我先找到这篇文章，于是改了wp-includes/feed-rss2.php,把+0000改成+0800，后来又看到这篇文章，搞得人脑袋晕，不知道说的是什么道理。现在我的feed时间还是先遵守rfc 822标准格式，使用+0800，IE显示的源代码里的还是GMT时间，不是发表日志的北京时间，改了之后，safari里早了16小时，FeedDemon和Bloglines正确，Outlook 2007里早了8小时。真是让人搞不明白。  [本文最后由 Allen 于 2008年1月13日, 03:39 上午 修改] Permalink: <a href="http://www.bunorte.cn/wordpress/feed-timezone-bug.html" rel="nofollow">http://www.bunorte.cn/wordpress/feed-timezone-bug.html</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allen</title>
		<link>http://sk23.com/blog/wordpress-rss-date-problem/comment-page-1/#comment-114</link>
		<dc:creator>Allen</dc:creator>
		<pubDate>Fri, 11 Jan 2008 06:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://sk23.com/blog/?p=62#comment-114</guid>
		<description>但是在我的Blog中，后台选项设置了+8，然后feed-rss2.php文件也恢复了+0000,但是RSS的时间总是比我实际的发表时间（北京时间）早8个小时。到底要怎样才能让RSS中的时间跟文章发表时间一样？都使用北京时间，符合习惯。</description>
		<content:encoded><![CDATA[<p>但是在我的Blog中，后台选项设置了+8，然后feed-rss2.php文件也恢复了+0000,但是RSS的时间总是比我实际的发表时间（北京时间）早8个小时。到底要怎样才能让RSS中的时间跟文章发表时间一样？都使用北京时间，符合习惯。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 域名</title>
		<link>http://sk23.com/blog/wordpress-rss-date-problem/comment-page-1/#comment-77</link>
		<dc:creator>域名</dc:creator>
		<pubDate>Fri, 30 Mar 2007 07:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://sk23.com/blog/?p=62#comment-77</guid>
		<description>配置文件有的</description>
		<content:encoded><![CDATA[<p>配置文件有的</p>
]]></content:encoded>
	</item>
</channel>
</rss>

