Bring the built in leap second table up to date through IERS Bulletin C59.
No new leap seconds have been scheduled for this year.

Signed-off-by: Richard Cochran <richardcoch...@gmail.com>
---
 lstab.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lstab.c b/lstab.c
index 5fede16..391a6b9 100644
--- a/lstab.c
+++ b/lstab.c
@@ -48,7 +48,7 @@ struct lstab {
        int length;
 };
 
-static const uint64_t expiration_date_ntp = 3802291200ULL; /* 28 June 2020 */
+static const uint64_t expiration_date_ntp = 3818102400ULL; /* 28 December 2020 
*/
 
 static const uint64_t offset_table[N_LEAPS * 2] = {
        2272060800ULL,  10,     /* 1 Jan 1972 */
-- 
2.20.1



_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to