w3stling / rssreader

A simple Java library for reading RSS and Atom feeds
MIT License
152 stars 25 forks source link

Unhandled timestamp format #104

Closed w3stling closed 1 year ago

w3stling commented 1 year ago

Unhandled timestamp format: 2023-08-07T10:06:05-0400

This bug only affects code that calls sorted() or calls getters that returns ZonedDateTime

Fixes issue #103