pub type TimestampAsMilliseconds = LimitedResolutionTimestamp<Milliseconds, BonsaiEpoch>;
Expand description

A timestamp stored as the number of milliseconds (1/1,000th of a second) relative to BonsaiEpoch. Internally, the number of milliseconds is represented as an i64, allowing a range of +/- ~292.5 million years.

Aliased Type§

struct TimestampAsMilliseconds(/* private fields */);