You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jackson 2.2 adds DeserializationFeature.ADJUST_DATES_TO_CONTEXT_TIME_ZONE, mostly to support the new (Java 8) Date/Time module.
But it would make sense to retrofit existing handlers for core JDK types, as well as for Joda (will create separate issue there), to also support this feature.