Home
last modified time | relevance | path

Searched defs:default_time_format (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/log/test/run/
Dform_date_time.cpp56 … static string_literal_type default_time_format() { return logging::str_literal("%H:%M:%S.%f"); } in default_time_format() function
74 … static string_literal_type default_time_format() { return logging::str_literal(L"%H:%M:%S.%f"); } in default_time_format() function
/third_party/boost/boost/date_time/
Dtime_facet.hpp64 static const char_type default_time_format[23]; member
172 time_formats<CharT>::default_time_format[23] = member in boost::date_time::time_formats<CharT>
237 static const char_type* default_time_format; member in boost::date_time::time_facet
681 time_facet<time_type, CharT, OutItrT>::default_time_format = member in boost::date_time::time_facet<time_type, CharT, OutItrT>
/third_party/python/Lib/logging/
D__init__.py594 default_time_format = '%Y-%m-%d %H:%M:%S' variable in Formatter
/third_party/python/Lib/test/
Dtest_logging.py4012 default_time_format = '%d/%m/%Y %H:%M:%S' variable in FormatterTest.test_default_msec_format_none.NoMsecFormatter