-
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
Default string formats that will deserialise successfully to an Instant? #108
Comments
Seems like this is something that could be documented on Marking as |
It appears that only format for string values for property with type Line 141 in 2f7d955
DateTimeFormatter.ISO_INSTANT .Is this worth documenting? |
Yes, I think it's worth documenting, and answer's the OP's question:
Now, as where to put the documentation, to answer Cowtowncoder's question,
my suggestion would be the readme.md for the Date/Time because it seems to have that level of detail: https://github.com/FasterXML/jackson-modules-java8/tree/master/datetime |
Looks like README was modified, closing. |
What string formats will deserialise successfully to an Instant type, using a vanilla object mapper?
I would like to follow Postels law and be as wide as possible in accepting serialised time formats, but my testers would like to know the range of possible date formats so they can test around it.
Thanks :)
The text was updated successfully, but these errors were encountered: