Type Definition bonsaidb::core::key::time::MinutesSinceUnixEpoch

pub type MinutesSinceUnixEpoch = LimitedResolutionTimestamp<Minutes, UnixEpoch>;
Expand description

A timestamp stored as the number of minutes (60 seconds) relative to UnixEpoch. Internally, the number of minutes is represented as an i32, allowing a range of +/- ~4,086 years.