pub fn calculate_era_and_period_of_ts(now: u64) -> Option<(u16, u8)>
Expand description

Calculates the era and period of the given Unix timestamp.