Home
last modified time | relevance | path

Searched refs:max_dt (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Ddatetimetester.py2528 max_dt = self.theclass.max.replace(tzinfo=timezone.utc,
2530 max_ts = max_dt.timestamp()
2547 max_dt = self.theclass.max.replace(microsecond=0)
2553 ("maximum", max_ts, max_dt),
2584 max_dt = self.theclass.max.replace(microsecond=0, tzinfo=timezone.utc)
2585 max_ts = max_dt.timestamp()
2589 ("maximum", max_ts, max_dt.replace(tzinfo=None)),
/third_party/python/Lib/test/test_zoneinfo/
H A Dtest_zoneinfo.py502 max_dt = epoch + max_offset_32
505 if min_dt <= zt.transition <= max_dt:

Completed in 12 milliseconds