Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dgnss_test_utils.py54 from acts.utils import epoch_to_human_time
1306 utc_time = epoch_to_human_time(get_current_epoch_time())
1337 utc_time = epoch_to_human_time(loc_time)
1350 utc_time = epoch_to_human_time(get_current_epoch_time())
1357 utc_time = epoch_to_human_time(get_current_epoch_time())
/tools/test/connectivity/acts/framework/acts/
Dutils.py150 def epoch_to_human_time(epoch_time): function