Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/
Dlogger.py148 def epoch_to_log_line_timestamp(epoch_time): argument
159 s, ms = divmod(epoch_time, 1000)
Dutils.py146 def epoch_to_human_time(epoch_time): argument
159 if isinstance(epoch_time, int):
161 d = datetime.datetime.fromtimestamp(epoch_time / 1000)