Lines Matching refs:struct_time
86 See :class:`struct_time` for a description of these objects.
89 The :class:`struct_time` type was extended to provide the :attr:`tm_gmtoff`
94 The :class:`struct_time` attributes :attr:`tm_gmtoff` and :attr:`tm_zone`
102 | seconds since the epoch | :class:`struct_time` in | :func:`gmtime` |
105 | seconds since the epoch | :class:`struct_time` in | :func:`localtime` |
108 | :class:`struct_time` in | seconds since the epoch | :func:`calendar.timegm` |
111 | :class:`struct_time` in | seconds since the epoch | :func:`mktime` |
123 Convert a tuple or :class:`struct_time` representing a time as returned by
242 Convert a time expressed in seconds since the epoch to a :class:`struct_time` in
246 :class:`struct_time` object. See :func:`calendar.timegm` for the inverse of this
260 :class:`struct_time` or full 9-tuple (since the dst flag is needed; use ``-1``
349 Convert a tuple or :class:`struct_time` representing a time as returned by
484 is a :class:`struct_time` as returned by :func:`gmtime` or
499 time.struct_time(tm_year=2000, tm_mon=11, tm_mday=30, tm_hour=0, tm_min=0,
514 .. class:: struct_time
556 :class:`struct_time`, or having elements of the wrong type, a
581 :class:`struct_time` object is returned, from which the components