Searched refs:localTimeT (Results 1 – 1 of 1) sorted by relevance
80 std::time_t localTimeT = std::chrono::system_clock::to_time_t(localTime); in FormatDateTimeByTimeZone() local81 std::tm *localTmPtr = std::localtime(&localTimeT); in FormatDateTimeByTimeZone()