From: Nikhil Gupta <nikhil.gu...@nxp.com>

    Bring the built in leap second table up to date through IERS Bulletin C59.
    No new leap seconds have been scheduled for this year.
    Setting the expiration date to 28-Jun-2021 till further notice .

Signed-off-by: Nikhil Gupta <nikhil.gu...@nxp.com>
Reviewed-by: Poonam Aggrwal <poonam.aggr...@nxp.com>
---
 lstab.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



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

Reply via email to