summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-10-31 16:16:55 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2014-10-31 16:16:55 -0700
commit8f81b94ebeb4b33c234982badfeb18e3298596cc (patch)
tree93197cfe08498d6df7d0bff34dce046977fd1858
parent099ef6380aaae524f70cea777c9206e4d21a3ac1 (diff)
downloadtz-8f81b94ebeb4b33c234982badfeb18e3298596cc.tar.gz
* leapseconds.awk: Update the IERS's full name.
-rw-r--r--leapseconds.awk4
1 files 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 <http://dx.doi.org/10.1109/5.84965>."