JsonFormat
timezone attribute effect overwritten if pattern attribute present
#98
Labels
2.15
good first issue
Issue that seems easy to resolve and is likely a good candidate for contributors new to project
need-test-case
Reproduction of the problem requires a test case
In JacksonJodaDateFormat:
The withFormat() call overwrites the DateTimeFormatter created by withTimeZone() call.
So the resulting object in the _formatter field of JacksonJodaDateFormat will have the iZone field value set to null.
The text was updated successfully, but these errors were encountered: