Type Definition bonsaidb::core::key::time::TimestampAsDays

pub type TimestampAsDays = LimitedResolutionTimestamp<Days, BonsaiEpoch>;
Expand description

A timestamp stored as the number of days (86,400 seconds) relative to BonsaiEpoch. Internally, the number of days is represented as an i32, allowing a range of +/- ~5.88 million years.