An RSS feed has two elements that give the publication date of an item: dc:date, and pubDate. They are in different formats. dc:date is in this format:
2003-07-14T11:13:12+00:00
and pubDate is in this format:
Sat, 07 Sep 2002 0:00:01 GMT
Fortunately, DateTime.Parse understands them both.
7:46:32 AM
|