Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/utils/
Dos_win32.c67 os_time_t tz_offset; in os_mktime() local
91 tz_offset = t2 - t1; in os_mktime()
93 tz_offset = 0; in os_mktime()
95 tz_offset = 0; in os_mktime()
97 *t = (os_time_t) t_local - tz_offset; in os_mktime()
Dos_unix.c130 os_time_t tz_offset; in os_mktime() local
154 tz_offset = t2 - t1; in os_mktime()
156 tz_offset = 0; in os_mktime()
158 tz_offset = 0; in os_mktime()
160 *t = (os_time_t) t_local - tz_offset; in os_mktime()
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Dprotobuf_test.py282 for tz_offset in (30, -30, 8 * 60, 0):
284 1970, 1, 1, tzinfo=util.TimeZoneOffset(tz_offset)))
287 milliseconds=0, time_zone_offset=tz_offset)