[ntpwg] Bug: Status/Summary of slashdot leap-second crash on new years 2008-2009
M. Warner Losh
imp at bsdimp.com
Wed Jan 7 17:39:47 UTC 2009
In message: <49642674.9080703 at ntp.isc.org>
Danny Mayer <mayer at ntp.isc.org> writes:
: Why don't you tell us what the real problem is instead of telling us
: that you need TAI offset information?
The real problem is that POSIX time_t totally ignores leap seconds.
This forces systems that are rolling through a leap second to repeat
time, causing time to jump backwards by 1s (or violate POSIX time_t's
invariant that midnight time_t is % 86400 == 0). This jump backwards
is a pita in the kernel, and violates the assumption that many
programs have that time doesn't flow backwards.
The suggestion to solving this would be to tick in TAI time, and force
userland to cope with the leapsecond issues. Of course, there's a
number of problems with this solution as well, but it feels like it
belongs there...
Warner
More information about the ntpwg
mailing list