Home
last modified time | relevance | path

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

/third_party/rust/crates/humantime/src/
Ddate.rs486 let year_start = 0; // 1970 in first_731_days() localVariable
488 let (s, time) = from_sec(year_start + day * 86400); in first_731_days()
496 let year_start = 1_325_376_000; // 2012 in the_731_consecutive_days() localVariable
498 let (s, time) = from_sec(year_start + day * 86400); in the_731_consecutive_days()