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: Yangbo Lu <yangbo...@nxp.com>
---
 lstab.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lstab.c b/lstab.c
index e6e7ad2..3bd920e 100644
--- a/lstab.c
+++ b/lstab.c
@@ -48,7 +48,7 @@ struct lstab {
        int length;
 };
 
-static const uint64_t expiration_date_ntp = 3833827200ULL; /* 28 June 2021 */
+static const uint64_t expiration_date_ntp = 3849638400ULL; /* 28 December 2021 
*/
 
 static const uint64_t offset_table[N_LEAPS * 2] = {
        2272060800ULL,  10,     /* 1 Jan 1972 */
-- 
2.25.1



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

Reply via email to