Home
last modified time | relevance | path

Searched defs:time_format (Results 1 – 3 of 3) sorted by relevance

/test/testfwk/xdevice/plugins/devicetest/utils/
Dtime_util.py119 def get_now_datetime(cls, time_format="%Y%m%d%H%M%S%f"): argument
140 def get_formated_time(cls, time_format='%Y-%m-%d %H:%M:%S'): argument
150 time_format='%Y-%m-%d %H:%M:%S'): argument
/test/testfwk/xdevice/plugins/devicetest/log/
Dlogger.py80 def _get_timestamp(time_format, delta=None): argument
/test/testfwk/xdevice/src/xdevice/_core/report/
Dreporter_helper.py118 time_format = "%Y-%m-%d %H:%M:%S" variable in ReportConstant