- 4,789
- 3,852
Now I know why: http://phys.org/news/2016-12-extra_1.html
We are getting a leap second! 2016 really is too long.
If you are an astronomer or programmer you know about these corrections to NIST atomic clock time (UTC). The Earth's period of rotation is not constant over long periods. Very slightly, Earth slowing down.
Programming:
The POSIX standards (for UNIX) do not require tracking leap seconds. But some OS developers have decided to keep track of them - Linux for example. GPS does not deal with them.
Here is a discussion:
https://www.wired.com/2015/01/torvalds_leapsecond/
We are getting a leap second! 2016 really is too long.

Programming:
The POSIX standards (for UNIX) do not require tracking leap seconds. But some OS developers have decided to keep track of them - Linux for example. GPS does not deal with them.
Here is a discussion:
https://www.wired.com/2015/01/torvalds_leapsecond/