Home
last modified time | relevance | path

Searched refs:SECS_PER_WEEK (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/chrono/src/
Doldtime.rs36 const SECS_PER_WEEK: i64 = 604800; constant
73 let secs = weeks.checked_mul(SECS_PER_WEEK).expect("Duration::weeks out of bounds"); in weeks()