From 1cef03172d0ef8feb7ebdc0ef1e865f25c9ed4be Mon Sep 17 00:00:00 2001 From: Michael Cullen Date: Fri, 3 Jan 2025 10:43:19 +0100 Subject: [PATCH] lstab: Update expiration date The table is still valid, so update the expiration date --- lstab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lstab.c b/lstab.c index 06b334c9..46d2dc25 100644 --- a/lstab.c +++ b/lstab.c @@ -55,7 +55,7 @@ struct lstab { int length; }; -static const uint64_t expiration_date_ntp = 3944332800ULL; /* 24 Dec 2024 */ +static const uint64_t expiration_date_ntp = 3960057600ULL; /* 28 Jun 2025 */ static const uint64_t offset_table[N_LEAPS * 2] = { 2272060800ULL, 10, /* 1 Jan 1972 */