Closed
Description
I guess it has always been like this, but it doesn't make much sense to me. DateTime is basically a LocalDateTime with a DateTimeZone attached. Generally when people are using DateTime they want time zone info, otherwise they would use a LocalDateTime.
I think as a result of this design decision, many people have to implement custom DateTime functionality to deal with time zone.
What jackson should be doing is to write out the time zone id along with the millis for DateTimes.
Metadata
Metadata
Assignees
Labels
No labels