diff options
| author | Philip Paeps <philip@FreeBSD.org> | 2024-02-02 02:01:39 +0000 |
|---|---|---|
| committer | Philip Paeps <philip@FreeBSD.org> | 2024-02-05 00:30:26 +0000 |
| commit | f4256acec1c980b7d08e9e526be6d2a7c4751f0b (patch) | |
| tree | 4d0dbb7695c78a11f990ca2b1cb18b21a3921ab7 /contrib/tzdata/leapseconds.awk | |
| parent | 49e8190c76c1525c55ae94b33832cbb09563ae1e (diff) | |
contrib/tzdata: import tzdata 2024a
Changes: https://github.com/eggert/tz/blob/2024a/NEWS
(cherry picked from commit 2723c7ffb7f729a1d3f7c59e7db48b0edf3d30a6)
Diffstat (limited to 'contrib/tzdata/leapseconds.awk')
| -rw-r--r-- | contrib/tzdata/leapseconds.awk | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/contrib/tzdata/leapseconds.awk b/contrib/tzdata/leapseconds.awk index 7d2556bf1ca7..15e85012bf95 100644 --- a/contrib/tzdata/leapseconds.awk +++ b/contrib/tzdata/leapseconds.awk @@ -1,4 +1,4 @@ -# Generate zic format 'leapseconds' from NIST format 'leap-seconds.list'. +# Generate zic format 'leapseconds' from NIST/IERS format 'leap-seconds.list'. # This file is in the public domain. @@ -21,13 +21,10 @@ BEGIN { print "# This file is in the public domain." print "" print "# This file is generated automatically from the data in the public-domain" - print "# NIST format leap-seconds.list file, which can be copied from" - print "# <ftp://ftp.nist.gov/pub/time/leap-seconds.list>" - print "# or <ftp://ftp.boulder.nist.gov/pub/time/leap-seconds.list>." - print "# The NIST file is used instead of its IERS upstream counterpart" + print "# NIST/IERS format leap-seconds.list file, which can be copied from" print "# <https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list>" - print "# because under US law the NIST file is public domain" - print "# whereas the IERS file's copyright and license status is unclear." + print "# or, in a variant with different comments, from" + print "# <ftp://ftp.boulder.nist.gov/pub/time/leap-seconds.list>." print "# For more about leap-seconds.list, please see" print "# The NTP Timescale and Leap Seconds" print "# <https://www.eecis.udel.edu/~mills/leap.html>." |
