witochandra / webfeed

A dart package for parsing RSS & Atom feed
MIT License
103 stars 154 forks source link

pubDate - parser returns null for "Fri, 14 Aug 2020" #33

Open nugatritter opened 4 years ago

nugatritter commented 4 years ago

Since parsing pubDate to DateTime, the timestamp "Fri, 14 Aug 2020" leads to a NULL result. You can use following RSS feed to check: https://www.helmholtz-berlin.de/pubbin/rss/news?feed=hzb;sprache=en

nugatritter commented 4 years ago

I'm working with your modified datetime.dart file now and it's working fine. Thank's a lot for this! When will you publish it to https://pub.dev/?

yenyichau commented 3 years ago

Still waiting the owner to publish the latest version