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
Implementing new structures for DateTime in Bolt 5.0 (#948)
The structures with signature `0x46` and `0x66` are being replaced by `0x49` and `0x69`. This new structures changes the meaning of seconds and nano seconds from `adjusted Unix epoch` to `UTC`.
This changes have with goal of avoiding un-existing or ambiguous ZonedDateTime to be received or sent over Bolt.
Bolt v4.3 and v4.4 were patched to support this feature if the server supports the patch.
0 commit comments