[WIP] Add add support for Timestamp type#431
Conversation
|
TODO:
|
Sorry, something went wrong.
|
How is the timestamp feature coming along? I know the msgpack-js project is getting close to a release: kawanet/msgpack-lite#76 |
Sorry, something went wrong.
|
@mattbishop We haven't decided how to add above two things; whether to add MessageFormat In the msgpack spec, timestamp is just one of the Extention types. We think adding these two additional types will be convenient for timestamp users. However, adding these types is a big change to the API (since most of the users is using switch case statement for checking data type, so rewriting will be necessary by adding |
Sorry, something went wrong.
|
Hi there, any progress on this feature? |
Sorry, something went wrong.
Implementation is still working in progress.
Here is the spec of the new timestamp type: msgpack/msgpack#209