pub type TimestampAsSeconds = LimitedResolutionTimestamp<Seconds, BonsaiEpoch>;
Expand description

A timestamp stored as the number of seconds (with no partial subseconds) relative to BonsaiEpoch. Internally, the number of seconds is represented as an i64, allowing a range of +/- ~21 times the age of the universe.

Aliased Type§

struct TimestampAsSeconds(/* private fields */);