Searched refs:epoch_to_human_time (Results 1 – 2 of 2) sorted by relevance
54 from acts.utils import epoch_to_human_time1306 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())
150 def epoch_to_human_time(epoch_time): function