Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dfnmatch1ndk.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()
Dtimendk.cpp692 struct timezone tz; in TimeZone() local
693 int gitInfo = gettimeofday(&start, &tz); in TimeZone()
/test/testfwk/xdevice/src/xdevice/_core/
Dutils.py720 return datetime.now(tz=sh_tz)