|
|
|
|
|
by thristian
5458 days ago
|
|
Because people working with timestamps like to write code that says things like: // schedule another run for tomorrow
schedule_event(now() + 86400)
...which doesn't actually work when leap-seconds are involved (things start to drift by a second). If you specify that leap seconds get replayed, it works. |
|
http://cacm.acm.org/magazines/2011/5/107699-the-one-second-w...