I am trying to load RSS feed http://feeds.feedburner.com/foxnews/latest but I am getting datetime parsing error in SyndicationFeed.Load()
function because it is not able to parse Tue, 17 June 2014 02:38:06 EDT
any suggestion?
I am already using this custom xml reader (http://brian-federici.com/blog/2012/9/21/exceptions-with-rss20feedformatterdatefromstring) to support multiple formats but still it is not supporting this format.
Can anyone help me that how to parse this Tue, 17 June 2014 02:38:06 EDT
into DateTime
object in C#