Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/
Dutils.py144 def epoch_to_human_time(epoch_time): argument
157 if isinstance(epoch_time, int):
159 d = datetime.datetime.fromtimestamp(epoch_time / 1000)