Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/intl/include/
Ddate_time_format.h142 std::string GetSystemTimezone();
/base/global/i18n/frameworks/intl/src/
Ddate_time_format.cpp493 std::string DateTimeFormat::GetSystemTimezone() in GetSystemTimezone() function in OHOS::Global::I18n::DateTimeFormat
511 std::string timezoneStr = timeZone.empty() ? GetSystemTimezone() : timeZone; in Format()
530 std::string timezoneStr = timeZone.empty() ? GetSystemTimezone() : timeZone; in FormatRange()