leapseconds revision 0
0N/A#
0N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A#
2362N/A# This code is free software; you can redistribute it and/or modify it
0N/A# under the terms of the GNU General Public License version 2 only, as
0N/A# published by the Free Software Foundation. Sun designates this
0N/A# particular file as subject to the "Classpath" exception as provided
0N/A# by Sun in the LICENSE file that accompanied this code.
0N/A#
0N/A# This code is distributed in the hope that it will be useful, but WITHOUT
0N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A# version 2 for more details (a copy is included in the LICENSE file that
0N/A# accompanied this code).
0N/A#
0N/A# You should have received a copy of the GNU General Public License version
0N/A# 2 along with this work; if not, write to the Free Software Foundation,
0N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A#
0N/A# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
2362N/A# CA 95054 USA or visit www.sun.com if you need additional information or
2362N/A# have any questions.
2362N/A#
0N/A
0N/A# Allowance for leapseconds added to each timezone file.
0N/A
0N/A# The International Earth Rotation Service periodically uses leap seconds
0N/A# to keep UTC to within 0.9 s of UT1
0N/A# (which measures the true angular orientation of the earth in space); see
0N/A# Terry J Quinn, The BIPM and the accurate measure of time,
0N/A# Proc IEEE 79, 7 (July 1991), 894-905.
0N/A# There were no leap seconds before 1972, because the official mechanism
0N/A# accounting for the discrepancy between atomic time and the earth's rotation
0N/A# did not exist until the early 1970s.
0N/A
0N/A# The correction (+ or -) is made at the given time, so lines
0N/A# will typically look like:
0N/A# Leap YEAR MON DAY 23:59:60 + R/S
0N/A# or
0N/A# Leap YEAR MON DAY 23:59:59 - R/S
0N/A
0N/A# If the leapsecond is Rolling (R) the given time is local time
0N/A# If the leapsecond is Stationary (S) the given time is UTC
0N/A
0N/A# Leap YEAR MONTH DAY HH:MM:SS CORR R/S
0N/ALeap 1972 Jun 30 23:59:60 + S
0N/ALeap 1972 Dec 31 23:59:60 + S
0N/ALeap 1973 Dec 31 23:59:60 + S
0N/ALeap 1974 Dec 31 23:59:60 + S
0N/ALeap 1975 Dec 31 23:59:60 + S
0N/ALeap 1976 Dec 31 23:59:60 + S
0N/ALeap 1977 Dec 31 23:59:60 + S
0N/ALeap 1978 Dec 31 23:59:60 + S
0N/ALeap 1979 Dec 31 23:59:60 + S
0N/ALeap 1981 Jun 30 23:59:60 + S
0N/ALeap 1982 Jun 30 23:59:60 + S
0N/ALeap 1983 Jun 30 23:59:60 + S
0N/ALeap 1985 Jun 30 23:59:60 + S
0N/ALeap 1987 Dec 31 23:59:60 + S
0N/ALeap 1989 Dec 31 23:59:60 + S
0N/ALeap 1990 Dec 31 23:59:60 + S
0N/ALeap 1992 Jun 30 23:59:60 + S
0N/ALeap 1993 Jun 30 23:59:60 + S
0N/ALeap 1994 Jun 30 23:59:60 + S
0N/ALeap 1995 Dec 31 23:59:60 + S
0N/ALeap 1997 Jun 30 23:59:60 + S
0N/ALeap 1998 Dec 31 23:59:60 + S
0N/ALeap 2005 Dec 31 23:59:60 + S
0N/A
0N/A# INTERNATIONAL EARTH ROTATION AND REFERENCE SYSTEMS SERVICE (IERS)
0N/A# SERVICE INTERNATIONAL DE LA ROTATION TERRESTRE ET DES SYSTEMES DE REFERENCE
0N/A#
0N/A# SERVICE DE LA ROTATION TERRESTRE
0N/A# OBSERVATOIRE DE PARIS
0N/A# 61, Av. de l'Observatoire 75014 PARIS (France)
0N/A# Tel. : 33 (0) 1 40 51 22 26
0N/A# FAX : 33 (0) 1 40 51 22 91
0N/A# Internet : services.iers@obspm.fr
0N/A#
0N/A# Paris, 28 June 2007
0N/A#
0N/A# Bulletin C 34
0N/A#
0N/A# To authorities responsible
0N/A# for the measurement and
0N/A# distribution of time
0N/A#
0N/A# INFORMATION ON UTC - TAI
0N/A#
0N/A# NO positive leap second will be introduced at the end of December 2007.
0N/A# The difference between Coordinated Universal Time UTC and the
0N/A# International Atomic Time TAI is :
0N/A#
0N/A# from 2006 January 1, 0h UTC, until further notice : UTC-TAI = -33 s
0N/A#
0N/A# Leap seconds can be introduced in UTC at the end of the months of December
0N/A# or June, depending on the evolution of UT1-TAI. Bulletin C is mailed every
0N/A# six months, either to announce a time step in UTC, or to confirm that there
0N/A# will be no time step at the next possible date.
0N/A#
0N/A# Daniel GAMBIS
0N/A# Director
0N/A# Earth Orientation Center of IERS
# Observatoire de Paris, France