Searched refs:time_c (Results 1 – 1 of 1) sorted by relevance
325 std::time_t time_c = std::chrono::system_clock::to_time_t(time); in GetCurrentTime() local326 std::tm* time_tm = std::localtime(&time_c); in GetCurrentTime()