Home
last modified time | relevance | path

Searched refs:default_time_format (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/logging/
D__init__.py536 default_time_format = '%Y-%m-%d %H:%M:%S' variable in Formatter
561 t = time.strftime(self.default_time_format, ct)
/external/python/cpython3/Doc/library/
Dlogging.rst582 attributes are ``default_time_format`` (for the strptime format string)