(__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)
commit061a10d1ff9980517881d74062700c4eb5b6fa5f
tree725125c5efc02941e5926a8ab8cd5722b5d38c01
parent787dfe9c83432aa5472327b22125edb5079d8bfa
(__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