Describe the bug
When adding a feed which uses the time format hh:mm:ss +0000, the app parses each item in that format as being published "today."
To Reproduce
Steps to reproduce the behavior:
- Add a feed (example: https://letterboxd.com/davidehrlich/rss)
- Go to the feed from the sidebar
Expected behavior
pubDate property gets properly parsed and items show the date/time they were published
Environment information (please complete the following information):
Additional context
I compared one working feed to the broken feed from letterboxd. The date format in both were identical, except that the working feed ended with "GMT" after the time and the broken feed had +1300
Describe the bug
When adding a feed which uses the time format
hh:mm:ss +0000, the app parses each item in that format as being published "today."To Reproduce
Steps to reproduce the behavior:
Expected behavior
pubDate property gets properly parsed and items show the date/time they were published
Environment information (please complete the following information):
Additional context
I compared one working feed to the broken feed from letterboxd. The date format in both were identical, except that the working feed ended with "GMT" after the time and the broken feed had +1300