Home
last modified time | relevance | path

Searched refs:TZstarttime (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tzcode/
H A Dzic.c3506 zic_t TZstarttime = ZIC_MAX; in outzone() local
3509 if (nonTZlimtime < at && at < TZstarttime) in outzone()
3510 TZstarttime = at; in outzone()
3512 if (TZstarttime == ZIC_MAX) in outzone()
3513 TZstarttime = nonTZlimtime; in outzone()
3517 keep_at_max = max(TZstarttime, redundant_time); in outzone()
3521 attypes[j].dontmerge = (attypes[i].at == TZstarttime in outzone()