Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/tzcode/
HDzic.c3470 zic_t TZstarttime = ZIC_MAX; in outzone() local
3473 if (nonTZlimtime < at && at < TZstarttime) in outzone()
3474 TZstarttime = at; in outzone()
3476 if (TZstarttime == ZIC_MAX) in outzone()
3477 TZstarttime = nonTZlimtime; in outzone()
3481 keep_at_max = max(TZstarttime, redundant_time); in outzone()
3485 attypes[j].dontmerge = (attypes[i].at == TZstarttime in outzone()