Module timestamp

Module timestamp 

Source
Expand description

MessagePack timestamp extension values.

Structsยง

Timestamp32
Represents timestamp 32 extension type. This stores 32bit unsigned seconds
Timestamp64
Represents timestamp 64 extension type. This stores 34bit unsigned seconds and 30bit nanoseconds
Timestamp96
Represents timestamp 96 extension type. This stores 64bit signed seconds and 32bit nanoseconds
Timestamp64Error
seconds or nanos cannot be represented