-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Labels
has-failing-testIndicates that there exists a test case (under `failing/`) to reproduce the issueIndicates that there exists a test case (under `failing/`) to reproduce the issue
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
Metadata
Metadata
Assignees
Labels
has-failing-testIndicates that there exists a test case (under `failing/`) to reproduce the issueIndicates that there exists a test case (under `failing/`) to reproduce the issue