Peter Wemm b331ec93c0 Fix a nasty bug exposed by mktime() when time_t is significantly bigger
than 32 bits.  It was trying to figure out things like the day of week
of when time_t is roughly 2^62 etc.  Make a better guess for the starting
point for the binary search that works on both 32 and 64 bit types.  I have
been using this for a while now.
2002-09-03 04:34:10 +00:00
..
2002-09-01 01:49:27 +00:00
2002-05-17 05:11:13 +00:00
2002-03-22 21:53:29 +00:00
2002-08-21 17:11:00 +00:00
2002-03-26 23:09:34 +00:00