Home
last modified time | relevance | path

Searched refs:tz (Results 1 - 3 of 3) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H A Dfnmatch1ndk32.cpp92 struct timezone tz; in GetTimeOfDay_time64() local
93 tz.tz_dsttime = PARAM_UNNORMAL; in GetTimeOfDay_time64()
94 tz.tz_minuteswest = PARAM_UNNORMAL; in GetTimeOfDay_time64()
95 ret = __gettimeofday_time64(&val, &tz); in GetTimeOfDay_time64()
96 if (tz.tz_dsttime == PARAM_UNNORMAL || tz.tz_minuteswest == PARAM_UNNORMAL) { in GetTimeOfDay_time64()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dtimendk.cpp692 struct timezone tz; in TimeZone() local
693 int gitInfo = gettimeofday(&start, &tz); in TimeZone()
/test/testfwk/xdevice/src/xdevice/_core/
H A Dutils.py714 return datetime.now(tz=sh_tz)

Completed in 3 milliseconds