Lines Matching refs:z
75 tm->z = 0; in timelib_unixtime2gmt()
86 int z = tm->z; in timelib_update_from_sse() local
94 timelib_unixtime2gmt(tm, tm->sse + tm->z + (tm->dst * 3600)); in timelib_update_from_sse()
116 tm->z = z; in timelib_update_from_sse()
128 int z = tm->z; in timelib_unixtime2local() local
131 timelib_unixtime2gmt(tm, ts + tm->z + (tm->dst * 3600)); in timelib_unixtime2local()
134 tm->z = z; in timelib_unixtime2local()
146 tm->z = gmt_offset->offset; in timelib_unixtime2local()
170 t->z = utc_offset; in timelib_set_timezone_from_offset()
184 t->z = abbr_info.utc_offset; in timelib_set_timezone_from_abbr()
196 t->z = gmt_offset->offset; in timelib_set_timezone()