Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed JDK 1.8 problem. OffsetDateTime.parse() does not handle proper …
…ISO 8601 Date Time offset Strings that include timezone offset values: "2024-02-12T11:38:00+01:00". That fails to parse in JDK 1.8, but works in 11+
- Loading branch information