Home
last modified time | relevance | path

Searched refs:epoch_time (Results 1 – 2 of 2) sorted by relevance

/test/vts/runners/host/
Dutils.py142 def epoch_to_human_time(epoch_time): argument
155 if isinstance(epoch_time, int):
157 d = datetime.datetime.fromtimestamp(epoch_time / 1000)
Dlogger.py96 def epochToLogLineTimestamp(epoch_time): argument
97 d = datetime.datetime.fromtimestamp(epoch_time / 1000)