jdk/make/sun/javazic/tzdata/leapseconds
author peytoia
Mon, 08 Sep 2008 17:35:07 +0900
changeset 1316 20fc6d4d57ae
parent 2 90ce3da70b43
child 2813 05d460e4a182
permissions -rw-r--r--
6730743: (tz) Support tzdata2008e Reviewed-by: okutsu
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
#  
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
# This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
# under the terms of the GNU General Public License version 2 only, as
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
# published by the Free Software Foundation.  Sun designates this
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
# particular file as subject to the "Classpath" exception as provided
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
# by Sun in the LICENSE file that accompanied this code.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
#  
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
# This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
# version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
# accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
#  
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
# You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
# 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
#  
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
# CA 95054 USA or visit www.sun.com if you need additional information or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
# have any questions.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
# Allowance for leapseconds added to each timezone file.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
# The International Earth Rotation Service periodically uses leap seconds
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
# to keep UTC to within 0.9 s of UT1
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
# (which measures the true angular orientation of the earth in space); see
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
# Terry J Quinn, The BIPM and the accurate measure of time,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
# Proc IEEE 79, 7 (July 1991), 894-905.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
# There were no leap seconds before 1972, because the official mechanism
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
# accounting for the discrepancy between atomic time and the earth's rotation
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
# did not exist until the early 1970s.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
# The correction (+ or -) is made at the given time, so lines
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
# will typically look like:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
#	Leap	YEAR	MON	DAY	23:59:60	+	R/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
# or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
#	Leap	YEAR	MON	DAY	23:59:59	-	R/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
# If the leapsecond is Rolling (R) the given time is local time
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
# If the leapsecond is Stationary (S) the given time is UTC
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
# Leap	YEAR	MONTH	DAY	HH:MM:SS	CORR	R/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
Leap	1972	Jun	30	23:59:60	+	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
Leap	1972	Dec	31	23:59:60	+	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
Leap	1973	Dec	31	23:59:60	+	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
Leap	1974	Dec	31	23:59:60	+	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
Leap	1975	Dec	31	23:59:60	+	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
Leap	1976	Dec	31	23:59:60	+	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
Leap	1977	Dec	31	23:59:60	+	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
Leap	1978	Dec	31	23:59:60	+	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
Leap	1979	Dec	31	23:59:60	+	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
Leap	1981	Jun	30	23:59:60	+	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
Leap	1982	Jun	30	23:59:60	+	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
Leap	1983	Jun	30	23:59:60	+	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
Leap	1985	Jun	30	23:59:60	+	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
Leap	1987	Dec	31	23:59:60	+	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
Leap	1989	Dec	31	23:59:60	+	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
Leap	1990	Dec	31	23:59:60	+	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
Leap	1992	Jun	30	23:59:60	+	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
Leap	1993	Jun	30	23:59:60	+	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
Leap	1994	Jun	30	23:59:60	+	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
Leap	1995	Dec	31	23:59:60	+	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
Leap	1997	Jun	30	23:59:60	+	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
Leap	1998	Dec	31	23:59:60	+	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
Leap	2005	Dec	31	23:59:60	+	S
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
    69
Leap	2008	Dec	31	23:59:60	+	S
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
# INTERNATIONAL EARTH ROTATION AND REFERENCE SYSTEMS SERVICE (IERS)
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
    72
#
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
# SERVICE INTERNATIONAL DE LA ROTATION TERRESTRE ET DES SYSTEMES DE REFERENCE
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
# SERVICE DE LA ROTATION TERRESTRE
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
# OBSERVATOIRE DE PARIS
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
# 61, Av. de l'Observatoire 75014 PARIS (France)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
# Tel.      : 33 (0) 1 40 51 22 26
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
# FAX       : 33 (0) 1 40 51 22 91
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
    80
# e-mail    : services.iers@obspm.fr
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
    81
# http://hpiers.obspm.fr/eop-pc
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
#
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
    83
# Paris, 4 July 2008
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
#
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
    85
# Bulletin C 36
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
# To authorities responsible
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
# for the measurement and
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
# distribution of time
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
#
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
    91
# UTC TIME STEP
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
    92
# on the 1st of January 2009
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
    93
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
    94
# A positive leap second will be introduced at the end of December 2008.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
    95
# The sequence of dates of the UTC second markers will be:		
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
#
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
    97
# 2008 December 31,     23h 59m 59s
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
    98
# 2008 December 31,     23h 59m 60s
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
    99
# 2009 January   1,      0h  0m  0s
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
#
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   101
# The difference between UTC and the International Atomic Time TAI is:
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   102
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   103
# from 2006 January 1, 0h UTC, to 2009 January 1  0h UTC  : UTC-TAI = - 33s
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   104
# from 2009 January 1, 0h UTC, until further notice       : UTC-TAI = - 34s
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
# Leap seconds can be introduced in UTC at the end of the months of December
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   107
# or June, depending on the evolution of UT1-TAI. Bulletin C is mailed every
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   108
# six months, either to announce a time step in UTC or to confirm that there
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
# will be no time step at the next possible date.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
# Daniel GAMBIS
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   112
# Head		
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
# Earth Orientation Center of IERS
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
# Observatoire de Paris, France