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