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()
117 tm->z = z; in timelib_update_from_sse()
129 int z = tm->z; in timelib_unixtime2local() local
132 timelib_unixtime2gmt(tm, ts + tm->z + (tm->dst * 3600)); in timelib_unixtime2local()
135 tm->z = z; in timelib_unixtime2local()
147 tm->z = gmt_offset->offset; in timelib_unixtime2local()
171 t->z = utc_offset; in timelib_set_timezone_from_offset()
185 t->z = abbr_info.utc_offset; in timelib_set_timezone_from_abbr()
197 t->z = gmt_offset->offset; in timelib_set_timezone()