The README states that e.g. `Instant` only has ISO-8601 support but i think it only has partial support. `Instant.parse("2020-09-21T09:12:47Z")` works as expected but `Instant.parse("2020-09-21T09:12:47+00:00")` throws a DateTimeParseException