w3stling/rssreader

Datetime format not recognized

Rakambda opened this issue · 0 comments

When trying to sort Items I get an exception "Unknown date time format" fired from https://github.com/w3stling/rssreader/blob/master/src/main/java/com/apptastic/rssreader/DateTime.java#L87 .

The date that is trying to be parsed is 2021-11-17T13:21:21Z. It isn't recognized but is compliant with the case DateTimeFormatter.ISO_OFFSET_DATE_TIME (atom feed rfc).

An example of a feed like this can be the GitHub personal feed (found at the bottom of https://github.com when logged in).