Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py37 from acts.utils import epoch_to_human_time
853 utc_time = epoch_to_human_time(loc_time)
863 utc_time = epoch_to_human_time(get_current_epoch_time())
869 utc_time = epoch_to_human_time(get_current_epoch_time())
/tools/test/connectivity/acts/framework/acts/
Dutils.py142 def epoch_to_human_time(epoch_time): function