Closed yfakariya closed 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".
DateTime
DateTimeOffset
FILETIME
This PR add new msgpack timestamp data type support.
Note that there is a breaking change that default
DateTime
,DateTimeOffset
, andFILETIME
serialization use timestamp instead of "native ticks".