Searched refs:tz (Results 1 – 3 of 3) sorted by relevance
92 struct timezone tz; in GetTimeOfDay_time64() local93 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()
692 struct timezone tz; in TimeZone() local693 int gitInfo = gettimeofday(&start, &tz); in TimeZone()
720 return datetime.now(tz=sh_tz)