Searched refs:TZstarttime (Results 1 – 1 of 1) sorted by relevance
3436 zic_t TZstarttime = ZIC_MAX; in outzone() local3439 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()