From 0f64b244963c1e204b1613824f70baff20e1a647 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 22 Feb 2016 07:58:50 -0800 Subject: [PATCH] Update leap-seconds file expiration (Thanks to Martin Burnicki.) * leap-seconds.list: New file from NIST. * leapseconds.awk: Mention secondary servers. --- leap-seconds.list | 8 ++++---- leapseconds.awk | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/leap-seconds.list b/leap-seconds.list index 0a0bacb..7552796 100644 --- a/leap-seconds.list +++ b/leap-seconds.list @@ -199,10 +199,10 @@ # current -- the update time stamp, the data and the name of the file # will not change. # -# Updated through IERS Bulletin C50 -# File expires on: 28 June 2016 +# Updated through IERS Bulletin C51 +# File expires on: 28 December 2016 # -#@ 3676060800 +#@ 3691872000 # 2272060800 10 # 1 Jan 1972 2287785600 11 # 1 Jul 1972 @@ -246,4 +246,4 @@ # the hash line is also ignored in the # computation. # -#h 3d037453 3acade76 570bd8f8 be2b8bc9 55ec6fe8 +#h afc03691 8ff53838 42080ba1 cdd22f1 48192c10 diff --git a/leapseconds.awk b/leapseconds.awk index 756391e..21fe540 100644 --- a/leapseconds.awk +++ b/leapseconds.awk @@ -11,6 +11,7 @@ BEGIN { print "# leap-seconds.list file available from most NIST time servers." print "# If the URL does not work," print "# you should be able to pick up leap-seconds.list from a secondary NIST server." + print "# See for a list of secondary servers." print "# For more about leap-seconds.list, please see" print "# The NTP Timescale and Leap Seconds" print "# http://www.eecis.udel.edu/~mills/leap.html" -- 2.5.0