From 8f81b94ebeb4b33c234982badfeb18e3298596cc Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 31 Oct 2014 16:16:55 -0700 Subject: * leapseconds.awk: Update the IERS's full name. --- leapseconds.awk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/leapseconds.awk b/leapseconds.awk index ee20ecc..bb81e96 100644 --- a/leapseconds.awk +++ b/leapseconds.awk @@ -15,8 +15,8 @@ BEGIN { print "# The NTP Timescale and Leap Seconds" print "# http://www.eecis.udel.edu/~mills/leap.html" print "" - print "# The International Earth Rotation Service periodically uses leap seconds" - print "# to keep UTC to within 0.9 s of UT1" + print "# The International Earth Rotation and Reference Systems Service" + print "# periodically uses leap seconds to keep UTC to within 0.9 s of UT1" print "# (which measures the true angular orientation of the earth in space); see" print "# Terry J Quinn, The BIPM and the accurate measure of time," print "# Proc IEEE 79, 7 (July 1991), 894-905 ." -- cgit v1.2.1