Searched refs:timeWithOffset (Results 1 – 1 of 1) sorted by relevance
74 std::tm timeWithOffset = *timeWithOffsetPtr; in FormatDateTimeByTimeZone() local75 if (timeWithOffset.tm_gmtoff != 0) { in FormatDateTimeByTimeZone()76 timezone = timeWithOffset.tm_gmtoff; in FormatDateTimeByTimeZone()