msgpack / msgpack-cli

MessagePack implementation for Common Language Infrastructure / msgpack.org[C#]
http://msgpack.org
Apache License 2.0
834 stars 175 forks source link

Add timestamp support #260

Closed yfakariya closed 7 years ago

yfakariya commented 7 years ago

This PR add new msgpack timestamp data type support.

Note that there is a breaking change that default DateTime, DateTimeOffset, and FILETIME serialization use timestamp instead of "native ticks".