Searched refs:SECS_PER_WEEK (Results 1 – 1 of 1) sorted by relevance
36 const SECS_PER_WEEK: i64 = 604800; constant73 let secs = weeks.checked_mul(SECS_PER_WEEK).expect("Duration::weeks out of bounds"); in weeks()