Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/include/
H A Ddatetime_ex.h134 bool GetLocalTimeZone(int& timezone);
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc-utils-guide-datetime.md21 |bool |**GetLocalTimeZone**(int& timezone)<br>获取当前时区。 |
/ohos5.0/commonlibrary/c_utils/base/src/
H A Ddatetime_ex.cpp74 bool GetLocalTimeZone(int& timezone) in GetLocalTimeZone() function
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_datetime_test.cpp136 bool ret = GetLocalTimeZone(timezone);
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/datatime_benchmark_test/
H A Ddatatime_benchmark_test.cpp171 bool ret = GetLocalTimeZone(timezone); in BENCHMARK_F()