Lines Matching refs:gmtime
24 1970. To find out what the epoch is, look at ``gmtime(0)``.
79 * The time value as returned by :func:`gmtime`, :func:`localtime`, and
82 values of :func:`gmtime`, :func:`localtime`, and :func:`strptime` also offer
96 | seconds since the epoch | :class:`struct_time` in | :func:`gmtime` |
130 :func:`gmtime` or :func:`localtime` to a 24-character string of the following
180 .. function:: gmtime([secs])
198 Like :func:`gmtime` but converts to local time. If *secs* is not provided or
235 :func:`gmtime` or :func:`localtime` to a string as specified by the *format*
350 >>> from time import gmtime, strftime
351 >>> strftime("%a, %d %b %Y %H:%M:%S +0000", gmtime())
368 a :class:`struct_time` as returned by :func:`gmtime` or :func:`localtime`.
398 The type of the time value sequence returned by :func:`gmtime`,
566 inverse of :func:`gmtime` from this module.