K 10 svn:author V 5 peter K 8 svn:date V 27 2002-09-03T04:34:10.000000Z K 7 svn:log V 326 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. END