HomeSort by: relevance | last modified time | path
    Searched defs:TZstarttime (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/time/
zic.c 3474 zic_t TZstarttime = ZIC_MAX;
3477 if (nonTZlimtime < at && at < TZstarttime)
3478 TZstarttime = at;
3480 if (TZstarttime == ZIC_MAX)
3481 TZstarttime = nonTZlimtime;
3485 keep_at_max = max(TZstarttime, redundant_time);
3489 attypes[j].dontmerge = (attypes[i].at == TZstarttime

Completed in 15 milliseconds