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
Add "newtime" directive to use official messagepack time format (#378)
This adds `msgp:newtime` file directive that will encode all time fields using the -1 extension as defined in the [(revised) messagepack spec](https://github.com/msgpack/msgpack/blob/master/spec.md#timestamp-extension-type)
ReadTime/ReadTimeBytes will now support both types natively, and will accept either as input.
Extensions should remain unaffected.
Fixes#300
0 commit comments