Lines Matching refs:z
133 tm->z = 0; in timelib_unixtime2gmt()
144 int z = tm->z; in timelib_update_from_sse() local
152 timelib_unixtime2gmt(tm, tm->sse - (tm->z * 60) + (tm->dst * 3600)); in timelib_update_from_sse()
175 tm->z = z; in timelib_update_from_sse()
187 int z = tm->z; in timelib_unixtime2local() local
190 timelib_unixtime2gmt(tm, ts - (tm->z * 60) + (tm->dst * 3600)); in timelib_unixtime2local()
192 tm->z = z; in timelib_unixtime2local()
204 tm->z = gmt_offset->offset; in timelib_unixtime2local()
228 t->z = utc_offset; in timelib_set_timezone_from_offset()
242 t->z = abbr_info.utc_offset; in timelib_set_timezone_from_abbr()
254 t->z = gmt_offset->offset; in timelib_set_timezone()