Lines Matching refs:localtime
79 * The time value as returned by :func:`gmtime`, :func:`localtime`, and
82 values of :func:`gmtime`, :func:`localtime`, and :func:`strptime` also offer
99 | seconds since the epoch | :class:`struct_time` in | :func:`localtime` |
130 :func:`gmtime` or :func:`localtime` to a 24-character string of the following
132 as returned by :func:`localtime` is used. Locale information is not used by
166 ``asctime(localtime(secs))``. Locale information is not used by :func:`ctime`.
196 .. function:: localtime([secs])
211 This is the inverse function of :func:`localtime`. Its argument is the
235 :func:`gmtime` or :func:`localtime` to a string as specified by the *format*
237 :func:`localtime` is used. *format* must be a string. :exc:`ValueError` is
368 a :class:`struct_time` as returned by :func:`gmtime` or :func:`localtime`.
399 :func:`localtime`, and :func:`strptime`. It is an object with a :term:`named
482 affect the output of functions like :func:`localtime` without calling