Home | History | Annotate | Download | only in tzcode

Lines Matching full:gmtoff

205 /* Initialize *S to a value based on GMTOFF, ISDST, and ABBRIND.  */
207 init_ttinfo(struct ttinfo *s, int_fast32_t gmtoff, bool isdst, int abbrind)
209 s->tt_gmtoff = gmtoff;