Searched refs:timeWithOffsetPtr (Results 1 – 1 of 1) sorted by relevance
70 std::tm *timeWithOffsetPtr = localtime(&tt); in FormatDateTimeByTimeZone() local71 if (timeWithOffsetPtr == nullptr) { in FormatDateTimeByTimeZone()74 std::tm timeWithOffset = *timeWithOffsetPtr; in FormatDateTimeByTimeZone()