Open gviczai opened 6 years ago
Hmmh. This may be tricky one, due to tight coupling of format and timezone by JDK. But I'll have a look. Thank you for reporting this.
Seems like new contributor friendly, will label as such.
I just realized that I would need a test case here to see what the problem is: description is not enough to see what is going wrong.
I think this might still be doable, wrt investigation: description suggests how to possibly create the unit test.
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.