Searched defs:maxsecs (Results 1 – 1 of 1) sorted by relevance
25 let maxsecs = NaiveDate::MAX.signed_duration_since(NaiveDate::MIN).num_seconds(); in test_date_bounds() localVariable26 let maxsecs = maxsecs + 86401; // also take care of DateTime in test_date_bounds() localVariable