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/core/
Dreport.py31 time_format = "%Y-%m-%d %H:%M:%S" variable in ReportConstants
/test/testfwk/xdevice/src/xdevice/_core/report/
Dreporter_helper.py112 time_format = "%Y-%m-%d %H:%M:%S" variable in ReportConstant