-
Notifications
You must be signed in to change notification settings - Fork 117
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
ZonedDateTime documentation seems to be incorrect #170
Comments
Yes, and the comment could be improved too. A little ambiguous though perhaps trying to explain why |
@cowtowncoder please confirm |
@mydata Generally documentation should match implementation unless indicated otherwise. So I'd start with that. |
@cowtowncoder @pjfanning as far as I can see the documentation was fixed a long time ago with 92c9e0d and the code was also modified to include a more extensive comment why |
It says:
https://github.com/FasterXML/jackson-modules-java8/tree/master/datetime
For string representation default formats for deserialization are:
ZonedDateTime
DateTimeFormatter.ISO_ZONED_DATE_TIME
But in the code I see:
jackson-modules-java8/datetime/src/main/java/com/fasterxml/jackson/datatype/jsr310/ser/ZonedDateTimeSerializer.java
Lines 22 to 23 in 1534c55
The text was updated successfully, but these errors were encountered: