Searched refs:epoch_to_human_time (Results 1 – 3 of 3) sorted by relevance
40 from acts.utils import epoch_to_human_time937 utc_time = epoch_to_human_time(get_current_epoch_time())968 utc_time = epoch_to_human_time(loc_time)978 utc_time = epoch_to_human_time(get_current_epoch_time())984 utc_time = epoch_to_human_time(get_current_epoch_time())
126 start_time = utils.epoch_to_human_time(begin_time)
144 def epoch_to_human_time(epoch_time): function