Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dgnss_test_utils.py2024 def human_to_epoch_time(human_time): argument
2033 if "/" in human_time:
2034 human_time.replace("/", "-")
2037 if "." in human_time:
2038 epoch_time = datetime.strptime(human_time, "%Y-%m-%d %H:%M:%S.%f")
2040 epoch_time = datetime.strptime(human_time, "%Y-%m-%d %H:%M:%S")