K 10 svn:author V 3 bde K 8 svn:date V 27 2001-04-04T15:09:54.000000Z K 7 svn:log V 403 Fixed a null pointer bug in rev.1.10. Rev.1.10 was supposed to to move the "for safety" zeroing of unused members of timebuf to a better place. It actually moved the zeroing to a worse place and didn't add necessary braces. Fixed a nearby older bug. timebuf.tm_gmtoff was sometimes used even when timebuf was invalid. Even when it is zeroed, a failing mktime() might set it to nonzero. PR: 25243 END