<?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: Correct RSS date format</title>
	<atom:link href="http://tomchikoore.com/2008/02/04/correct-rss-date-format/feed/" rel="self" type="application/rss+xml" />
	<link>http://tomchikoore.com/2008/02/04/correct-rss-date-format/</link>
	<description></description>
	<lastBuildDate>Mon, 12 Sep 2011 12:07:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Praveena</title>
		<link>http://tomchikoore.com/2008/02/04/correct-rss-date-format/comment-page-1/#comment-28</link>
		<dc:creator>Praveena</dc:creator>
		<pubDate>Thu, 26 Jun 2008 12:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://tomchikoore.wordpress.com/?p=20#comment-28</guid>
		<description>Hi ,
Even i tried to write Feeds for my website (http://exploreneedy.com/). But i am also facing same problem with date time format.

Can i write Data time in this:
Thu, 26 Jul 2008 13:00:00 -0530

I am confused whats wrong in the above format.

Here is my feeds:

http://exploreneedy.com/explore-feed.xml

Thanks,</description>
		<content:encoded><![CDATA[<p>Hi ,<br />
Even i tried to write Feeds for my website (<a href="http://exploreneedy.com/" rel="nofollow">http://exploreneedy.com/</a>). But i am also facing same problem with date time format.</p>
<p>Can i write Data time in this:<br />
Thu, 26 Jul 2008 13:00:00 -0530</p>
<p>I am confused whats wrong in the above format.</p>
<p>Here is my feeds:</p>
<p><a href="http://exploreneedy.com/explore-feed.xml" rel="nofollow">http://exploreneedy.com/explore-feed.xml</a></p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elliot</title>
		<link>http://tomchikoore.com/2008/02/04/correct-rss-date-format/comment-page-1/#comment-26</link>
		<dc:creator>Elliot</dc:creator>
		<pubDate>Tue, 05 Feb 2008 16:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://tomchikoore.wordpress.com/?p=20#comment-26</guid>
		<description>Dealing with date formats when parsing &quot;RSS/ATOM-in-the-wild&quot; can be a challenging task, due to both the fragmented nature of the RSS/ATOM standards and the variety of date formats one could theoretically expect to find in feeds (RFC 822, W3CDTF, RFC3339, etc.). There&#039;s also malformed date formats, time zone abbreviations, and other minor items which can further muddy the date parsing/validation process.  When we were building our RSS parsing/serialization engine, dates were probably one of the most tedious validation aspects we ran into (RSS/ATOM extensions and all their potential varying forms being the second).  &quot;Really Simple&quot; just isn&#039;t really the case if you&#039;re parsing feeds -- maybe if you&#039;re just subscribing to them! :)</description>
		<content:encoded><![CDATA[<p>Dealing with date formats when parsing &#8220;RSS/ATOM-in-the-wild&#8221; can be a challenging task, due to both the fragmented nature of the RSS/ATOM standards and the variety of date formats one could theoretically expect to find in feeds (RFC 822, W3CDTF, RFC3339, etc.). There&#8217;s also malformed date formats, time zone abbreviations, and other minor items which can further muddy the date parsing/validation process.  When we were building our RSS parsing/serialization engine, dates were probably one of the most tedious validation aspects we ran into (RSS/ATOM extensions and all their potential varying forms being the second).  &#8220;Really Simple&#8221; just isn&#8217;t really the case if you&#8217;re parsing feeds &#8212; maybe if you&#8217;re just subscribing to them! <img src='http://tomchikoore.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

