(__mktime_internal): When the requested time falls
authorJim Meyering <jim@meyering.net>
Sun, 11 Oct 1998 23:03:41 +0000 (23:03 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 11 Oct 1998 23:03:41 +0000 (23:03 +0000)
commita5382999240b335075786c9b9673f083743855d1
tree8a86cf1e6701115b54035b4c8ffd9223677b47bd
parentc5da3fd9ffd12402da719d5c4990b4e6b240d085
(__mktime_internal): When the requested time falls
in a spring-forward gap of size DT, return a time that is DT
away from the requested time, preferring a time whose tm_isdst
differs from the requested value.  Bump the max number of
probes from 4 to 6 to account for the extra probes needed to
discover a spring-forward gap in the worst case.
lib/mktime.c