Searched refs:default_time_format (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/logging/ | ||
H A D | __init__.py | 603 default_time_format = '%Y-%m-%d %H:%M:%S' variable in Formatter 628 s = time.strftime(self.default_time_format, ct) |
/third_party/python/Lib/test/ | ||
H A D | test_logging.py | 4147 default_time_format = '%d/%m/%Y %H:%M:%S' variable in FormatterTest.test_default_msec_format_none.NoMsecFormatter |
Completed in 11 milliseconds