No leap seconds will happen till the end of 2023. Update leapfile
validity accordingly.

Signed-off-by: Maciek Machnikowski <mac...@machnikowski.net>
---
 lstab.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lstab.c b/lstab.c
index facf3e4..df8cce0 100644
--- a/lstab.c
+++ b/lstab.c
@@ -51,7 +51,7 @@ struct lstab {
        int length;
 };
 
-static const uint64_t expiration_date_ntp = 3896899200ULL; /* 28 June 2023 */
+static const uint64_t expiration_date_ntp = 3912710400ULL; /* 28 December 2023 
*/
 
 static const uint64_t offset_table[N_LEAPS * 2] = {
        2272060800ULL,  10,     /* 1 Jan 1972 */
-- 
2.30.2



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

Reply via email to