Open
Description
This issue is related to serializing ZonedDateTime
with a ZoneOffset
. When the same value is deserialized, we get back ZonedDateTime
with a ZoneId
instead. As a result, the seralized and deserialized dates are not equal.
Wanted to confirm whether this is a bug. If not, is there a recommended workaround?
Test case: https://github.com/armandino/jackson-modules-java8-bug-report