Home
last modified time | relevance | path

Searched defs:maxsecs (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/naive/
Ddate.rs2502 let maxsecs = NaiveDate::MAX.signed_duration_since(NaiveDate::MIN).num_seconds(); in test_date_bounds() localVariable
2503 let maxsecs = maxsecs + 86401; // also take care of DateTime in test_date_bounds() localVariable