Searched refs:r_stdoff (Results 1 – 1 of 1) sorted by relevance
95 zic_t r_stdoff; /* offset from standard time */ member569 r->r_tod, r->r_todisstd, r->r_todisgmt, r->r_stdoff in emit_icu_rule()583 fprintf(f, ", offset %lld", r->r_stdoff); in emit_icu_rule()1132 r.r_stdoff = gethms(fields[RF_STDOFF], _("invalid saved time"), TRUE); in inrule()2072 if (rp->r_todisstd && rp->r_stdoff == 0) in stringrule()2127 if (rp->r_stdoff == 0) { in stringzone()2146 if (rp->r_stdoff == 0 && rule_cmp(stdabbrrp, rp) < 0) in stringzone()2159 if (stdrp != NULL && stdrp->r_stdoff != 0) { in stringzone()2166 dstr.r_stdoff = stdrp->r_stdoff; in stringzone()2171 stdr.r_tod = SECSPERDAY + stdrp->r_stdoff; in stringzone()[all …]