Searched refs:maxsecs (Results 1 – 1 of 1) sorted by relevance
127 let maxsecs = MAX_DATE.signed_duration_since(MIN_DATE).num_seconds(); in test_date_bounds() localVariable128 let maxsecs = maxsecs + 86401; // also take care of DateTime in test_date_bounds() localVariable130 maxsecs < (1 << MAX_BITS), in test_date_bounds()