Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to parse instants with UTC offsets other than Z #56

Closed
mgj opened this issue Sep 21, 2020 · 0 comments · Fixed by #107
Closed

Allow to parse instants with UTC offsets other than Z #56

mgj opened this issue Sep 21, 2020 · 0 comments · Fixed by #107
Labels
enhancement New feature or request
Milestone

Comments

@mgj
Copy link

mgj commented Sep 21, 2020

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

@ilya-g ilya-g changed the title ISO 8601 compliance Allow to parse instants with UTC offsets other than Z Jan 17, 2021
@ilya-g ilya-g added the enhancement New feature or request label Jan 17, 2021
@dkhalanskyjb dkhalanskyjb added this to the 0.2.0 milestone Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
4 participants
@mgj @ilya-g @dkhalanskyjb and others