Home
last modified time | relevance | path

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

/third_party/python/Lib/
Ddatetime.py2199 if not cls._minoffset <= offset <= cls._maxoffset:
2278 _maxoffset = timedelta(hours=24, microseconds=-1) variable in timezone
2279 _minoffset = -_maxoffset