Searched refs:local_time (Results 1 – 1 of 1) sorted by relevance
98 struct tm local_time = {}; in GetNow() local104 localtime_r(&now_wall_clock.tv_sec, &local_time); in GetNow()105 wall_clock_string = FormatTime(local_time, now_wall_clock.tv_usec); in GetNow()