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
The standard ISO 8601 (https://en.wikipedia.org/wiki/ISO_8601) doesn't define a precise format, hence the trouble.
It defines guidelines and a bunch of possibilities and then it is up to the implementor parties to pick and choose.
It doesn't even decide the decimal marker.
According to DZone Jackson default behaviour is to serialize dates as millisecond from epoch.
Interesting, java.time.Instant renders with 6 decimals (microseconds)
Hi,
I've noticed that the default encoder for dates doesn't preserve the milliseconds precision
Is this a deliberate decision? wouldn't be better for the default encoder to preserve data as much as possible rather than truncating it?
The text was updated successfully, but these errors were encountered: