msgpack-tools icon indicating copy to clipboard operation
msgpack-tools copied to clipboard

does not support msgpack timestamp-extension-type

Open kb0thn opened this issue 8 years ago • 2 comments

Support for the timestamp extension would be great. https://github.com/msgpack/msgpack/blob/master/spec.md#timestamp-extension-type

Of course the format for the JSON side needs to be decided. My preference would ISO 8601 format.

kb0thn avatar Oct 20 '17 20:10 kb0thn

Indeed! I am currently adding timestamp support to mpack in the timestamp branch. Once I get a decent battery of unit tests I'll start working on timestamp support here.

The JSON side will certainly use ISO 8601. It will take a bit of work because I haven't really found a decent/full-featured ISO 8601 parser for C/C++, and portable date conversions might cause some problems. It should be doable without too much trouble though.

ludocode avatar Oct 23 '17 18:10 ludocode

hello, any news on this? seems msgpack-python have several options how to decode timestamp fields.

cielavenir avatar Feb 20 '23 02:02 cielavenir