pub const SECONDS_PER_YEAR: u128 = 86_400 * 365; // 31_536_000u128
Expand description

Number of seconds in a year.