Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dzic.c3725 zic_t TZstarttime = ZIC_MAX; in outzone() local
3728 if (nonTZlimtime < at && at < TZstarttime) in outzone()
3729 TZstarttime = at; in outzone()
3731 if (TZstarttime == ZIC_MAX) in outzone()
3732 TZstarttime = nonTZlimtime; in outzone()
3736 keep_at_max = max(TZstarttime, redundant_time); in outzone()
3740 attypes[j].dontmerge = (attypes[i].at == TZstarttime in outzone()