Home
last modified time | relevance | path

Searched refs:timeWithOffset (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/utils/
H A Dtime_format_utils.cpp74 std::tm timeWithOffset = *timeWithOffsetPtr; in FormatDateTimeByTimeZone() local
75 if (timeWithOffset.tm_gmtoff != 0) { in FormatDateTimeByTimeZone()
76 timezone = timeWithOffset.tm_gmtoff; in FormatDateTimeByTimeZone()