peter 2dc22e4926 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-03-22 21:53:29 +00:00
2002-03-22 21:53:29 +00:00
2002-08-07 16:49:20 +00:00
2002-01-24 15:07:44 +00:00
2002-03-22 23:42:05 +00:00