Lines Matching refs:MAXYEAR
54 .. data:: MAXYEAR
57 :const:`MAXYEAR` is ``9999``.
355 * ``MINYEAR <= year <= MAXYEAR``
397 The latest representable date, ``date(MAXYEAR, 12, 31)``.
410 Between :const:`MINYEAR` and :const:`MAXYEAR` inclusive.
447 :const:`MINYEAR` or larger than :const:`MAXYEAR`.
640 * ``MINYEAR <= year <= MAXYEAR``
751 The latest representable :class:`.datetime`, ``datetime(MAXYEAR, 12, 31, 23, 59,
765 Between :const:`MINYEAR` and :const:`MAXYEAR` inclusive.
825 :const:`MAXYEAR`. Note that no time zone adjustments are done even if the
986 :attr:`tm_year` member may be :const:`MINYEAR`\ -1 or :const:`MAXYEAR`\ +1, if
987 *d*.year was ``MINYEAR`` or ``MAXYEAR`` and UTC adjustment spills over a year