Type Alias bonsaidb::core::key::time::TimestampAsHours

source ·
pub type TimestampAsHours = LimitedResolutionTimestamp<Hours, BonsaiEpoch>;
Expand description

A timestamp stored as the number of hours (3,600 seconds) relative to BonsaiEpoch. Internally, the number of hours is represented as an i32, allowing a range of +/- ~245,147 years.

Aliased Type§

struct TimestampAsHours(/* private fields */);