Home
last modified time | relevance | path

Searched refs:to_epoch_time (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/common_lib/
Dtime_utils_unittest.py63 time_utils.to_epoch_time(self.TIME_STRING))
66 time_utils.to_epoch_time(self.TIME_OBJ))
Dtime_utils.py88 def to_epoch_time(value): function
/external/autotest/server/lib/
Dsuite_report.py42 return int(time_utils.to_epoch_time(value))
Dstatus_history.py87 return int(time_utils.to_epoch_time(time_string))