use 'GetTickCount()' to get the true elapsed time of slew
(This should work for all versions of Windows >= W2K)
bk: 54c6c2ddC82s-XbFpGRoEgyY4h7Jmg
---
+* [Bug 2732] - Leap second not handled correctly on Windows 8
+ use 'GetTickCount()' to get the true elapsed time of slew
+ (This should work for all versions of Windows >= W2K)
+---
(4.2.8p1-beta5) 2015/01/07 Released by Harlan Stenn <stenn@ntp.org>
* [Bug 2728] Work around C99-style structure initialization code
/* slew starts with last second before insertion!
* And we have to tell the core that we deal with it.
*/
- ls_ft.ull -= HECTONANOSECONDS;
+ ls_ft.ull -= (HECTONANOSECONDS + HECTONANOSECONDS/2);
leapsec_electric(TRUE);
} else if (lsi.tai_diff < 0) {
/* Do not handle negative leap seconds here. If this