Searched refs:GetSystemTimezone (Results 1 – 2 of 2) sorted by relevance
142 std::string GetSystemTimezone();
493 std::string DateTimeFormat::GetSystemTimezone() in GetSystemTimezone() function in OHOS::Global::I18n::DateTimeFormat511 std::string timezoneStr = timeZone.empty() ? GetSystemTimezone() : timeZone; in Format()530 std::string timezoneStr = timeZone.empty() ? GetSystemTimezone() : timeZone; in FormatRange()