sismics / reader

Free and open source feeds reader, including all major Google Reader features
https://www.sismics.com/reader/
GNU General Public License v2.0
399 stars 98 forks source link

Error parsing comment date #84

Closed KewlCat closed 10 years ago

KewlCat commented 10 years ago

Hi

I have these errors in the logs : Error parsing comment date: Mon, 9 Dec 2013 18:51:52 GMT Error parsing comment date: Wed, 27 Nov 2013 20:17:55

Can you add these "formats" to RssReader.parseDate() ?

Feeds at the source of the problem : http://www.slackware.com/~alien/slackbuilds/ChangeLog.rss http://www.maliki.com/rss.xml

jendib commented 10 years ago

Dates should follow RFC 822: http://www.w3.org/Protocols/rfc822/#z28 The first date is on 1 digit day. The second doesn't have a timezone.

KewlCat commented 10 years ago

Thank you ! :-)