Lines Matching refs:gmtime
27 ``time.gmtime(0)``.
85 * The time value as returned by :func:`gmtime`, :func:`localtime`, and
88 :func:`gmtime`, :func:`localtime`, and :func:`strptime` also offer attribute
107 | seconds since the epoch | :class:`struct_time` in | :func:`gmtime` |
133 :func:`gmtime` or :func:`localtime` to a string of the following
290 .. function:: gmtime([secs])
302 Like :func:`gmtime` but converts to local time. If *secs* is not provided or
379 :func:`gmtime` or :func:`localtime` to a string as specified by the *format*
492 >>> from time import gmtime, strftime
493 >>> strftime("%a, %d %b %Y %H:%M:%S +0000", gmtime())
510 is a :class:`struct_time` as returned by :func:`gmtime` or
542 The type of the time value sequence returned by :func:`gmtime`,
595 ``gmtime(0)``.
605 :func:`gmtime` function or in local time by passing it to the
717 inverse of :func:`gmtime` from this module.