Searched refs:t_local_time (Results 1 – 1 of 1) sorted by relevance
317 auto t_local_time = std::mktime(&local_time); in GetCurrentTimeStamp() local320 auto tzdiff = (int)std::difftime(t_local_time, t_gm_time) / (60 * 60); in GetCurrentTimeStamp()