Lines Matching refs:struct_time
41 :class:`struct_time` (see below) generally require a 4-digit year. For backward
85 See :class:`struct_time` for a description of these objects.
88 The time value sequence was changed from a tuple to a :class:`struct_time`, with
96 | seconds since the epoch | :class:`struct_time` in | :func:`gmtime` |
99 | seconds since the epoch | :class:`struct_time` in | :func:`localtime` |
102 | :class:`struct_time` in | seconds since the epoch | :func:`calendar.timegm` |
105 | :class:`struct_time` in | seconds since the epoch | :func:`mktime` |
129 Convert a tuple or :class:`struct_time` representing a time as returned by
182 Convert a time expressed in seconds since the epoch to a :class:`struct_time` in
186 :class:`struct_time` object. See :func:`calendar.timegm` for the inverse of this
212 :class:`struct_time` or full 9-tuple (since the dst flag is needed; use ``-1``
234 Convert a tuple or :class:`struct_time` representing a time as returned by
368 a :class:`struct_time` as returned by :func:`gmtime` or :func:`localtime`.
381 time.struct_time(tm_year=2000, tm_mon=11, tm_mday=30, tm_hour=0, tm_min=0,
396 .. class:: struct_time
438 :class:`struct_time`, or having elements of the wrong type, a