Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zic/
H A Dzic.c3436 zic_t TZstarttime = ZIC_MAX; in outzone() local
3439 if (nonTZlimtime < at && at < TZstarttime) in outzone()
3440 TZstarttime = at; in outzone()
3442 if (TZstarttime == ZIC_MAX) in outzone()
3443 TZstarttime = nonTZlimtime; in outzone()
3447 keep_at_max = max(TZstarttime, redundant_time); in outzone()
3451 attypes[j].dontmerge = (attypes[i].at == TZstarttime in outzone()