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-05-14 04:32:02 +00:00
2002-03-21 23:39:28 +00:00
2001-09-30 21:41:46 +00:00
2002-06-24 13:52:26 +00:00
2002-05-13 12:11:54 +00:00
2002-03-22 00:12:20 +00:00
2002-06-21 01:35:37 +00:00
2002-01-06 08:47:19 +00:00
2002-06-17 15:28:59 +00:00
2002-08-02 07:09:53 +00:00