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
So. While older JDK versions (up to JDK 7) always wrote timezone offset, if any, without colon, like:
+0000
ISO-8601 specification expects minute/hour part to be separated by a colon like
+00:00
While #1744 added an option to enable this behavior, it has not been default for Jackson.
Let's change it in 2.11.
A note on implementation: a new SerializationFeature setting was briefly considered, but wiring of such setting to be used proved difficult. Users can still use method in StdDateFormat