Support Date encoding in msgpack
Open
- Dominant language
- TypeScript
- Stars
- 3.6k
- Forks
- 681
- PR merge metrics
- No merged PRs in 30d
Description
Dates are ubiquitous, would be great to be able to transfer them.
Currently dates are not supported, an error gets thrown.
Dates would get encoded/decoded just like the rest of supported datatypes.
For example:
https://www.npmjs.com/package/@msgpack/msgpack
supports encoding of dates.
Contributor guide
Assessment
This issue has not been assessed yet.