K 10 svn:author V 3 imp K 8 svn:date V 27 2003-06-25T20:56:40.000000Z K 7 svn:log V 455 During a positive leap second, the tai_time offset should be incremented at the start of the leap second, not after the leap second has been inserted. This is because at the start of the leap second, we set the time back one second. This setting back one second is the moment that the offset changes. The old code set it back after the leap second, but that's one second too late. The negative leap second case is handled correctly. Reviewed by: phk END