jdk/test/sun/util/calendar/zi/tzdata/europe
author sherman
Tue, 12 Feb 2013 09:25:43 -0800
changeset 15658 55b829ca2334
child 17464 268d3ce75045
permissions -rw-r--r--
8007392: JSR 310: DateTime API Updates 8007520: Update date/time classes in j.util and j.sql packages 8007572: Replace existing jdk timezone data at <java.home>/lib/zi with JSR310's tzdb Summary: Integration of JSR310 Date/Time API for M7 Reviewed-by: darcy, alanb, naoto Contributed-by: scolebourne@joda.org, roger.riggs@oracle.com, masayoshi.okutsu@oracle.com, patrick.zhang@oracle.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15658
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
     1
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
     2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
     3
#  
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
     4
# This code is free software; you can redistribute it and/or modify it
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
     5
# under the terms of the GNU General Public License version 2 only, as
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
     6
# published by the Free Software Foundation.  Oracle designates this
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
     7
# particular file as subject to the "Classpath" exception as provided
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
     8
# by Oracle in the LICENSE file that accompanied this code.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
     9
#  
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    10
# This code is distributed in the hope that it will be useful, but WITHOUT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    11
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    12
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    13
# version 2 for more details (a copy is included in the LICENSE file that
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    14
# accompanied this code).
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    15
#  
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    16
# You should have received a copy of the GNU General Public License version
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    17
# 2 along with this work; if not, write to the Free Software Foundation,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    18
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    19
#  
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    20
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    21
# or visit www.oracle.com if you need additional information or have any
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    22
# questions.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    23
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    24
# <pre>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    25
# This file is in the public domain, so clarified as of
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    26
# 2009-05-17 by Arthur David Olson.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    27
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    28
# This data is by no means authoritative; if you think you know better,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    29
# go ahead and edit the file (and please send any changes to
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    30
# tz@elsie.nci.nih.gov for general use in the future).
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    31
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    32
# From Paul Eggert (2006-03-22):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    33
# A good source for time zone historical data outside the U.S. is
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    34
# Thomas G. Shanks and Rique Pottenger, The International Atlas (6th edition),
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    35
# San Diego: ACS Publications, Inc. (2003).
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    36
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    37
# Gwillim Law writes that a good source
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    38
# for recent time zone data is the International Air Transport
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    39
# Association's Standard Schedules Information Manual (IATA SSIM),
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    40
# published semiannually.  Law sent in several helpful summaries
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    41
# of the IATA's data after 1990.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    42
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    43
# Except where otherwise noted, Shanks & Pottenger is the source for
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    44
# entries through 1991, and IATA SSIM is the source for entries afterwards.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    45
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    46
# Other sources occasionally used include:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    47
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    48
#	Edward W. Whitman, World Time Differences,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    49
#	Whitman Publishing Co, 2 Niagara Av, Ealing, London (undated),
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    50
#	which I found in the UCLA library.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    51
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    52
#	<a href="http://www.pettswoodvillage.co.uk/Daylight_Savings_William_Willett.pdf">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    53
#	William Willett, The Waste of Daylight, 19th edition
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    54
#	</a> (1914-03)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    55
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    56
#	Brazil's Departamento Servico da Hora (DSH),
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    57
#	<a href="http://pcdsh01.on.br/HISTHV.htm">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    58
#	History of Summer Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    59
#	</a> (1998-09-21, in Portuguese)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    60
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    61
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    62
# I invented the abbreviations marked `*' in the following table;
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    63
# the rest are from earlier versions of this file, or from other sources.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    64
# Corrections are welcome!
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    65
#                   std dst  2dst
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    66
#                   LMT           Local Mean Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    67
#       -4:00       AST ADT       Atlantic
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    68
#       -3:00       WGT WGST      Western Greenland*
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    69
#       -1:00       EGT EGST      Eastern Greenland*
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    70
#        0:00       GMT BST  BDST Greenwich, British Summer
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    71
#        0:00       GMT IST       Greenwich, Irish Summer
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    72
#        0:00       WET WEST WEMT Western Europe
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    73
#        0:19:32.13 AMT NST       Amsterdam, Netherlands Summer (1835-1937)*
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    74
#        0:20       NET NEST      Netherlands (1937-1940)*
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    75
#        1:00       CET CEST CEMT Central Europe
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    76
#        1:00:14    SET           Swedish (1879-1899)*
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    77
#        2:00       EET EEST      Eastern Europe
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    78
#        3:00       MSK MSD       Moscow
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    79
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    80
# A reliable and entertaining source about time zones, especially in Britain,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    81
# Derek Howse, Greenwich time and longitude, Philip Wilson Publishers (1997).
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    82
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    83
# From Peter Ilieve (1994-12-04),
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    84
# The original six [EU members]: Belgium, France, (West) Germany, Italy,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    85
# Luxembourg, the Netherlands.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    86
# Plus, from 1 Jan 73: Denmark, Ireland, United Kingdom.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    87
# Plus, from 1 Jan 81: Greece.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    88
# Plus, from 1 Jan 86: Spain, Portugal.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    89
# Plus, from 1 Jan 95: Austria, Finland, Sweden. (Norway negotiated terms for
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    90
# entry but in a referendum on 28 Nov 94 the people voted No by 52.2% to 47.8%
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    91
# on a turnout of 88.6%. This was almost the same result as Norway's previous
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    92
# referendum in 1972, they are the only country to have said No twice.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    93
# Referendums in the other three countries voted Yes.)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    94
# ...
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    95
# Estonia ... uses EU dates but not at 01:00 GMT, they use midnight GMT.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    96
# I don't think they know yet what they will do from 1996 onwards.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    97
# ...
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    98
# There shouldn't be any [current members who are not using EU rules].
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
    99
# A Directive has the force of law, member states are obliged to enact
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   100
# national law to implement it. The only contentious issue was the
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   101
# different end date for the UK and Ireland, and this was always allowed
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   102
# in the Directive.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   103
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   104
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   105
###############################################################################
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   106
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   107
# Britain (United Kingdom) and Ireland (Eire)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   108
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   109
# From Peter Ilieve (1994-07-06):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   110
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   111
# On 17 Jan 1994 the Independent, a UK quality newspaper, had a piece about
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   112
# historical vistas along the Thames in west London. There was a photo
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   113
# and a sketch map showing some of the sightlines involved. One paragraph
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   114
# of the text said:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   115
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   116
# `An old stone obelisk marking a forgotten terrestrial meridian stands
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   117
# beside the river at Kew. In the 18th century, before time and longitude
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   118
# was standardised by the Royal Observatory in Greenwich, scholars observed
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   119
# this stone and the movement of stars from Kew Observatory nearby. They
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   120
# made their calculations and set the time for the Horse Guards and Parliament,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   121
# but now the stone is obscured by scrubwood and can only be seen by walking
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   122
# along the towpath within a few yards of it.'
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   123
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   124
# I have a one inch to one mile map of London and my estimate of the stone's
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   125
# position is 51 deg. 28' 30" N, 0 deg. 18' 45" W. The longitude should
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   126
# be within about +-2". The Ordnance Survey grid reference is TQ172761.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   127
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   128
# [This yields GMTOFF = -0:01:15 for London LMT in the 18th century.]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   129
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   130
# From Paul Eggert (1993-11-18):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   131
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   132
# Howse writes that Britain was the first country to use standard time.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   133
# The railways cared most about the inconsistencies of local mean time,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   134
# and it was they who forced a uniform time on the country.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   135
# The original idea was credited to Dr. William Hyde Wollaston (1766-1828)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   136
# and was popularized by Abraham Follett Osler (1808-1903).
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   137
# The first railway to adopt London time was the Great Western Railway
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   138
# in November 1840; other railways followed suit, and by 1847 most
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   139
# (though not all) railways used London time.  On 1847-09-22 the
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   140
# Railway Clearing House, an industry standards body, recommended that GMT be
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   141
# adopted at all stations as soon as the General Post Office permitted it.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   142
# The transition occurred on 12-01 for the L&NW, the Caledonian,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   143
# and presumably other railways; the January 1848 Bradshaw's lists many
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   144
# railways as using GMT.  By 1855 the vast majority of public
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   145
# clocks in Britain were set to GMT (though some, like the great clock
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   146
# on Tom Tower at Christ Church, Oxford, were fitted with two minute hands,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   147
# one for local time and one for GMT).  The last major holdout was the legal
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   148
# system, which stubbornly stuck to local time for many years, leading
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   149
# to oddities like polls opening at 08:13 and closing at 16:13.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   150
# The legal system finally switched to GMT when the Statutes (Definition
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   151
# of Time) Act took effect; it received the Royal Assent on 1880-08-02.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   152
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   153
# In the tables below, we condense this complicated story into a single
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   154
# transition date for London, namely 1847-12-01.  We don't know as much
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   155
# about Dublin, so we use 1880-08-02, the legal transition time.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   156
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   157
# From Paul Eggert (2003-09-27):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   158
# Summer Time was first seriously proposed by William Willett (1857-1915),
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   159
# a London builder and member of the Royal Astronomical Society
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   160
# who circulated a pamphlet ``The Waste of Daylight'' (1907)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   161
# that proposed advancing clocks 20 minutes on each of four Sundays in April,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   162
# and retarding them by the same amount on four Sundays in September.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   163
# A bill was drafted in 1909 and introduced in Parliament several times,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   164
# but it met with ridicule and opposition, especially from farming interests.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   165
# Later editions of the pamphlet proposed one-hour summer time, and
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   166
# it was eventually adopted as a wartime measure in 1916.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   167
# See: Summer Time Arrives Early, The Times (2000-05-18).
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   168
# A monument to Willett was unveiled on 1927-05-21, in an open space in
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   169
# a 45-acre wood near Chislehurst, Kent that was purchased by popular
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   170
# subscription and open to the public.  On the south face of the monolith,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   171
# designed by G. W. Miller, is the...William Willett Memorial Sundial,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   172
# which is permanently set to Summer Time.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   173
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   174
# From Winston Churchill (1934-04-28):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   175
# It is one of the paradoxes of history that we should owe the boon of
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   176
# summer time, which gives every year to the people of this country
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   177
# between 160 and 170 hours more daylight leisure, to a war which
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   178
# plunged Europe into darkness for four years, and shook the
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   179
# foundations of civilization throughout the world.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   180
#	-- <a href="http://www.winstonchurchill.org/fh114willett.htm">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   181
#	"A Silent Toast to William Willett", Pictorial Weekly
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   182
#	</a>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   183
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   184
# From Paul Eggert (1996-09-03):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   185
# The OED Supplement says that the English originally said ``Daylight Saving''
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   186
# when they were debating the adoption of DST in 1908; but by 1916 this
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   187
# term appears only in quotes taken from DST's opponents, whereas the
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   188
# proponents (who eventually won the argument) are quoted as using ``Summer''.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   189
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   190
# From Arthur David Olson (1989-01-19):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   191
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   192
# A source at the British Information Office in New York avers that it's
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   193
# known as "British" Summer Time in all parts of the United Kingdom.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   194
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   195
# Date: 4 Jan 89 08:57:25 GMT (Wed)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   196
# From: Jonathan Leffler
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   197
# [British Summer Time] is fixed annually by Act of Parliament.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   198
# If you can predict what Parliament will do, you should be in
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   199
# politics making a fortune, not computing.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   200
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   201
# From Chris Carrier (1996-06-14):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   202
# I remember reading in various wartime issues of the London Times the
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   203
# acronym BDST for British Double Summer Time.  Look for the published
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   204
# time of sunrise and sunset in The Times, when BDST was in effect, and
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   205
# if you find a zone reference it will say, "All times B.D.S.T."
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   206
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   207
# From Joseph S. Myers (1999-09-02):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   208
# ... some military cables (WO 219/4100 - this is a copy from the
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   209
# main SHAEF archives held in the US National Archives, SHAEF/5252/8/516)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   210
# agree that the usage is BDST (this appears in a message dated 17 Feb 1945).
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   211
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   212
# From Joseph S. Myers (2000-10-03):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   213
# On 18th April 1941, Sir Stephen Tallents of the BBC wrote to Sir
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   214
# Alexander Maxwell of the Home Office asking whether there was any
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   215
# official designation; the reply of the 21st was that there wasn't
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   216
# but he couldn't think of anything better than the "Double British
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   217
# Summer Time" that the BBC had been using informally.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   218
# http://student.cusu.cam.ac.uk/~jsm28/british-time/bbc-19410418.png
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   219
# http://student.cusu.cam.ac.uk/~jsm28/british-time/ho-19410421.png
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   220
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   221
# From Sir Alexander Maxwell in the above-mentioned letter (1941-04-21):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   222
# [N]o official designation has as far as I know been adopted for the time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   223
# which is to be introduced in May....
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   224
# I cannot think of anything better than "Double British Summer Time"
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   225
# which could not be said to run counter to any official description.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   226
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   227
# From Paul Eggert (2000-10-02):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   228
# Howse writes (p 157) `DBST' too, but `BDST' seems to have been common
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   229
# and follows the more usual convention of putting the location name first,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   230
# so we use `BDST'.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   231
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   232
# Peter Ilieve (1998-04-19) described at length
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   233
# the history of summer time legislation in the United Kingdom.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   234
# Since 1998 Joseph S. Myers has been updating
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   235
# and extending this list, which can be found in
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   236
# http://student.cusu.cam.ac.uk/~jsm28/british-time/
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   237
# <a href="http://www.polyomino.org.uk/british-time/">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   238
# History of legal time in Britain
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   239
# </a>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   240
# Rob Crowther (2012-01-04) reports that that URL no longer
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   241
# exists, and the article can now be found at:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   242
# <a href="http://www.polyomino.org.uk/british-time/">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   243
# http://www.polyomino.org.uk/british-time/
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   244
# </a>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   245
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   246
# From Joseph S. Myers (1998-01-06):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   247
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   248
# The legal time in the UK outside of summer time is definitely GMT, not UTC;
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   249
# see Lord Tanlaw's speech
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   250
# <a href="http://www.parliament.the-stationery-office.co.uk/pa/ld199697/ldhansrd/pdvn/lds97/text/70611-20.htm#70611-20_head0">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   251
# (Lords Hansard 11 June 1997 columns 964 to 976)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   252
# </a>.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   253
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   254
# From Paul Eggert (2006-03-22):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   255
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   256
# For lack of other data, follow Shanks & Pottenger for Eire in 1940-1948.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   257
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   258
# Given Ilieve and Myers's data, the following claims by Shanks & Pottenger
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   259
# are incorrect:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   260
#     * Wales did not switch from GMT to daylight saving time until
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   261
#	1921 Apr 3, when they began to conform with the rest of Great Britain.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   262
# Actually, Wales was identical after 1880.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   263
#     * Eire had two transitions on 1916 Oct 1.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   264
# It actually just had one transition.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   265
#     * Northern Ireland used single daylight saving time throughout WW II.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   266
# Actually, it conformed to Britain.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   267
#     * GB-Eire changed standard time to 1 hour ahead of GMT on 1968-02-18.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   268
# Actually, that date saw the usual switch to summer time.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   269
# Standard time was not changed until 1968-10-27 (the clocks didn't change).
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   270
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   271
# Here is another incorrect claim by Shanks & Pottenger:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   272
#     * Jersey, Guernsey, and the Isle of Man did not switch from GMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   273
#	to daylight saving time until 1921 Apr 3, when they began to
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   274
#	conform with Great Britain.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   275
# S.R.&O. 1916, No. 382 and HO 45/10811/312364 (quoted above) say otherwise.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   276
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   277
# The following claim by Shanks & Pottenger is possible though doubtful;
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   278
# we'll ignore it for now.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   279
#     * Dublin's 1971-10-31 switch was at 02:00, even though London's was 03:00.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   280
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   281
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   282
# Whitman says Dublin Mean Time was -0:25:21, which is more precise than
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   283
# Shanks & Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   284
# Perhaps this was Dunsink Observatory Time, as Dunsink Observatory
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   285
# (8 km NW of Dublin's center) seemingly was to Dublin as Greenwich was
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   286
# to London.  For example:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   287
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   288
#   "Timeball on the ballast office is down.  Dunsink time."
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   289
#   -- James Joyce, Ulysses
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   290
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   291
# From Joseph S. Myers (2005-01-26):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   292
# Irish laws are available online at www.irishstatutebook.ie.  These include
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   293
# various relating to legal time, for example:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   294
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   295
# ZZA13Y1923.html ZZA12Y1924.html ZZA8Y1925.html ZZSIV20PG1267.html
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   296
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   297
# ZZSI71Y1947.html ZZSI128Y1948.html ZZSI23Y1949.html ZZSI41Y1950.html
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   298
# ZZSI27Y1951.html ZZSI73Y1952.html
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   299
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   300
# ZZSI11Y1961.html ZZSI232Y1961.html ZZSI182Y1962.html
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   301
# ZZSI167Y1963.html ZZSI257Y1964.html ZZSI198Y1967.html
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   302
# ZZA23Y1968.html ZZA17Y1971.html
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   303
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   304
# ZZSI67Y1981.html ZZSI212Y1982.html ZZSI45Y1986.html
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   305
# ZZSI264Y1988.html ZZSI52Y1990.html ZZSI371Y1992.html
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   306
# ZZSI395Y1994.html ZZSI484Y1997.html ZZSI506Y2001.html
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   307
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   308
# [These are all relative to the root, e.g., the first is
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   309
# <http://www.irishstatutebook.ie/ZZA13Y1923.html>.]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   310
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   311
# (These are those I found, but there could be more.  In any case these
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   312
# should allow various updates to the comments in the europe file to cover
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   313
# the laws applicable in Ireland.)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   314
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   315
# (Note that the time in the Republic of Ireland since 1968 has been defined
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   316
# in terms of standard time being GMT+1 with a period of winter time when it
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   317
# is GMT, rather than standard time being GMT with a period of summer time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   318
# being GMT+1.)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   319
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   320
# From Paul Eggert (1999-03-28):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   321
# Clive Feather (<news:859845706.26043.0@office.demon.net>, 1997-03-31)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   322
# reports that Folkestone (Cheriton) Shuttle Terminal uses Concession Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   323
# (CT), equivalent to French civil time.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   324
# Julian Hill (<news:36118128.5A14@virgin.net>, 1998-09-30) reports that
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   325
# trains between Dollands Moor (the freight facility next door)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   326
# and Frethun run in CT.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   327
# My admittedly uninformed guess is that the terminal has two authorities,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   328
# the French concession operators and the British civil authorities,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   329
# and that the time depends on who you're talking to.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   330
# If, say, the British police were called to the station for some reason,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   331
# I would expect the official police report to use GMT/BST and not CET/CEST.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   332
# This is a borderline case, but for now let's stick to GMT/BST.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   333
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   334
# From an anonymous contributor (1996-06-02):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   335
# The law governing time in Ireland is under Statutory Instrument SI 395/94,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   336
# which gives force to European Union 7th Council Directive # 94/21/EC.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   337
# Under this directive, the Minister for Justice in Ireland makes appropriate
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   338
# regulations. I spoke this morning with the Secretary of the Department of
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   339
# Justice (tel +353 1 678 9711) who confirmed to me that the correct name is
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   340
# "Irish Summer Time", abbreviated to "IST".
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   341
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   342
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   343
# Summer Time Act, 1916
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   344
Rule	GB-Eire	1916	only	-	May	21	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   345
Rule	GB-Eire	1916	only	-	Oct	 1	2:00s	0	GMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   346
# S.R.&O. 1917, No. 358
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   347
Rule	GB-Eire	1917	only	-	Apr	 8	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   348
Rule	GB-Eire	1917	only	-	Sep	17	2:00s	0	GMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   349
# S.R.&O. 1918, No. 274
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   350
Rule	GB-Eire	1918	only	-	Mar	24	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   351
Rule	GB-Eire	1918	only	-	Sep	30	2:00s	0	GMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   352
# S.R.&O. 1919, No. 297
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   353
Rule	GB-Eire	1919	only	-	Mar	30	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   354
Rule	GB-Eire	1919	only	-	Sep	29	2:00s	0	GMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   355
# S.R.&O. 1920, No. 458
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   356
Rule	GB-Eire	1920	only	-	Mar	28	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   357
# S.R.&O. 1920, No. 1844
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   358
Rule	GB-Eire	1920	only	-	Oct	25	2:00s	0	GMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   359
# S.R.&O. 1921, No. 363
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   360
Rule	GB-Eire	1921	only	-	Apr	 3	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   361
Rule	GB-Eire	1921	only	-	Oct	 3	2:00s	0	GMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   362
# S.R.&O. 1922, No. 264
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   363
Rule	GB-Eire	1922	only	-	Mar	26	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   364
Rule	GB-Eire	1922	only	-	Oct	 8	2:00s	0	GMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   365
# The Summer Time Act, 1922
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   366
Rule	GB-Eire	1923	only	-	Apr	Sun>=16	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   367
Rule	GB-Eire	1923	1924	-	Sep	Sun>=16	2:00s	0	GMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   368
Rule	GB-Eire	1924	only	-	Apr	Sun>=9	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   369
Rule	GB-Eire	1925	1926	-	Apr	Sun>=16	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   370
# The Summer Time Act, 1925
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   371
Rule	GB-Eire	1925	1938	-	Oct	Sun>=2	2:00s	0	GMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   372
Rule	GB-Eire	1927	only	-	Apr	Sun>=9	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   373
Rule	GB-Eire	1928	1929	-	Apr	Sun>=16	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   374
Rule	GB-Eire	1930	only	-	Apr	Sun>=9	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   375
Rule	GB-Eire	1931	1932	-	Apr	Sun>=16	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   376
Rule	GB-Eire	1933	only	-	Apr	Sun>=9	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   377
Rule	GB-Eire	1934	only	-	Apr	Sun>=16	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   378
Rule	GB-Eire	1935	only	-	Apr	Sun>=9	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   379
Rule	GB-Eire	1936	1937	-	Apr	Sun>=16	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   380
Rule	GB-Eire	1938	only	-	Apr	Sun>=9	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   381
Rule	GB-Eire	1939	only	-	Apr	Sun>=16	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   382
# S.R.&O. 1939, No. 1379
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   383
Rule	GB-Eire	1939	only	-	Nov	Sun>=16	2:00s	0	GMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   384
# S.R.&O. 1940, No. 172 and No. 1883
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   385
Rule	GB-Eire	1940	only	-	Feb	Sun>=23	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   386
# S.R.&O. 1941, No. 476
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   387
Rule	GB-Eire	1941	only	-	May	Sun>=2	1:00s	2:00	BDST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   388
Rule	GB-Eire	1941	1943	-	Aug	Sun>=9	1:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   389
# S.R.&O. 1942, No. 506
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   390
Rule	GB-Eire	1942	1944	-	Apr	Sun>=2	1:00s	2:00	BDST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   391
# S.R.&O. 1944, No. 932
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   392
Rule	GB-Eire	1944	only	-	Sep	Sun>=16	1:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   393
# S.R.&O. 1945, No. 312
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   394
Rule	GB-Eire	1945	only	-	Apr	Mon>=2	1:00s	2:00	BDST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   395
Rule	GB-Eire	1945	only	-	Jul	Sun>=9	1:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   396
# S.R.&O. 1945, No. 1208
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   397
Rule	GB-Eire	1945	1946	-	Oct	Sun>=2	2:00s	0	GMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   398
Rule	GB-Eire	1946	only	-	Apr	Sun>=9	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   399
# The Summer Time Act, 1947
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   400
Rule	GB-Eire	1947	only	-	Mar	16	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   401
Rule	GB-Eire	1947	only	-	Apr	13	1:00s	2:00	BDST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   402
Rule	GB-Eire	1947	only	-	Aug	10	1:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   403
Rule	GB-Eire	1947	only	-	Nov	 2	2:00s	0	GMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   404
# Summer Time Order, 1948 (S.I. 1948/495)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   405
Rule	GB-Eire	1948	only	-	Mar	14	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   406
Rule	GB-Eire	1948	only	-	Oct	31	2:00s	0	GMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   407
# Summer Time Order, 1949 (S.I. 1949/373)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   408
Rule	GB-Eire	1949	only	-	Apr	 3	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   409
Rule	GB-Eire	1949	only	-	Oct	30	2:00s	0	GMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   410
# Summer Time Order, 1950 (S.I. 1950/518)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   411
# Summer Time Order, 1951 (S.I. 1951/430)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   412
# Summer Time Order, 1952 (S.I. 1952/451)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   413
Rule	GB-Eire	1950	1952	-	Apr	Sun>=14	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   414
Rule	GB-Eire	1950	1952	-	Oct	Sun>=21	2:00s	0	GMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   415
# revert to the rules of the Summer Time Act, 1925
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   416
Rule	GB-Eire	1953	only	-	Apr	Sun>=16	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   417
Rule	GB-Eire	1953	1960	-	Oct	Sun>=2	2:00s	0	GMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   418
Rule	GB-Eire	1954	only	-	Apr	Sun>=9	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   419
Rule	GB-Eire	1955	1956	-	Apr	Sun>=16	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   420
Rule	GB-Eire	1957	only	-	Apr	Sun>=9	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   421
Rule	GB-Eire	1958	1959	-	Apr	Sun>=16	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   422
Rule	GB-Eire	1960	only	-	Apr	Sun>=9	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   423
# Summer Time Order, 1961 (S.I. 1961/71)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   424
# Summer Time (1962) Order, 1961 (S.I. 1961/2465)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   425
# Summer Time Order, 1963 (S.I. 1963/81)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   426
Rule	GB-Eire	1961	1963	-	Mar	lastSun	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   427
Rule	GB-Eire	1961	1968	-	Oct	Sun>=23	2:00s	0	GMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   428
# Summer Time (1964) Order, 1963 (S.I. 1963/2101)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   429
# Summer Time Order, 1964 (S.I. 1964/1201)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   430
# Summer Time Order, 1967 (S.I. 1967/1148)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   431
Rule	GB-Eire	1964	1967	-	Mar	Sun>=19	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   432
# Summer Time Order, 1968 (S.I. 1968/117)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   433
Rule	GB-Eire	1968	only	-	Feb	18	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   434
# The British Standard Time Act, 1968
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   435
#	(no summer time)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   436
# The Summer Time Act, 1972
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   437
Rule	GB-Eire	1972	1980	-	Mar	Sun>=16	2:00s	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   438
Rule	GB-Eire	1972	1980	-	Oct	Sun>=23	2:00s	0	GMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   439
# Summer Time Order, 1980 (S.I. 1980/1089)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   440
# Summer Time Order, 1982 (S.I. 1982/1673)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   441
# Summer Time Order, 1986 (S.I. 1986/223)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   442
# Summer Time Order, 1988 (S.I. 1988/931)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   443
Rule	GB-Eire	1981	1995	-	Mar	lastSun	1:00u	1:00	BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   444
Rule	GB-Eire 1981	1989	-	Oct	Sun>=23	1:00u	0	GMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   445
# Summer Time Order, 1989 (S.I. 1989/985)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   446
# Summer Time Order, 1992 (S.I. 1992/1729)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   447
# Summer Time Order 1994 (S.I. 1994/2798)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   448
Rule	GB-Eire 1990	1995	-	Oct	Sun>=22	1:00u	0	GMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   449
# Summer Time Order 1997 (S.I. 1997/2982)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   450
# See EU for rules starting in 1996.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   451
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   452
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   453
Zone	Europe/London	-0:01:15 -	LMT	1847 Dec  1 0:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   454
			 0:00	GB-Eire	%s	1968 Oct 27
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   455
			 1:00	-	BST	1971 Oct 31 2:00u
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   456
			 0:00	GB-Eire	%s	1996
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   457
			 0:00	EU	GMT/BST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   458
Link	Europe/London	Europe/Jersey
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   459
Link	Europe/London	Europe/Guernsey
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   460
Link	Europe/London	Europe/Isle_of_Man
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   461
Zone	Europe/Dublin	-0:25:00 -	LMT	1880 Aug  2
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   462
			-0:25:21 -	DMT	1916 May 21 2:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   463
			-0:25:21 1:00	IST	1916 Oct  1 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   464
			 0:00	GB-Eire	%s	1921 Dec  6 # independence
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   465
			 0:00	GB-Eire	GMT/IST	1940 Feb 25 2:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   466
			 0:00	1:00	IST	1946 Oct  6 2:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   467
			 0:00	-	GMT	1947 Mar 16 2:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   468
			 0:00	1:00	IST	1947 Nov  2 2:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   469
			 0:00	-	GMT	1948 Apr 18 2:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   470
			 0:00	GB-Eire	GMT/IST	1968 Oct 27
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   471
			 1:00	-	IST	1971 Oct 31 2:00u
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   472
			 0:00	GB-Eire	GMT/IST	1996
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   473
			 0:00	EU	GMT/IST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   474
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   475
###############################################################################
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   476
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   477
# Europe
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   478
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   479
# EU rules are for the European Union, previously known as the EC, EEC,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   480
# Common Market, etc.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   481
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   482
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   483
Rule	EU	1977	1980	-	Apr	Sun>=1	 1:00u	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   484
Rule	EU	1977	only	-	Sep	lastSun	 1:00u	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   485
Rule	EU	1978	only	-	Oct	 1	 1:00u	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   486
Rule	EU	1979	1995	-	Sep	lastSun	 1:00u	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   487
Rule	EU	1981	max	-	Mar	lastSun	 1:00u	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   488
Rule	EU	1996	max	-	Oct	lastSun	 1:00u	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   489
# The most recent directive covers the years starting in 2002.  See:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   490
# <a="http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=CELEX:32000L0084:EN:NOT">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   491
# Directive 2000/84/EC of the European Parliament and of the Council
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   492
# of 19 January 2001 on summer-time arrangements.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   493
# </a>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   494
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   495
# W-Eur differs from EU only in that W-Eur uses standard time.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   496
Rule	W-Eur	1977	1980	-	Apr	Sun>=1	 1:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   497
Rule	W-Eur	1977	only	-	Sep	lastSun	 1:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   498
Rule	W-Eur	1978	only	-	Oct	 1	 1:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   499
Rule	W-Eur	1979	1995	-	Sep	lastSun	 1:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   500
Rule	W-Eur	1981	max	-	Mar	lastSun	 1:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   501
Rule	W-Eur	1996	max	-	Oct	lastSun	 1:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   502
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   503
# Older C-Eur rules are for convenience in the tables.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   504
# From 1977 on, C-Eur differs from EU only in that C-Eur uses standard time.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   505
Rule	C-Eur	1916	only	-	Apr	30	23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   506
Rule	C-Eur	1916	only	-	Oct	 1	 1:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   507
Rule	C-Eur	1917	1918	-	Apr	Mon>=15	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   508
Rule	C-Eur	1917	1918	-	Sep	Mon>=15	 2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   509
Rule	C-Eur	1940	only	-	Apr	 1	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   510
Rule	C-Eur	1942	only	-	Nov	 2	 2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   511
Rule	C-Eur	1943	only	-	Mar	29	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   512
Rule	C-Eur	1943	only	-	Oct	 4	 2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   513
Rule	C-Eur	1944	1945	-	Apr	Mon>=1	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   514
# Whitman gives 1944 Oct 7; go with Shanks & Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   515
Rule	C-Eur	1944	only	-	Oct	 2	 2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   516
# From Jesper Norgaard Welen (2008-07-13):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   517
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   518
# I found what is probably a typo of 2:00 which should perhaps be 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   519
# in the C-Eur rule from tz database version 2008d (this part was
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   520
# corrected in version 2008d). The circumstancial evidence is simply the
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   521
# tz database itself, as seen below:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   522
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   523
# Zone Europe/Paris 0:09:21 - LMT 1891 Mar 15  0:01
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   524
#    0:00 France WE%sT 1945 Sep 16  3:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   525
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   526
# Zone Europe/Monaco 0:29:32 - LMT 1891 Mar 15
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   527
#    0:00 France WE%sT 1945 Sep 16 3:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   528
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   529
# Zone Europe/Belgrade 1:22:00 - LMT 1884
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   530
#    1:00 1:00 CEST 1945 Sep 16  2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   531
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   532
# Rule France 1945 only - Sep 16  3:00 0 -
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   533
# Rule Belgium 1945 only - Sep 16  2:00s 0 -
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   534
# Rule Neth 1945 only - Sep 16 2:00s 0 -
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   535
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   536
# The rule line to be changed is:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   537
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   538
# Rule C-Eur 1945 only - Sep 16  2:00 0 -
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   539
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   540
# It seems that Paris, Monaco, Rule France, Rule Belgium all agree on
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   541
# 2:00 standard time, e.g. 3:00 local time.  However there are no
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   542
# countries that use C-Eur rules in September 1945, so the only items
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   543
# affected are apparently these ficticious zones that translates acronyms
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   544
# CET and MET:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   545
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   546
# Zone CET  1:00 C-Eur CE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   547
# Zone MET  1:00 C-Eur ME%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   548
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   549
# It this is right then the corrected version would look like:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   550
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   551
# Rule C-Eur 1945 only - Sep 16  2:00s 0 -
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   552
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   553
# A small step for mankind though 8-)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   554
Rule	C-Eur	1945	only	-	Sep	16	 2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   555
Rule	C-Eur	1977	1980	-	Apr	Sun>=1	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   556
Rule	C-Eur	1977	only	-	Sep	lastSun	 2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   557
Rule	C-Eur	1978	only	-	Oct	 1	 2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   558
Rule	C-Eur	1979	1995	-	Sep	lastSun	 2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   559
Rule	C-Eur	1981	max	-	Mar	lastSun	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   560
Rule	C-Eur	1996	max	-	Oct	lastSun	 2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   561
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   562
# E-Eur differs from EU only in that E-Eur switches at midnight local time.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   563
Rule	E-Eur	1977	1980	-	Apr	Sun>=1	 0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   564
Rule	E-Eur	1977	only	-	Sep	lastSun	 0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   565
Rule	E-Eur	1978	only	-	Oct	 1	 0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   566
Rule	E-Eur	1979	1995	-	Sep	lastSun	 0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   567
Rule	E-Eur	1981	max	-	Mar	lastSun	 0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   568
Rule	E-Eur	1996	max	-	Oct	lastSun	 0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   569
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   570
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   571
Rule	Russia	1917	only	-	Jul	 1	23:00	1:00	MST	# Moscow Summer Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   572
Rule	Russia	1917	only	-	Dec	28	 0:00	0	MMT	# Moscow Mean Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   573
Rule	Russia	1918	only	-	May	31	22:00	2:00	MDST	# Moscow Double Summer Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   574
Rule	Russia	1918	only	-	Sep	16	 1:00	1:00	MST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   575
Rule	Russia	1919	only	-	May	31	23:00	2:00	MDST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   576
Rule	Russia	1919	only	-	Jul	 1	 2:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   577
Rule	Russia	1919	only	-	Aug	16	 0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   578
Rule	Russia	1921	only	-	Feb	14	23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   579
Rule	Russia	1921	only	-	Mar	20	23:00	2:00	M # Midsummer
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   580
Rule	Russia	1921	only	-	Sep	 1	 0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   581
Rule	Russia	1921	only	-	Oct	 1	 0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   582
# Act No.925 of the Council of Ministers of the USSR (1980-10-24):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   583
Rule	Russia	1981	1984	-	Apr	 1	 0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   584
Rule	Russia	1981	1983	-	Oct	 1	 0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   585
# Act No.967 of the Council of Ministers of the USSR (1984-09-13), repeated in
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   586
# Act No.227 of the Council of Ministers of the USSR (1989-03-14):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   587
Rule	Russia	1984	1991	-	Sep	lastSun	 2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   588
Rule	Russia	1985	1991	-	Mar	lastSun	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   589
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   590
Rule	Russia	1992	only	-	Mar	lastSat	 23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   591
Rule	Russia	1992	only	-	Sep	lastSat	 23:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   592
Rule	Russia	1993	2010	-	Mar	lastSun	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   593
Rule	Russia	1993	1995	-	Sep	lastSun	 2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   594
Rule	Russia	1996	2010	-	Oct	lastSun	 2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   595
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   596
# From Alexander Krivenyshev (2011-06-14):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   597
# According to Kremlin press service, Russian President Dmitry Medvedev
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   598
# signed a federal law "On calculation of time" on June 9, 2011.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   599
# According to the law Russia is abolishing daylight saving time.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   600
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   601
# Medvedev signed a law "On the Calculation of Time" (in russian):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   602
# <a href="http://bmockbe.ru/events/?ID=7583">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   603
# http://bmockbe.ru/events/?ID=7583
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   604
# </a>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   605
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   606
# Medvedev signed a law on the calculation of the time (in russian):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   607
# <a href="http://www.regnum.ru/news/polit/1413906.html">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   608
# http://www.regnum.ru/news/polit/1413906.html
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   609
# </a>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   610
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   611
# From Arthur David Olson (2011-06-15):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   612
# Take "abolishing daylight saving time" to mean that time is now considered
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   613
# to be standard.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   614
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   615
# These are for backward compatibility with older versions.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   616
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   617
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   618
Zone	WET		0:00	EU	WE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   619
Zone	CET		1:00	C-Eur	CE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   620
Zone	MET		1:00	C-Eur	ME%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   621
Zone	EET		2:00	EU	EE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   622
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   623
# Previous editions of this database used abbreviations like MET DST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   624
# for Central European Summer Time, but this didn't agree with common usage.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   625
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   626
# From Markus Kuhn (1996-07-12):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   627
# The official German names ... are
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   628
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   629
#	Mitteleuropaeische Zeit (MEZ)         = UTC+01:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   630
#	Mitteleuropaeische Sommerzeit (MESZ)  = UTC+02:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   631
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   632
# as defined in the German Time Act (Gesetz ueber die Zeitbestimmung (ZeitG),
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   633
# 1978-07-25, Bundesgesetzblatt, Jahrgang 1978, Teil I, S. 1110-1111)....
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   634
# I wrote ... to the German Federal Physical-Technical Institution
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   635
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   636
#	Physikalisch-Technische Bundesanstalt (PTB)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   637
#	Laboratorium 4.41 "Zeiteinheit"
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   638
#	Postfach 3345
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   639
#	D-38023 Braunschweig
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   640
#	phone: +49 531 592-0
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   641
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   642
# ... I received today an answer letter from Dr. Peter Hetzel, head of the PTB
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   643
# department for time and frequency transmission.  He explained that the
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   644
# PTB translates MEZ and MESZ into English as
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   645
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   646
#	Central European Time (CET)         = UTC+01:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   647
#	Central European Summer Time (CEST) = UTC+02:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   648
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   649
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   650
# Albania
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   651
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   652
Rule	Albania	1940	only	-	Jun	16	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   653
Rule	Albania	1942	only	-	Nov	 2	3:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   654
Rule	Albania	1943	only	-	Mar	29	2:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   655
Rule	Albania	1943	only	-	Apr	10	3:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   656
Rule	Albania	1974	only	-	May	 4	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   657
Rule	Albania	1974	only	-	Oct	 2	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   658
Rule	Albania	1975	only	-	May	 1	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   659
Rule	Albania	1975	only	-	Oct	 2	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   660
Rule	Albania	1976	only	-	May	 2	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   661
Rule	Albania	1976	only	-	Oct	 3	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   662
Rule	Albania	1977	only	-	May	 8	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   663
Rule	Albania	1977	only	-	Oct	 2	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   664
Rule	Albania	1978	only	-	May	 6	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   665
Rule	Albania	1978	only	-	Oct	 1	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   666
Rule	Albania	1979	only	-	May	 5	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   667
Rule	Albania	1979	only	-	Sep	30	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   668
Rule	Albania	1980	only	-	May	 3	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   669
Rule	Albania	1980	only	-	Oct	 4	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   670
Rule	Albania	1981	only	-	Apr	26	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   671
Rule	Albania	1981	only	-	Sep	27	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   672
Rule	Albania	1982	only	-	May	 2	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   673
Rule	Albania	1982	only	-	Oct	 3	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   674
Rule	Albania	1983	only	-	Apr	18	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   675
Rule	Albania	1983	only	-	Oct	 1	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   676
Rule	Albania	1984	only	-	Apr	 1	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   677
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   678
Zone	Europe/Tirane	1:19:20 -	LMT	1914
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   679
			1:00	-	CET	1940 Jun 16
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   680
			1:00	Albania	CE%sT	1984 Jul
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   681
			1:00	EU	CE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   682
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   683
# Andorra
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   684
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   685
Zone	Europe/Andorra	0:06:04 -	LMT	1901
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   686
			0:00	-	WET	1946 Sep 30
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   687
			1:00	-	CET	1985 Mar 31 2:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   688
			1:00	EU	CE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   689
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   690
# Austria
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   691
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   692
# From Paul Eggert (2006-03-22): Shanks & Pottenger give 1918-06-16 and
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   693
# 1945-11-18, but the Austrian Federal Office of Metrology and
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   694
# Surveying (BEV) gives 1918-09-16 and for Vienna gives the "alleged"
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   695
# date of 1945-04-12 with no time.  For the 1980-04-06 transition
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   696
# Shanks & Pottenger give 02:00, the BEV 00:00.  Go with the BEV,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   697
# and guess 02:00 for 1945-04-12.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   698
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   699
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   700
Rule	Austria	1920	only	-	Apr	 5	2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   701
Rule	Austria	1920	only	-	Sep	13	2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   702
Rule	Austria	1946	only	-	Apr	14	2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   703
Rule	Austria	1946	1948	-	Oct	Sun>=1	2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   704
Rule	Austria	1947	only	-	Apr	 6	2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   705
Rule	Austria	1948	only	-	Apr	18	2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   706
Rule	Austria	1980	only	-	Apr	 6	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   707
Rule	Austria	1980	only	-	Sep	28	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   708
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   709
Zone	Europe/Vienna	1:05:20 -	LMT	1893 Apr
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   710
			1:00	C-Eur	CE%sT	1920
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   711
			1:00	Austria	CE%sT	1940 Apr  1 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   712
			1:00	C-Eur	CE%sT	1945 Apr  2 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   713
			1:00	1:00	CEST	1945 Apr 12 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   714
			1:00	-	CET	1946
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   715
			1:00	Austria	CE%sT	1981
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   716
			1:00	EU	CE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   717
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   718
# Belarus
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   719
# From Yauhen Kharuzhy (2011-09-16):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   720
# By latest Belarus government act Europe/Minsk timezone was changed to
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   721
# GMT+3 without DST (was GMT+2 with DST).
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   722
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   723
# Sources (Russian language):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   724
# 1.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   725
# <a href="http://www.belta.by/ru/all_news/society/V-Belarusi-otmenjaetsja-perexod-na-sezonnoe-vremja_i_572952.html">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   726
# http://www.belta.by/ru/all_news/society/V-Belarusi-otmenjaetsja-perexod-na-sezonnoe-vremja_i_572952.html
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   727
# </a>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   728
# 2.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   729
# <a href="http://naviny.by/rubrics/society/2011/09/16/ic_articles_116_175144/">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   730
# http://naviny.by/rubrics/society/2011/09/16/ic_articles_116_175144/
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   731
# </a>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   732
# 3.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   733
# <a href="http://news.tut.by/society/250578.html">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   734
# http://news.tut.by/society/250578.html
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   735
# </a>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   736
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   737
Zone	Europe/Minsk	1:50:16 -	LMT	1880
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   738
			1:50	-	MMT	1924 May 2 # Minsk Mean Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   739
			2:00	-	EET	1930 Jun 21
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   740
			3:00	-	MSK	1941 Jun 28
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   741
			1:00	C-Eur	CE%sT	1944 Jul  3
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   742
			3:00	Russia	MSK/MSD	1990
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   743
			3:00	-	MSK	1991 Mar 31 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   744
			2:00	1:00	EEST	1991 Sep 29 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   745
			2:00	-	EET	1992 Mar 29 0:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   746
			2:00	1:00	EEST	1992 Sep 27 0:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   747
			2:00	Russia	EE%sT	2011 Mar 27 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   748
			3:00	-	FET # Further-eastern European Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   749
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   750
# Belgium
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   751
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   752
# From Paul Eggert (1997-07-02):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   753
# Entries from 1918 through 1991 are taken from:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   754
#	Annuaire de L'Observatoire Royal de Belgique,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   755
#	Avenue Circulaire, 3, B-1180 BRUXELLES, CLVIIe annee, 1991
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   756
#	(Imprimerie HAYEZ, s.p.r.l., Rue Fin, 4, 1080 BRUXELLES, MCMXC),
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   757
#	pp 8-9.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   758
# LMT before 1892 was 0:17:30, according to the official journal of Belgium:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   759
#	Moniteur Belge, Samedi 30 Avril 1892, N.121.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   760
# Thanks to Pascal Delmoitie for these references.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   761
# The 1918 rules are listed for completeness; they apply to unoccupied Belgium.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   762
# Assume Brussels switched to WET in 1918 when the armistice took effect.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   763
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   764
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   765
Rule	Belgium	1918	only	-	Mar	 9	 0:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   766
Rule	Belgium	1918	1919	-	Oct	Sat>=1	23:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   767
Rule	Belgium	1919	only	-	Mar	 1	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   768
Rule	Belgium	1920	only	-	Feb	14	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   769
Rule	Belgium	1920	only	-	Oct	23	23:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   770
Rule	Belgium	1921	only	-	Mar	14	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   771
Rule	Belgium	1921	only	-	Oct	25	23:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   772
Rule	Belgium	1922	only	-	Mar	25	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   773
Rule	Belgium	1922	1927	-	Oct	Sat>=1	23:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   774
Rule	Belgium	1923	only	-	Apr	21	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   775
Rule	Belgium	1924	only	-	Mar	29	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   776
Rule	Belgium	1925	only	-	Apr	 4	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   777
# DSH writes that a royal decree of 1926-02-22 specified the Sun following 3rd
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   778
# Sat in Apr (except if it's Easter, in which case it's one Sunday earlier),
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   779
# to Sun following 1st Sat in Oct, and that a royal decree of 1928-09-15
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   780
# changed the transition times to 02:00 GMT.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   781
Rule	Belgium	1926	only	-	Apr	17	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   782
Rule	Belgium	1927	only	-	Apr	 9	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   783
Rule	Belgium	1928	only	-	Apr	14	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   784
Rule	Belgium	1928	1938	-	Oct	Sun>=2	 2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   785
Rule	Belgium	1929	only	-	Apr	21	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   786
Rule	Belgium	1930	only	-	Apr	13	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   787
Rule	Belgium	1931	only	-	Apr	19	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   788
Rule	Belgium	1932	only	-	Apr	 3	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   789
Rule	Belgium	1933	only	-	Mar	26	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   790
Rule	Belgium	1934	only	-	Apr	 8	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   791
Rule	Belgium	1935	only	-	Mar	31	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   792
Rule	Belgium	1936	only	-	Apr	19	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   793
Rule	Belgium	1937	only	-	Apr	 4	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   794
Rule	Belgium	1938	only	-	Mar	27	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   795
Rule	Belgium	1939	only	-	Apr	16	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   796
Rule	Belgium	1939	only	-	Nov	19	 2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   797
Rule	Belgium	1940	only	-	Feb	25	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   798
Rule	Belgium	1944	only	-	Sep	17	 2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   799
Rule	Belgium	1945	only	-	Apr	 2	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   800
Rule	Belgium	1945	only	-	Sep	16	 2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   801
Rule	Belgium	1946	only	-	May	19	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   802
Rule	Belgium	1946	only	-	Oct	 7	 2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   803
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   804
Zone	Europe/Brussels	0:17:30 -	LMT	1880
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   805
			0:17:30	-	BMT	1892 May  1 12:00 # Brussels MT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   806
			0:00	-	WET	1914 Nov  8
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   807
			1:00	-	CET	1916 May  1  0:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   808
			1:00	C-Eur	CE%sT	1918 Nov 11 11:00u
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   809
			0:00	Belgium	WE%sT	1940 May 20  2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   810
			1:00	C-Eur	CE%sT	1944 Sep  3
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   811
			1:00	Belgium	CE%sT	1977
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   812
			1:00	EU	CE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   813
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   814
# Bosnia and Herzegovina
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   815
# see Serbia
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   816
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   817
# Bulgaria
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   818
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   819
# From Plamen Simenov via Steffen Thorsen (1999-09-09):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   820
# A document of Government of Bulgaria (No.94/1997) says:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   821
# EET --> EETDST is in 03:00 Local time in last Sunday of March ...
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   822
# EETDST --> EET is in 04:00 Local time in last Sunday of October
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   823
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   824
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   825
Rule	Bulg	1979	only	-	Mar	31	23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   826
Rule	Bulg	1979	only	-	Oct	 1	 1:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   827
Rule	Bulg	1980	1982	-	Apr	Sat>=1	23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   828
Rule	Bulg	1980	only	-	Sep	29	 1:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   829
Rule	Bulg	1981	only	-	Sep	27	 2:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   830
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   831
Zone	Europe/Sofia	1:33:16 -	LMT	1880
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   832
			1:56:56	-	IMT	1894 Nov 30 # Istanbul MT?
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   833
			2:00	-	EET	1942 Nov  2  3:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   834
			1:00	C-Eur	CE%sT	1945
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   835
			1:00	-	CET	1945 Apr 2 3:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   836
			2:00	-	EET	1979 Mar 31 23:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   837
			2:00	Bulg	EE%sT	1982 Sep 26  2:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   838
			2:00	C-Eur	EE%sT	1991
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   839
			2:00	E-Eur	EE%sT	1997
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   840
			2:00	EU	EE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   841
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   842
# Croatia
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   843
# see Serbia
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   844
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   845
# Cyprus
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   846
# Please see the `asia' file for Asia/Nicosia.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   847
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   848
# Czech Republic
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   849
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   850
Rule	Czech	1945	only	-	Apr	 8	2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   851
Rule	Czech	1945	only	-	Nov	18	2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   852
Rule	Czech	1946	only	-	May	 6	2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   853
Rule	Czech	1946	1949	-	Oct	Sun>=1	2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   854
Rule	Czech	1947	only	-	Apr	20	2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   855
Rule	Czech	1948	only	-	Apr	18	2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   856
Rule	Czech	1949	only	-	Apr	 9	2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   857
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   858
Zone	Europe/Prague	0:57:44 -	LMT	1850
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   859
			0:57:44	-	PMT	1891 Oct     # Prague Mean Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   860
			1:00	C-Eur	CE%sT	1944 Sep 17 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   861
			1:00	Czech	CE%sT	1979
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   862
			1:00	EU	CE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   863
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   864
# Denmark, Faroe Islands, and Greenland
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   865
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   866
# From Jesper Norgaard Welen (2005-04-26):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   867
# http://www.hum.aau.dk/~poe/tid/tine/DanskTid.htm says that the law
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   868
# [introducing standard time] was in effect from 1894-01-01....
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   869
# The page http://www.retsinfo.dk/_GETDOCI_/ACCN/A18930008330-REGL
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   870
# confirms this, and states that the law was put forth 1893-03-29.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   871
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   872
# The EU treaty with effect from 1973:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   873
# http://www.retsinfo.dk/_GETDOCI_/ACCN/A19722110030-REGL
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   874
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   875
# This provoked a new law from 1974 to make possible summer time changes
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   876
# in subsequenet decrees with the law
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   877
# http://www.retsinfo.dk/_GETDOCI_/ACCN/A19740022330-REGL
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   878
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   879
# It seems however that no decree was set forward until 1980.  I have
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   880
# not found any decree, but in another related law, the effecting DST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   881
# changes are stated explicitly to be from 1980-04-06 at 02:00 to
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   882
# 1980-09-28 at 02:00.  If this is true, this differs slightly from
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   883
# the EU rule in that DST runs to 02:00, not 03:00.  We don't know
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   884
# when Denmark began using the EU rule correctly, but we have only
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   885
# confirmation of the 1980-time, so I presume it was correct in 1981:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   886
# The law is about the management of the extra hour, concerning
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   887
# working hours reported and effect on obligatory-rest rules (which
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   888
# was suspended on that night):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   889
# http://www.retsinfo.dk/_GETDOCI_/ACCN/C19801120554-REGL
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   890
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   891
# From Jesper Norgaard Welen (2005-06-11):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   892
# The Herning Folkeblad (1980-09-26) reported that the night between
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   893
# Saturday and Sunday the clock is set back from three to two.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   894
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   895
# From Paul Eggert (2005-06-11):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   896
# Hence the "02:00" of the 1980 law refers to standard time, not
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   897
# wall-clock time, and so the EU rules were in effect in 1980.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   898
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   899
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   900
Rule	Denmark	1916	only	-	May	14	23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   901
Rule	Denmark	1916	only	-	Sep	30	23:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   902
Rule	Denmark	1940	only	-	May	15	 0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   903
Rule	Denmark	1945	only	-	Apr	 2	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   904
Rule	Denmark	1945	only	-	Aug	15	 2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   905
Rule	Denmark	1946	only	-	May	 1	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   906
Rule	Denmark	1946	only	-	Sep	 1	 2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   907
Rule	Denmark	1947	only	-	May	 4	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   908
Rule	Denmark	1947	only	-	Aug	10	 2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   909
Rule	Denmark	1948	only	-	May	 9	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   910
Rule	Denmark	1948	only	-	Aug	 8	 2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   911
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   912
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   913
Zone Europe/Copenhagen	 0:50:20 -	LMT	1890
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   914
			 0:50:20 -	CMT	1894 Jan  1 # Copenhagen MT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   915
			 1:00	Denmark	CE%sT	1942 Nov  2 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   916
			 1:00	C-Eur	CE%sT	1945 Apr  2 2:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   917
			 1:00	Denmark	CE%sT	1980
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   918
			 1:00	EU	CE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   919
Zone Atlantic/Faroe	-0:27:04 -	LMT	1908 Jan 11	# Torshavn
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   920
			 0:00	-	WET	1981
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   921
			 0:00	EU	WE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   922
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   923
# From Paul Eggert (2004-10-31):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   924
# During World War II, Germany maintained secret manned weather stations in
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   925
# East Greenland and Franz Josef Land, but we don't know their time zones.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   926
# My source for this is Wilhelm Dege's book mentioned under Svalbard.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   927
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   928
# From Paul Eggert (2006-03-22):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   929
# Greenland joined the EU as part of Denmark, obtained home rule on 1979-05-01,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   930
# and left the EU on 1985-02-01.  It therefore should have been using EU
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   931
# rules at least through 1984.  Shanks & Pottenger say Scoresbysund and Godthab
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   932
# used C-Eur rules after 1980, but IATA SSIM (1991/1996) says they use EU
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   933
# rules since at least 1991.  Assume EU rules since 1980.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   934
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   935
# From Gwillin Law (2001-06-06), citing
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   936
# <http://www.statkart.no/efs/efshefter/2001/efs5-2001.pdf> (2001-03-15),
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   937
# and with translations corrected by Steffen Thorsen:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   938
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   939
# Greenland has four local times, and the relation to UTC
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   940
# is according to the following time line:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   941
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   942
# The military zone near Thule	UTC-4
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   943
# Standard Greenland time	UTC-3
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   944
# Scoresbysund			UTC-1
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   945
# Danmarkshavn			UTC
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   946
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   947
# In the military area near Thule and in Danmarkshavn DST will not be
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   948
# introduced.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   949
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   950
# From Rives McDow (2001-11-01):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   951
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   952
# I correspond regularly with the Dansk Polarcenter, and wrote them at
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   953
# the time to clarify the situation in Thule.  Unfortunately, I have
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   954
# not heard back from them regarding my recent letter.  [But I have
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   955
# info from earlier correspondence.]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   956
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   957
# According to the center, a very small local time zone around Thule
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   958
# Air Base keeps the time according to UTC-4, implementing daylight
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   959
# savings using North America rules, changing the time at 02:00 local time....
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   960
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   961
# The east coast of Greenland north of the community of Scoresbysund
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   962
# uses UTC in the same way as in Iceland, year round, with no dst.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   963
# There are just a few stations on this coast, including the
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   964
# Danmarkshavn ICAO weather station mentioned in your September 29th
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   965
# email.  The other stations are two sledge patrol stations in
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   966
# Mestersvig and Daneborg, the air force base at Station Nord, and the
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   967
# DPC research station at Zackenberg.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   968
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   969
# Scoresbysund and two small villages nearby keep time UTC-1 and use
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   970
# the same daylight savings time period as in West Greenland (Godthab).
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   971
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   972
# The rest of Greenland, including Godthab (this area, although it
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   973
# includes central Greenland, is known as west Greenland), keeps time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   974
# UTC-3, with daylight savings methods according to European rules.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   975
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   976
# It is common procedure to use UTC 0 in the wilderness of East and
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   977
# North Greenland, because it is mainly Icelandic aircraft operators
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   978
# maintaining traffic in these areas.  However, the official status of
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   979
# this area is that it sticks with Godthab time.  This area might be
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   980
# considered a dual time zone in some respects because of this.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   981
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   982
# From Rives McDow (2001-11-19):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   983
# I heard back from someone stationed at Thule; the time change took place
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   984
# there at 2:00 AM.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   985
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   986
# From Paul Eggert (2006-03-22):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   987
# From 1997 on the CIA map shows Danmarkshavn on GMT;
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   988
# the 1995 map as like Godthab.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   989
# For lack of better info, assume they were like Godthab before 1996.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   990
# startkart.no says Thule does not observe DST, but this is clearly an error,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   991
# so go with Shanks & Pottenger for Thule transitions until this year.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   992
# For 2007 on assume Thule will stay in sync with US DST rules.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   993
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   994
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   995
Rule	Thule	1991	1992	-	Mar	lastSun	2:00	1:00	D
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   996
Rule	Thule	1991	1992	-	Sep	lastSun	2:00	0	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   997
Rule	Thule	1993	2006	-	Apr	Sun>=1	2:00	1:00	D
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   998
Rule	Thule	1993	2006	-	Oct	lastSun	2:00	0	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
   999
Rule	Thule	2007	max	-	Mar	Sun>=8	2:00	1:00	D
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1000
Rule	Thule	2007	max	-	Nov	Sun>=1	2:00	0	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1001
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1002
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1003
Zone America/Danmarkshavn -1:14:40 -	LMT	1916 Jul 28
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1004
			-3:00	-	WGT	1980 Apr  6 2:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1005
			-3:00	EU	WG%sT	1996
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1006
			0:00	-	GMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1007
Zone America/Scoresbysund -1:27:52 -	LMT	1916 Jul 28 # Ittoqqortoormiit
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1008
			-2:00	-	CGT	1980 Apr  6 2:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1009
			-2:00	C-Eur	CG%sT	1981 Mar 29
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1010
			-1:00	EU	EG%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1011
Zone America/Godthab	-3:26:56 -	LMT	1916 Jul 28 # Nuuk
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1012
			-3:00	-	WGT	1980 Apr  6 2:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1013
			-3:00	EU	WG%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1014
Zone America/Thule	-4:35:08 -	LMT	1916 Jul 28 # Pituffik air base
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1015
			-4:00	Thule	A%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1016
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1017
# Estonia
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1018
# From Peter Ilieve (1994-10-15):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1019
# A relative in Tallinn confirms the accuracy of the data for 1989 onwards
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1020
# [through 1994] and gives the legal authority for it,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1021
# a regulation of the Government of Estonia, No. 111 of 1989....
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1022
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1023
# From Peter Ilieve (1996-10-28):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1024
# [IATA SSIM (1992/1996) claims that the Baltic republics switch at 01:00s,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1025
# but a relative confirms that Estonia still switches at 02:00s, writing:]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1026
# ``I do not [know] exactly but there are some little different
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1027
# (confusing) rules for International Air and Railway Transport Schedules
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1028
# conversion in Sunday connected with end of summer time in Estonia....
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1029
# A discussion is running about the summer time efficiency and effect on
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1030
# human physiology.  It seems that Estonia maybe will not change to
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1031
# summer time next spring.''
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1032
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1033
# From Peter Ilieve (1998-11-04), heavily edited:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1034
# <a href="http://trip.rk.ee/cgi-bin/thw?${BASE}=akt&${OOHTML}=rtd&TA=1998&TO=1&AN=1390">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1035
# The 1998-09-22 Estonian time law
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1036
# </a>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1037
# refers to the Eighth Directive and cites the association agreement between
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1038
# the EU and Estonia, ratified by the Estonian law (RT II 1995, 22--27, 120).
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1039
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1040
# I also asked [my relative] whether they use any standard abbreviation
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1041
# for their standard and summer times. He says no, they use "suveaeg"
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1042
# (summer time) and "talveaeg" (winter time).
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1043
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1044
# From <a href="http://www.baltictimes.com/">The Baltic Times</a> (1999-09-09)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1045
# via Steffen Thorsen:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1046
# This year will mark the last time Estonia shifts to summer time,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1047
# a council of the ruling coalition announced Sept. 6....
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1048
# But what this could mean for Estonia's chances of joining the European
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1049
# Union are still unclear.  In 1994, the EU declared summer time compulsory
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1050
# for all member states until 2001.  Brussels has yet to decide what to do
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1051
# after that.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1052
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1053
# From Mart Oruaas (2000-01-29):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1054
# Regulation no. 301 (1999-10-12) obsoletes previous regulation
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1055
# no. 206 (1998-09-22) and thus sticks Estonia to +02:00 GMT for all
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1056
# the year round.  The regulation is effective 1999-11-01.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1057
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1058
# From Toomas Soome (2002-02-21):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1059
# The Estonian government has changed once again timezone politics.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1060
# Now we are using again EU rules.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1061
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1062
# From Urmet Jaanes (2002-03-28):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1063
# The legislative reference is Government decree No. 84 on 2002-02-21.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1064
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1065
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1066
Zone	Europe/Tallinn	1:39:00	-	LMT	1880
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1067
			1:39:00	-	TMT	1918 Feb # Tallinn Mean Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1068
			1:00	C-Eur	CE%sT	1919 Jul
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1069
			1:39:00	-	TMT	1921 May
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1070
			2:00	-	EET	1940 Aug  6
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1071
			3:00	-	MSK	1941 Sep 15
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1072
			1:00	C-Eur	CE%sT	1944 Sep 22
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1073
			3:00	Russia	MSK/MSD	1989 Mar 26 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1074
			2:00	1:00	EEST	1989 Sep 24 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1075
			2:00	C-Eur	EE%sT	1998 Sep 22
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1076
			2:00	EU	EE%sT	1999 Nov  1
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1077
			2:00	-	EET	2002 Feb 21
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1078
			2:00	EU	EE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1079
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1080
# Finland
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1081
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1082
# From Hannu Strang (1994-09-25 06:03:37 UTC):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1083
# Well, here in Helsinki we're just changing from summer time to regular one,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1084
# and it's supposed to change at 4am...
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1085
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1086
# From Janne Snabb (2010-0715):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1087
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1088
# I noticed that the Finland data is not accurate for years 1981 and 1982.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1089
# During these two first trial years the DST adjustment was made one hour
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1090
# earlier than in forthcoming years. Starting 1983 the adjustment was made
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1091
# according to the central European standards.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1092
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1093
# This is documented in Heikki Oja: Aikakirja 2007, published by The Almanac
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1094
# Office of University of Helsinki, ISBN 952-10-3221-9, available online (in
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1095
# Finnish) at
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1096
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1097
# <a href="http://almanakka.helsinki.fi/aikakirja/Aikakirja2007kokonaan.pdf">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1098
# http://almanakka.helsinki.fi/aikakirja/Aikakirja2007kokonaan.pdf
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1099
# </a>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1100
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1101
# Page 105 (56 in PDF version) has a handy table of all past daylight savings
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1102
# transitions. It is easy enough to interpret without Finnish skills.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1103
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1104
# This is also confirmed by Finnish Broadcasting Company's archive at:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1105
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1106
# <a href="http://www.yle.fi/elavaarkisto/?s=s&g=1&ag=5&t=&a=3401">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1107
# http://www.yle.fi/elavaarkisto/?s=s&g=1&ag=5&t=&a=3401
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1108
# </a>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1109
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1110
# The news clip from 1981 says that "the time between 2 and 3 o'clock does not
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1111
# exist tonight."
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1112
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1113
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1114
Rule	Finland	1942	only	-	Apr	3	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1115
Rule	Finland	1942	only	-	Oct	3	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1116
Rule	Finland	1981	1982	-	Mar	lastSun	2:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1117
Rule	Finland	1981	1982	-	Sep	lastSun	3:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1118
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1119
Zone	Europe/Helsinki	1:39:52 -	LMT	1878 May 31
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1120
			1:39:52	-	HMT	1921 May    # Helsinki Mean Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1121
			2:00	Finland	EE%sT	1983
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1122
			2:00	EU	EE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1123
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1124
# Aaland Is
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1125
Link	Europe/Helsinki	Europe/Mariehamn
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1126
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1127
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1128
# France
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1129
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1130
# From Ciro Discepolo (2000-12-20):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1131
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1132
# Henri Le Corre, Regimes Horaires pour le monde entier, Editions
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1133
# Traditionnelles - Paris 2 books, 1993
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1134
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1135
# Gabriel, Traite de l'heure dans le monde, Guy Tredaniel editeur,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1136
# Paris, 1991
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1137
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1138
# Francoise Gauquelin, Problemes de l'heure resolus en astrologie,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1139
# Guy tredaniel, Paris 1987
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1140
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1141
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1142
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1143
# Shank & Pottenger seem to use `24:00' ambiguously; resolve it with Whitman.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1144
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1145
Rule	France	1916	only	-	Jun	14	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1146
Rule	France	1916	1919	-	Oct	Sun>=1	23:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1147
Rule	France	1917	only	-	Mar	24	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1148
Rule	France	1918	only	-	Mar	 9	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1149
Rule	France	1919	only	-	Mar	 1	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1150
Rule	France	1920	only	-	Feb	14	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1151
Rule	France	1920	only	-	Oct	23	23:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1152
Rule	France	1921	only	-	Mar	14	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1153
Rule	France	1921	only	-	Oct	25	23:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1154
Rule	France	1922	only	-	Mar	25	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1155
# DSH writes that a law of 1923-05-24 specified 3rd Sat in Apr at 23:00 to 1st
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1156
# Sat in Oct at 24:00; and that in 1930, because of Easter, the transitions
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1157
# were Apr 12 and Oct 5.  Go with Shanks & Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1158
Rule	France	1922	1938	-	Oct	Sat>=1	23:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1159
Rule	France	1923	only	-	May	26	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1160
Rule	France	1924	only	-	Mar	29	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1161
Rule	France	1925	only	-	Apr	 4	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1162
Rule	France	1926	only	-	Apr	17	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1163
Rule	France	1927	only	-	Apr	 9	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1164
Rule	France	1928	only	-	Apr	14	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1165
Rule	France	1929	only	-	Apr	20	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1166
Rule	France	1930	only	-	Apr	12	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1167
Rule	France	1931	only	-	Apr	18	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1168
Rule	France	1932	only	-	Apr	 2	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1169
Rule	France	1933	only	-	Mar	25	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1170
Rule	France	1934	only	-	Apr	 7	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1171
Rule	France	1935	only	-	Mar	30	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1172
Rule	France	1936	only	-	Apr	18	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1173
Rule	France	1937	only	-	Apr	 3	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1174
Rule	France	1938	only	-	Mar	26	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1175
Rule	France	1939	only	-	Apr	15	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1176
Rule	France	1939	only	-	Nov	18	23:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1177
Rule	France	1940	only	-	Feb	25	 2:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1178
# The French rules for 1941-1944 were not used in Paris, but Shanks & Pottenger
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1179
# write that they were used in Monaco and in many French locations.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1180
# Le Corre writes that the upper limit of the free zone was Arneguy, Orthez,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1181
# Mont-de-Marsan, Bazas, Langon, Lamotte-Montravel, Marouil, La
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1182
# Rochefoucault, Champagne-Mouton, La Roche-Posay, La Haye-Descartes,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1183
# Loches, Montrichard, Vierzon, Bourges, Moulins, Digoin,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1184
# Paray-le-Monial, Montceau-les-Mines, Chalons-sur-Saone, Arbois,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1185
# Dole, Morez, St-Claude, and Collonges (Haute-Savoie).
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1186
Rule	France	1941	only	-	May	 5	 0:00	2:00	M # Midsummer
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1187
# Shanks & Pottenger say this transition occurred at Oct 6 1:00,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1188
# but go with Denis Excoffier (1997-12-12),
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1189
# who quotes the Ephemerides Astronomiques for 1998 from Bureau des Longitudes
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1190
# as saying 5/10/41 22hUT.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1191
Rule	France	1941	only	-	Oct	 6	 0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1192
Rule	France	1942	only	-	Mar	 9	 0:00	2:00	M
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1193
Rule	France	1942	only	-	Nov	 2	 3:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1194
Rule	France	1943	only	-	Mar	29	 2:00	2:00	M
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1195
Rule	France	1943	only	-	Oct	 4	 3:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1196
Rule	France	1944	only	-	Apr	 3	 2:00	2:00	M
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1197
Rule	France	1944	only	-	Oct	 8	 1:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1198
Rule	France	1945	only	-	Apr	 2	 2:00	2:00	M
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1199
Rule	France	1945	only	-	Sep	16	 3:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1200
# Shanks & Pottenger give Mar 28 2:00 and Sep 26 3:00;
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1201
# go with Excoffier's 28/3/76 0hUT and 25/9/76 23hUT.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1202
Rule	France	1976	only	-	Mar	28	 1:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1203
Rule	France	1976	only	-	Sep	26	 1:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1204
# Shanks & Pottenger give 0:09:20 for Paris Mean Time, and Whitman 0:09:05,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1205
# but Howse quotes the actual French legislation as saying 0:09:21.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1206
# Go with Howse.  Howse writes that the time in France was officially based
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1207
# on PMT-0:09:21 until 1978-08-09, when the time base finally switched to UTC.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1208
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1209
Zone	Europe/Paris	0:09:21 -	LMT	1891 Mar 15  0:01
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1210
			0:09:21	-	PMT	1911 Mar 11  0:01  # Paris MT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1211
# Shanks & Pottenger give 1940 Jun 14 0:00; go with Excoffier and Le Corre.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1212
			0:00	France	WE%sT	1940 Jun 14 23:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1213
# Le Corre says Paris stuck with occupied-France time after the liberation;
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1214
# go with Shanks & Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1215
			1:00	C-Eur	CE%sT	1944 Aug 25
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1216
			0:00	France	WE%sT	1945 Sep 16  3:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1217
			1:00	France	CE%sT	1977
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1218
			1:00	EU	CE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1219
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1220
# Germany
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1221
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1222
# From Markus Kuhn (1998-09-29):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1223
# The German time zone web site by the Physikalisch-Technische
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1224
# Bundesanstalt contains DST information back to 1916.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1225
# [See tz-link.htm for the URL.]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1226
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1227
# From Joerg Schilling (2002-10-23):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1228
# In 1945, Berlin was switched to Moscow Summer time (GMT+4) by
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1229
# <a href="http://www.dhm.de/lemo/html/biografien/BersarinNikolai/">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1230
# General [Nikolai] Bersarin</a>.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1231
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1232
# From Paul Eggert (2003-03-08):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1233
# <a href="http://www.parlament-berlin.de/pds-fraktion.nsf/727459127c8b66ee8525662300459099/defc77cb784f180ac1256c2b0030274b/$FILE/bersarint.pdf">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1234
# http://www.parlament-berlin.de/pds-fraktion.nsf/727459127c8b66ee8525662300459099/defc77cb784f180ac1256c2b0030274b/$FILE/bersarint.pdf
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1235
# </a>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1236
# says that Bersarin issued an order to use Moscow time on May 20.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1237
# However, Moscow did not observe daylight saving in 1945, so
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1238
# this was equivalent to CEMT (GMT+3), not GMT+4.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1239
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1240
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1241
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1242
Rule	Germany	1946	only	-	Apr	14	2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1243
Rule	Germany	1946	only	-	Oct	 7	2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1244
Rule	Germany	1947	1949	-	Oct	Sun>=1	2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1245
# http://www.ptb.de/de/org/4/44/441/salt.htm says the following transition
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1246
# occurred at 3:00 MEZ, not the 2:00 MEZ given in Shanks & Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1247
# Go with the PTB.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1248
Rule	Germany	1947	only	-	Apr	 6	3:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1249
Rule	Germany	1947	only	-	May	11	2:00s	2:00	M
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1250
Rule	Germany	1947	only	-	Jun	29	3:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1251
Rule	Germany	1948	only	-	Apr	18	2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1252
Rule	Germany	1949	only	-	Apr	10	2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1253
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1254
Rule SovietZone	1945	only	-	May	24	2:00	2:00	M # Midsummer
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1255
Rule SovietZone	1945	only	-	Sep	24	3:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1256
Rule SovietZone	1945	only	-	Nov	18	2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1257
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1258
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1259
Zone	Europe/Berlin	0:53:28 -	LMT	1893 Apr
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1260
			1:00	C-Eur	CE%sT	1945 May 24 2:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1261
			1:00 SovietZone	CE%sT	1946
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1262
			1:00	Germany	CE%sT	1980
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1263
			1:00	EU	CE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1264
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1265
# Georgia
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1266
# Please see the "asia" file for Asia/Tbilisi.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1267
# Herodotus (Histories, IV.45) says Georgia north of the Phasis (now Rioni)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1268
# is in Europe.  Our reference location Tbilisi is in the Asian part.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1269
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1270
# Gibraltar
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1271
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1272
Zone Europe/Gibraltar	-0:21:24 -	LMT	1880 Aug  2 0:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1273
			0:00	GB-Eire	%s	1957 Apr 14 2:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1274
			1:00	-	CET	1982
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1275
			1:00	EU	CE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1276
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1277
# Greece
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1278
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1279
# Whitman gives 1932 Jul 5 - Nov 1; go with Shanks & Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1280
Rule	Greece	1932	only	-	Jul	 7	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1281
Rule	Greece	1932	only	-	Sep	 1	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1282
# Whitman gives 1941 Apr 25 - ?; go with Shanks & Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1283
Rule	Greece	1941	only	-	Apr	 7	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1284
# Whitman gives 1942 Feb 2 - ?; go with Shanks & Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1285
Rule	Greece	1942	only	-	Nov	 2	3:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1286
Rule	Greece	1943	only	-	Mar	30	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1287
Rule	Greece	1943	only	-	Oct	 4	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1288
# Whitman gives 1944 Oct 3 - Oct 31; go with Shanks & Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1289
Rule	Greece	1952	only	-	Jul	 1	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1290
Rule	Greece	1952	only	-	Nov	 2	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1291
Rule	Greece	1975	only	-	Apr	12	0:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1292
Rule	Greece	1975	only	-	Nov	26	0:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1293
Rule	Greece	1976	only	-	Apr	11	2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1294
Rule	Greece	1976	only	-	Oct	10	2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1295
Rule	Greece	1977	1978	-	Apr	Sun>=1	2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1296
Rule	Greece	1977	only	-	Sep	26	2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1297
Rule	Greece	1978	only	-	Sep	24	4:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1298
Rule	Greece	1979	only	-	Apr	 1	9:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1299
Rule	Greece	1979	only	-	Sep	29	2:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1300
Rule	Greece	1980	only	-	Apr	 1	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1301
Rule	Greece	1980	only	-	Sep	28	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1302
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1303
Zone	Europe/Athens	1:34:52 -	LMT	1895 Sep 14
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1304
			1:34:52	-	AMT	1916 Jul 28 0:01     # Athens MT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1305
			2:00	Greece	EE%sT	1941 Apr 30
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1306
			1:00	Greece	CE%sT	1944 Apr  4
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1307
			2:00	Greece	EE%sT	1981
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1308
			# Shanks & Pottenger say it switched to C-Eur in 1981;
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1309
			# go with EU instead, since Greece joined it on Jan 1.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1310
			2:00	EU	EE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1311
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1312
# Hungary
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1313
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1314
Rule	Hungary	1918	only	-	Apr	 1	 3:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1315
Rule	Hungary	1918	only	-	Sep	29	 3:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1316
Rule	Hungary	1919	only	-	Apr	15	 3:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1317
Rule	Hungary	1919	only	-	Sep	15	 3:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1318
Rule	Hungary	1920	only	-	Apr	 5	 3:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1319
Rule	Hungary	1920	only	-	Sep	30	 3:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1320
Rule	Hungary	1945	only	-	May	 1	23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1321
Rule	Hungary	1945	only	-	Nov	 3	 0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1322
Rule	Hungary	1946	only	-	Mar	31	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1323
Rule	Hungary	1946	1949	-	Oct	Sun>=1	 2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1324
Rule	Hungary	1947	1949	-	Apr	Sun>=4	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1325
Rule	Hungary	1950	only	-	Apr	17	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1326
Rule	Hungary	1950	only	-	Oct	23	 2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1327
Rule	Hungary	1954	1955	-	May	23	 0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1328
Rule	Hungary	1954	1955	-	Oct	 3	 0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1329
Rule	Hungary	1956	only	-	Jun	Sun>=1	 0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1330
Rule	Hungary	1956	only	-	Sep	lastSun	 0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1331
Rule	Hungary	1957	only	-	Jun	Sun>=1	 1:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1332
Rule	Hungary	1957	only	-	Sep	lastSun	 3:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1333
Rule	Hungary	1980	only	-	Apr	 6	 1:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1334
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1335
Zone	Europe/Budapest	1:16:20 -	LMT	1890 Oct
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1336
			1:00	C-Eur	CE%sT	1918
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1337
			1:00	Hungary	CE%sT	1941 Apr  6  2:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1338
			1:00	C-Eur	CE%sT	1945
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1339
			1:00	Hungary	CE%sT	1980 Sep 28  2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1340
			1:00	EU	CE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1341
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1342
# Iceland
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1343
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1344
# From Adam David (1993-11-06):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1345
# The name of the timezone in Iceland for system / mail / news purposes is GMT.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1346
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1347
# (1993-12-05):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1348
# This material is paraphrased from the 1988 edition of the University of
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1349
# Iceland Almanak.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1350
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1351
# From January 1st, 1908 the whole of Iceland was standardised at 1 hour
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1352
# behind GMT. Previously, local mean solar time was used in different parts
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1353
# of Iceland, the almanak had been based on Reykjavik mean solar time which
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1354
# was 1 hour and 28 minutes behind GMT.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1355
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1356
# "first day of winter" referred to [below] means the first day of the 26 weeks
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1357
# of winter, according to the old icelandic calendar that dates back to the
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1358
# time the norsemen first settled Iceland.  The first day of winter is always
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1359
# Saturday, but is not dependent on the Julian or Gregorian calendars.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1360
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1361
# (1993-12-10):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1362
# I have a reference from the Oxford Icelandic-English dictionary for the
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1363
# beginning of winter, which ties it to the ecclesiastical calendar (and thus
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1364
# to the julian/gregorian calendar) over the period in question.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1365
#	the winter begins on the Saturday next before St. Luke's day
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1366
#	(old style), or on St. Luke's day, if a Saturday.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1367
# St. Luke's day ought to be traceable from ecclesiastical sources. "old style"
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1368
# might be a reference to the Julian calendar as opposed to Gregorian, or it
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1369
# might mean something else (???).
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1370
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1371
# From Paul Eggert (2006-03-22):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1372
# The Iceland Almanak, Shanks & Pottenger, and Whitman disagree on many points.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1373
# We go with the Almanak, except for one claim from Shanks & Pottenger, namely
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1374
# that Reykavik was 21W57 from 1837 to 1908, local mean time before that.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1375
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1376
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1377
Rule	Iceland	1917	1918	-	Feb	19	23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1378
Rule	Iceland	1917	only	-	Oct	21	 1:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1379
Rule	Iceland	1918	only	-	Nov	16	 1:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1380
Rule	Iceland	1939	only	-	Apr	29	23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1381
Rule	Iceland	1939	only	-	Nov	29	 2:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1382
Rule	Iceland	1940	only	-	Feb	25	 2:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1383
Rule	Iceland	1940	only	-	Nov	 3	 2:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1384
Rule	Iceland	1941	only	-	Mar	 2	 1:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1385
Rule	Iceland	1941	only	-	Nov	 2	 1:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1386
Rule	Iceland	1942	only	-	Mar	 8	 1:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1387
Rule	Iceland	1942	only	-	Oct	25	 1:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1388
# 1943-1946 - first Sunday in March until first Sunday in winter
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1389
Rule	Iceland	1943	1946	-	Mar	Sun>=1	 1:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1390
Rule	Iceland	1943	1948	-	Oct	Sun>=22	 1:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1391
# 1947-1967 - first Sunday in April until first Sunday in winter
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1392
Rule	Iceland	1947	1967	-	Apr	Sun>=1	 1:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1393
# 1949 Oct transition delayed by 1 week
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1394
Rule	Iceland	1949	only	-	Oct	30	 1:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1395
Rule	Iceland	1950	1966	-	Oct	Sun>=22	 1:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1396
Rule	Iceland	1967	only	-	Oct	29	 1:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1397
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1398
Zone Atlantic/Reykjavik	-1:27:24 -	LMT	1837
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1399
			-1:27:48 -	RMT	1908 # Reykjavik Mean Time?
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1400
			-1:00	Iceland	IS%sT	1968 Apr 7 1:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1401
			 0:00	-	GMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1402
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1403
# Italy
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1404
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1405
# From Paul Eggert (2001-03-06):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1406
# Sicily and Sardinia each had their own time zones from 1866 to 1893,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1407
# called Palermo Time (+00:53:28) and Cagliari Time (+00:36:32).
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1408
# During World War II, German-controlled Italy used German time.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1409
# But these events all occurred before the 1970 cutoff,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1410
# so record only the time in Rome.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1411
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1412
# From Paul Eggert (2006-03-22):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1413
# For Italian DST we have three sources: Shanks & Pottenger, Whitman, and
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1414
# F. Pollastri
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1415
# <a href="http://toi.iriti.cnr.it/uk/ienitlt.html">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1416
# Day-light Saving Time in Italy (2006-02-03)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1417
# </a>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1418
# (`FP' below), taken from an Italian National Electrotechnical Institute
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1419
# publication. When the three sources disagree, guess who's right, as follows:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1420
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1421
# year	FP	Shanks&P. (S)	Whitman (W)	Go with:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1422
# 1916	06-03	06-03 24:00	06-03 00:00	FP & W
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1423
#	09-30	09-30 24:00	09-30 01:00	FP; guess 24:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1424
# 1917	04-01	03-31 24:00	03-31 00:00	FP & S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1425
#	09-30	09-29 24:00	09-30 01:00	FP & W
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1426
# 1918	03-09	03-09 24:00	03-09 00:00	FP & S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1427
#	10-06	10-05 24:00	10-06 01:00	FP & W
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1428
# 1919	03-01	03-01 24:00	03-01 00:00	FP & S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1429
#	10-04	10-04 24:00	10-04 01:00	FP; guess 24:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1430
# 1920	03-20	03-20 24:00	03-20 00:00	FP & S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1431
#	09-18	09-18 24:00	10-01 01:00	FP; guess 24:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1432
# 1944	04-02	04-03 02:00			S (see C-Eur)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1433
#	09-16	10-02 03:00			FP; guess 24:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1434
# 1945	09-14	09-16 24:00			FP; guess 24:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1435
# 1970	05-21	05-31 00:00			S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1436
#	09-20	09-27 00:00			S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1437
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1438
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1439
Rule	Italy	1916	only	-	Jun	 3	0:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1440
Rule	Italy	1916	only	-	Oct	 1	0:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1441
Rule	Italy	1917	only	-	Apr	 1	0:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1442
Rule	Italy	1917	only	-	Sep	30	0:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1443
Rule	Italy	1918	only	-	Mar	10	0:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1444
Rule	Italy	1918	1919	-	Oct	Sun>=1	0:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1445
Rule	Italy	1919	only	-	Mar	 2	0:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1446
Rule	Italy	1920	only	-	Mar	21	0:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1447
Rule	Italy	1920	only	-	Sep	19	0:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1448
Rule	Italy	1940	only	-	Jun	15	0:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1449
Rule	Italy	1944	only	-	Sep	17	0:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1450
Rule	Italy	1945	only	-	Apr	 2	2:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1451
Rule	Italy	1945	only	-	Sep	15	0:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1452
Rule	Italy	1946	only	-	Mar	17	2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1453
Rule	Italy	1946	only	-	Oct	 6	2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1454
Rule	Italy	1947	only	-	Mar	16	0:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1455
Rule	Italy	1947	only	-	Oct	 5	0:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1456
Rule	Italy	1948	only	-	Feb	29	2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1457
Rule	Italy	1948	only	-	Oct	 3	2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1458
Rule	Italy	1966	1968	-	May	Sun>=22	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1459
Rule	Italy	1966	1969	-	Sep	Sun>=22	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1460
Rule	Italy	1969	only	-	Jun	 1	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1461
Rule	Italy	1970	only	-	May	31	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1462
Rule	Italy	1970	only	-	Sep	lastSun	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1463
Rule	Italy	1971	1972	-	May	Sun>=22	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1464
Rule	Italy	1971	only	-	Sep	lastSun	1:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1465
Rule	Italy	1972	only	-	Oct	 1	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1466
Rule	Italy	1973	only	-	Jun	 3	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1467
Rule	Italy	1973	1974	-	Sep	lastSun	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1468
Rule	Italy	1974	only	-	May	26	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1469
Rule	Italy	1975	only	-	Jun	 1	0:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1470
Rule	Italy	1975	1977	-	Sep	lastSun	0:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1471
Rule	Italy	1976	only	-	May	30	0:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1472
Rule	Italy	1977	1979	-	May	Sun>=22	0:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1473
Rule	Italy	1978	only	-	Oct	 1	0:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1474
Rule	Italy	1979	only	-	Sep	30	0:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1475
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1476
Zone	Europe/Rome	0:49:56 -	LMT	1866 Sep 22
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1477
			0:49:56	-	RMT	1893 Nov  1 0:00s # Rome Mean
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1478
			1:00	Italy	CE%sT	1942 Nov  2 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1479
			1:00	C-Eur	CE%sT	1944 Jul
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1480
			1:00	Italy	CE%sT	1980
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1481
			1:00	EU	CE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1482
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1483
Link	Europe/Rome	Europe/Vatican
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1484
Link	Europe/Rome	Europe/San_Marino
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1485
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1486
# Latvia
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1487
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1488
# From Liene Kanepe (1998-09-17):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1489
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1490
# I asked about this matter Scientific Secretary of the Institute of Astronomy
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1491
# of The University of Latvia Dr. paed Mr. Ilgonis Vilks. I also searched the
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1492
# correct data in juridical acts and I found some juridical documents about
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1493
# changes in the counting of time in Latvia from 1981....
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1494
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1495
# Act No.35 of the Council of Ministers of Latvian SSR of 1981-01-22 ...
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1496
# according to the Act No.925 of the Council of Ministers of USSR of 1980-10-24
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1497
# ...: all year round the time of 2nd time zone + 1 hour, in addition turning
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1498
# the hands of the clock 1 hour forward on 1 April at 00:00 (GMT 31 March 21:00)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1499
# and 1 hour backward on the 1 October at 00:00 (GMT 30 September 20:00).
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1500
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1501
# Act No.592 of the Council of Ministers of Latvian SSR of 1984-09-24 ...
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1502
# according to the Act No.967 of the Council of Ministers of USSR of 1984-09-13
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1503
# ...: all year round the time of 2nd time zone + 1 hour, in addition turning
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1504
# the hands of the clock 1 hour forward on the last Sunday of March at 02:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1505
# (GMT 23:00 on the previous day) and 1 hour backward on the last Sunday of
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1506
# September at 03:00 (GMT 23:00 on the previous day).
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1507
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1508
# Act No.81 of the Council of Ministers of Latvian SSR of 1989-03-22 ...
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1509
# according to the Act No.227 of the Council of Ministers of USSR of 1989-03-14
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1510
# ...: since the last Sunday of March 1989 in Lithuanian SSR, Latvian SSR,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1511
# Estonian SSR and Kaliningrad region of Russian Federation all year round the
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1512
# time of 2nd time zone (Moscow time minus one hour). On the territory of Latvia
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1513
# transition to summer time is performed on the last Sunday of March at 02:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1514
# (GMT 00:00), turning the hands of the clock 1 hour forward.  The end of
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1515
# daylight saving time is performed on the last Sunday of September at 03:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1516
# (GMT 00:00), turning the hands of the clock 1 hour backward. Exception is
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1517
# 1989-03-26, when we must not turn the hands of the clock....
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1518
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1519
# The Regulations of the Cabinet of Ministers of the Republic of Latvia of
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1520
# 1997-01-21 on transition to Summer time ... established the same order of
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1521
# daylight savings time settings as in the States of the European Union.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1522
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1523
# From Andrei Ivanov (2000-03-06):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1524
# This year Latvia will not switch to Daylight Savings Time (as specified in
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1525
# <a href="http://www.lv-laiks.lv/wwwraksti/2000/071072/vd4.htm">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1526
# The Regulations of the Cabinet of Ministers of the Rep. of Latvia of
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1527
# 29-Feb-2000 (#79)</a>, in Latvian for subscribers only).
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1528
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1529
# <a href="http://www.rferl.org/newsline/2001/01/3-CEE/cee-030101.html">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1530
# From RFE/RL Newsline (2001-01-03), noted after a heads-up by Rives McDow:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1531
# </a>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1532
# The Latvian government on 2 January decided that the country will
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1533
# institute daylight-saving time this spring, LETA reported.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1534
# Last February the three Baltic states decided not to turn back their
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1535
# clocks one hour in the spring....
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1536
# Minister of Economy Aigars Kalvitis noted that Latvia had too few
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1537
# daylight hours and thus decided to comply with a draft European
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1538
# Commission directive that provides for instituting daylight-saving
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1539
# time in EU countries between 2002 and 2006. The Latvian government
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1540
# urged Lithuania and Estonia to adopt a similar time policy, but it
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1541
# appears that they will not do so....
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1542
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1543
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1544
Rule	Latvia	1989	1996	-	Mar	lastSun	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1545
Rule	Latvia	1989	1996	-	Sep	lastSun	 2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1546
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1547
Zone	Europe/Riga	1:36:24	-	LMT	1880
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1548
			1:36:24	-	RMT	1918 Apr 15 2:00 #Riga Mean Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1549
			1:36:24	1:00	LST	1918 Sep 16 3:00 #Latvian Summer
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1550
			1:36:24	-	RMT	1919 Apr  1 2:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1551
			1:36:24	1:00	LST	1919 May 22 3:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1552
			1:36:24	-	RMT	1926 May 11
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1553
			2:00	-	EET	1940 Aug  5
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1554
			3:00	-	MSK	1941 Jul
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1555
			1:00	C-Eur	CE%sT	1944 Oct 13
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1556
			3:00	Russia	MSK/MSD	1989 Mar lastSun 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1557
			2:00	1:00	EEST	1989 Sep lastSun 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1558
			2:00	Latvia	EE%sT	1997 Jan 21
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1559
			2:00	EU	EE%sT	2000 Feb 29
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1560
			2:00	-	EET	2001 Jan  2
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1561
			2:00	EU	EE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1562
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1563
# Liechtenstein
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1564
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1565
Zone	Europe/Vaduz	0:38:04 -	LMT	1894 Jun
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1566
			1:00	-	CET	1981
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1567
			1:00	EU	CE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1568
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1569
# Lithuania
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1570
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1571
# From Paul Eggert (1996-11-22):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1572
# IATA SSIM (1992/1996) says Lithuania uses W-Eur rules, but since it is
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1573
# known to be wrong about Estonia and Latvia, assume it's wrong here too.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1574
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1575
# From Marius Gedminas (1998-08-07):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1576
# I would like to inform that in this year Lithuanian time zone
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1577
# (Europe/Vilnius) was changed.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1578
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1579
# From <a href="http://www.elta.lt/">ELTA</a> No. 972 (2582) (1999-09-29),
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1580
# via Steffen Thorsen:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1581
# Lithuania has shifted back to the second time zone (GMT plus two hours)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1582
# to be valid here starting from October 31,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1583
# as decided by the national government on Wednesday....
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1584
# The Lithuanian government also announced plans to consider a
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1585
# motion to give up shifting to summer time in spring, as it was
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1586
# already done by Estonia.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1587
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1588
# From the <a href="http://www.tourism.lt/informa/ff.htm">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1589
# Fact File, Lithuanian State Department of Tourism
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1590
# </a> (2000-03-27): Local time is GMT+2 hours ..., no daylight saving.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1591
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1592
# From a user via Klaus Marten (2003-02-07):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1593
# As a candidate for membership of the European Union, Lithuania will
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1594
# observe Summer Time in 2003, changing its clocks at the times laid
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1595
# down in EU Directive 2000/84 of 19.I.01 (i.e. at the same times as its
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1596
# neighbour Latvia). The text of the Lithuanian government Order of
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1597
# 7.XI.02 to this effect can be found at
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1598
# http://www.lrvk.lt/nut/11/n1749.htm
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1599
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1600
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1601
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1602
Zone	Europe/Vilnius	1:41:16	-	LMT	1880
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1603
			1:24:00	-	WMT	1917	    # Warsaw Mean Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1604
			1:35:36	-	KMT	1919 Oct 10 # Kaunas Mean Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1605
			1:00	-	CET	1920 Jul 12
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1606
			2:00	-	EET	1920 Oct  9
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1607
			1:00	-	CET	1940 Aug  3
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1608
			3:00	-	MSK	1941 Jun 24
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1609
			1:00	C-Eur	CE%sT	1944 Aug
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1610
			3:00	Russia	MSK/MSD	1991 Mar 31 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1611
			2:00	1:00	EEST	1991 Sep 29 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1612
			2:00	C-Eur	EE%sT	1998
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1613
			2:00	-	EET	1998 Mar 29 1:00u
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1614
			1:00	EU	CE%sT	1999 Oct 31 1:00u
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1615
			2:00	-	EET	2003 Jan  1
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1616
			2:00	EU	EE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1617
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1618
# Luxembourg
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1619
# Whitman disagrees with most of these dates in minor ways;
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1620
# go with Shanks & Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1621
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1622
Rule	Lux	1916	only	-	May	14	23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1623
Rule	Lux	1916	only	-	Oct	 1	 1:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1624
Rule	Lux	1917	only	-	Apr	28	23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1625
Rule	Lux	1917	only	-	Sep	17	 1:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1626
Rule	Lux	1918	only	-	Apr	Mon>=15	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1627
Rule	Lux	1918	only	-	Sep	Mon>=15	 2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1628
Rule	Lux	1919	only	-	Mar	 1	23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1629
Rule	Lux	1919	only	-	Oct	 5	 3:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1630
Rule	Lux	1920	only	-	Feb	14	23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1631
Rule	Lux	1920	only	-	Oct	24	 2:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1632
Rule	Lux	1921	only	-	Mar	14	23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1633
Rule	Lux	1921	only	-	Oct	26	 2:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1634
Rule	Lux	1922	only	-	Mar	25	23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1635
Rule	Lux	1922	only	-	Oct	Sun>=2	 1:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1636
Rule	Lux	1923	only	-	Apr	21	23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1637
Rule	Lux	1923	only	-	Oct	Sun>=2	 2:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1638
Rule	Lux	1924	only	-	Mar	29	23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1639
Rule	Lux	1924	1928	-	Oct	Sun>=2	 1:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1640
Rule	Lux	1925	only	-	Apr	 5	23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1641
Rule	Lux	1926	only	-	Apr	17	23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1642
Rule	Lux	1927	only	-	Apr	 9	23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1643
Rule	Lux	1928	only	-	Apr	14	23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1644
Rule	Lux	1929	only	-	Apr	20	23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1645
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1646
Zone Europe/Luxembourg	0:24:36 -	LMT	1904 Jun
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1647
			1:00	Lux	CE%sT	1918 Nov 25
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1648
			0:00	Lux	WE%sT	1929 Oct  6 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1649
			0:00	Belgium	WE%sT	1940 May 14 3:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1650
			1:00	C-Eur	WE%sT	1944 Sep 18 3:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1651
			1:00	Belgium	CE%sT	1977
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1652
			1:00	EU	CE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1653
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1654
# Macedonia
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1655
# see Serbia
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1656
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1657
# Malta
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1658
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1659
Rule	Malta	1973	only	-	Mar	31	0:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1660
Rule	Malta	1973	only	-	Sep	29	0:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1661
Rule	Malta	1974	only	-	Apr	21	0:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1662
Rule	Malta	1974	only	-	Sep	16	0:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1663
Rule	Malta	1975	1979	-	Apr	Sun>=15	2:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1664
Rule	Malta	1975	1980	-	Sep	Sun>=15	2:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1665
Rule	Malta	1980	only	-	Mar	31	2:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1666
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1667
Zone	Europe/Malta	0:58:04 -	LMT	1893 Nov  2 0:00s # Valletta
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1668
			1:00	Italy	CE%sT	1942 Nov  2 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1669
			1:00	C-Eur	CE%sT	1945 Apr  2 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1670
			1:00	Italy	CE%sT	1973 Mar 31
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1671
			1:00	Malta	CE%sT	1981
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1672
			1:00	EU	CE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1673
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1674
# Moldova
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1675
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1676
# From Paul Eggert (2006-03-22):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1677
# A previous version of this database followed Shanks & Pottenger, who write
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1678
# that Tiraspol switched to Moscow time on 1992-01-19 at 02:00.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1679
# However, this is most likely an error, as Moldova declared independence
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1680
# on 1991-08-27 (the 1992-01-19 date is that of a Russian decree).
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1681
# In early 1992 there was large-scale interethnic violence in the area
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1682
# and it's possible that some Russophones continued to observe Moscow time.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1683
# But [two people] separately reported via
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1684
# Jesper Norgaard that as of 2001-01-24 Tiraspol was like Chisinau.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1685
# The Tiraspol entry has therefore been removed for now.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1686
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1687
# From Alexander Krivenyshev (2011-10-17):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1688
# Pridnestrovian Moldavian Republic (PMR, also known as
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1689
# "Pridnestrovie") has abolished seasonal clock change (no transition
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1690
# to the Winter Time).
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1691
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1692
# News (in Russian):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1693
# <a href="http://www.kyivpost.ua/russia/news/pridnestrove-otkazalos-ot-perehoda-na-zimnee-vremya-30954.html">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1694
# http://www.kyivpost.ua/russia/news/pridnestrove-otkazalos-ot-perehoda-na-zimnee-vremya-30954.html
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1695
# </a>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1696
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1697
# <a href="http://www.allmoldova.com/moldova-news/1249064116.html">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1698
# http://www.allmoldova.com/moldova-news/1249064116.html
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1699
# </a>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1700
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1701
# The substance of this change (reinstatement of the Tiraspol entry)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1702
# is from a patch from Petr Machata (2011-10-17)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1703
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1704
# From Tim Parenti (2011-10-19)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1705
# In addition, being situated at +4651+2938 would give Tiraspol
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1706
# a pre-1880 LMT offset of 1:58:32.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1707
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1708
# (which agrees with the earlier entry that had been removed)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1709
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1710
# From Alexander Krivenyshev (2011-10-26)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1711
# NO need to divide Moldova into two timezones at this point.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1712
# As of today, Transnistria (Pridnestrovie)- Tiraspol reversed its own
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1713
# decision to abolish DST this winter.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1714
# Following Moldova and neighboring Ukraine- Transnistria (Pridnestrovie)-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1715
# Tiraspol will go back to winter time on October 30, 2011.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1716
# News from Moldova (in russian):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1717
# <a href="http://ru.publika.md/link_317061.html">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1718
# http://ru.publika.md/link_317061.html
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1719
# </a>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1720
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1721
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1722
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1723
Zone	Europe/Chisinau	1:55:20 -	LMT	1880
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1724
			1:55	-	CMT	1918 Feb 15 # Chisinau MT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1725
			1:44:24	-	BMT	1931 Jul 24 # Bucharest MT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1726
			2:00	Romania	EE%sT	1940 Aug 15
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1727
			2:00	1:00	EEST	1941 Jul 17
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1728
			1:00	C-Eur	CE%sT	1944 Aug 24
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1729
			3:00	Russia	MSK/MSD	1990
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1730
			3:00	-	MSK	1990 May 6
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1731
			2:00	-	EET	1991
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1732
			2:00	Russia	EE%sT	1992
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1733
			2:00	E-Eur	EE%sT	1997
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1734
# See Romania commentary for the guessed 1997 transition to EU rules.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1735
			2:00	EU	EE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1736
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1737
# Monaco
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1738
# Shanks & Pottenger give 0:09:20 for Paris Mean Time; go with Howse's
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1739
# more precise 0:09:21.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1740
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1741
Zone	Europe/Monaco	0:29:32 -	LMT	1891 Mar 15
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1742
			0:09:21	-	PMT	1911 Mar 11    # Paris Mean Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1743
			0:00	France	WE%sT	1945 Sep 16 3:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1744
			1:00	France	CE%sT	1977
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1745
			1:00	EU	CE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1746
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1747
# Montenegro
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1748
# see Serbia
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1749
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1750
# Netherlands
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1751
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1752
# Howse writes that the Netherlands' railways used GMT between 1892 and 1940,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1753
# but for other purposes the Netherlands used Amsterdam mean time.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1754
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1755
# However, Robert H. van Gent writes (2001-04-01):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1756
# Howse's statement is only correct up to 1909. From 1909-05-01 (00:00:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1757
# Amsterdam mean time) onwards, the whole of the Netherlands (including
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1758
# the Dutch railways) was required by law to observe Amsterdam mean time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1759
# (19 minutes 32.13 seconds ahead of GMT). This had already been the
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1760
# common practice (except for the railways) for many decades but it was
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1761
# not until 1909 when the Dutch government finally defined this by law.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1762
# On 1937-07-01 this was changed to 20 minutes (exactly) ahead of GMT and
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1763
# was generally known as Dutch Time ("Nederlandse Tijd").
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1764
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1765
# (2001-04-08):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1766
# 1892-05-01 was the date when the Dutch railways were by law required to
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1767
# observe GMT while the remainder of the Netherlands adhered to the common
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1768
# practice of following Amsterdam mean time.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1769
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1770
# (2001-04-09):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1771
# In 1835 the authorities of the province of North Holland requested the
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1772
# municipal authorities of the towns and cities in the province to observe
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1773
# Amsterdam mean time but I do not know in how many cases this request was
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1774
# actually followed.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1775
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1776
# From 1852 onwards the Dutch telegraph offices were by law required to
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1777
# observe Amsterdam mean time. As the time signals from the observatory of
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1778
# Leiden were also distributed by the telegraph system, I assume that most
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1779
# places linked up with the telegraph (and railway) system automatically
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1780
# adopted Amsterdam mean time.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1781
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1782
# Although the early Dutch railway companies initially observed a variety
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1783
# of times, most of them had adopted Amsterdam mean time by 1858 but it
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1784
# was not until 1866 when they were all required by law to observe
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1785
# Amsterdam mean time.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1786
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1787
# The data before 1945 are taken from
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1788
# <http://www.phys.uu.nl/~vgent/wettijd/wettijd.htm>.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1789
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1790
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1791
Rule	Neth	1916	only	-	May	 1	0:00	1:00	NST	# Netherlands Summer Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1792
Rule	Neth	1916	only	-	Oct	 1	0:00	0	AMT	# Amsterdam Mean Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1793
Rule	Neth	1917	only	-	Apr	16	2:00s	1:00	NST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1794
Rule	Neth	1917	only	-	Sep	17	2:00s	0	AMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1795
Rule	Neth	1918	1921	-	Apr	Mon>=1	2:00s	1:00	NST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1796
Rule	Neth	1918	1921	-	Sep	lastMon	2:00s	0	AMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1797
Rule	Neth	1922	only	-	Mar	lastSun	2:00s	1:00	NST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1798
Rule	Neth	1922	1936	-	Oct	Sun>=2	2:00s	0	AMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1799
Rule	Neth	1923	only	-	Jun	Fri>=1	2:00s	1:00	NST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1800
Rule	Neth	1924	only	-	Mar	lastSun	2:00s	1:00	NST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1801
Rule	Neth	1925	only	-	Jun	Fri>=1	2:00s	1:00	NST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1802
# From 1926 through 1939 DST began 05-15, except that it was delayed by a week
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1803
# in years when 05-15 fell in the Pentecost weekend.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1804
Rule	Neth	1926	1931	-	May	15	2:00s	1:00	NST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1805
Rule	Neth	1932	only	-	May	22	2:00s	1:00	NST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1806
Rule	Neth	1933	1936	-	May	15	2:00s	1:00	NST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1807
Rule	Neth	1937	only	-	May	22	2:00s	1:00	NST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1808
Rule	Neth	1937	only	-	Jul	 1	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1809
Rule	Neth	1937	1939	-	Oct	Sun>=2	2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1810
Rule	Neth	1938	1939	-	May	15	2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1811
Rule	Neth	1945	only	-	Apr	 2	2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1812
Rule	Neth	1945	only	-	Sep	16	2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1813
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1814
# Amsterdam Mean Time was +00:19:32.13 exactly, but the .13 is omitted
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1815
# below because the current format requires GMTOFF to be an integer.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1816
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1817
Zone Europe/Amsterdam	0:19:32 -	LMT	1835
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1818
			0:19:32	Neth	%s	1937 Jul  1
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1819
			0:20	Neth	NE%sT	1940 May 16 0:00 # Dutch Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1820
			1:00	C-Eur	CE%sT	1945 Apr  2 2:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1821
			1:00	Neth	CE%sT	1977
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1822
			1:00	EU	CE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1823
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1824
# Norway
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1825
# http://met.no/met/met_lex/q_u/sommertid.html (2004-01) agrees with Shanks &
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1826
# Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1827
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1828
Rule	Norway	1916	only	-	May	22	1:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1829
Rule	Norway	1916	only	-	Sep	30	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1830
Rule	Norway	1945	only	-	Apr	 2	2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1831
Rule	Norway	1945	only	-	Oct	 1	2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1832
Rule	Norway	1959	1964	-	Mar	Sun>=15	2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1833
Rule	Norway	1959	1965	-	Sep	Sun>=15	2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1834
Rule	Norway	1965	only	-	Apr	25	2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1835
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1836
Zone	Europe/Oslo	0:43:00 -	LMT	1895 Jan  1
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1837
			1:00	Norway	CE%sT	1940 Aug 10 23:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1838
			1:00	C-Eur	CE%sT	1945 Apr  2  2:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1839
			1:00	Norway	CE%sT	1980
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1840
			1:00	EU	CE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1841
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1842
# Svalbard & Jan Mayen
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1843
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1844
# From Steffen Thorsen (2001-05-01):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1845
# Although I could not find it explicitly, it seems that Jan Mayen and
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1846
# Svalbard have been using the same time as Norway at least since the
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1847
# time they were declared as parts of Norway.  Svalbard was declared
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1848
# as a part of Norway by law of 1925-07-17 no 11, section 4 and Jan
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1849
# Mayen by law of 1930-02-27 no 2, section 2. (From
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1850
# http://www.lovdata.no/all/nl-19250717-011.html and
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1851
# http://www.lovdata.no/all/nl-19300227-002.html).  The law/regulation
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1852
# for normal/standard time in Norway is from 1894-06-29 no 1 (came
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1853
# into operation on 1895-01-01) and Svalbard/Jan Mayen seem to be a
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1854
# part of this law since 1925/1930. (From
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1855
# http://www.lovdata.no/all/nl-18940629-001.html ) I have not been
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1856
# able to find if Jan Mayen used a different time zone (e.g. -0100)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1857
# before 1930. Jan Mayen has only been "inhabitated" since 1921 by
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1858
# Norwegian meteorologists and maybe used the same time as Norway ever
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1859
# since 1921.  Svalbard (Arctic/Longyearbyen) has been inhabited since
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1860
# before 1895, and therefore probably changed the local time somewhere
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1861
# between 1895 and 1925 (inclusive).
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1862
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1863
# From Paul Eggert (2001-05-01):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1864
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1865
# Actually, Jan Mayen was never occupied by Germany during World War II,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1866
# so it must have diverged from Oslo time during the war, as Oslo was
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1867
# keeping Berlin time.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1868
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1869
# <http://home.no.net/janmayen/history.htm> says that the meteorologists
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1870
# burned down their station in 1940 and left the island, but returned in
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1871
# 1941 with a small Norwegian garrison and continued operations despite
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1872
# frequent air ttacks from Germans.  In 1943 the Americans established a
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1873
# radiolocating station on the island, called "Atlantic City".  Possibly
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1874
# the UTC offset changed during the war, but I think it unlikely that
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1875
# Jan Mayen used German daylight-saving rules.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1876
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1877
# Svalbard is more complicated, as it was raided in August 1941 by an
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1878
# Allied party that evacuated the civilian population to England (says
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1879
# <http://www.bartleby.com/65/sv/Svalbard.html>).  The Svalbard FAQ
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1880
# <http://www.svalbard.com/SvalbardFAQ.html> says that the Germans were
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1881
# expelled on 1942-05-14.  However, small parties of Germans did return,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1882
# and according to Wilhelm Dege's book "War North of 80" (1954)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1883
# <http://www.ucalgary.ca/UofC/departments/UP/1-55238/1-55238-110-2.html>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1884
# the German armed forces at the Svalbard weather station code-named
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1885
# Haudegen did not surrender to the Allies until September 1945.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1886
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1887
# All these events predate our cutoff date of 1970.  Unless we can
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1888
# come up with more definitive info about the timekeeping during the
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1889
# war years it's probably best just do...the following for now:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1890
Link	Europe/Oslo	Arctic/Longyearbyen
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1891
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1892
# Poland
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1893
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1894
Rule	Poland	1918	1919	-	Sep	16	2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1895
Rule	Poland	1919	only	-	Apr	15	2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1896
Rule	Poland	1944	only	-	Apr	 3	2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1897
# Whitman gives 1944 Nov 30; go with Shanks & Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1898
Rule	Poland	1944	only	-	Oct	 4	2:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1899
# For 1944-1948 Whitman gives the previous day; go with Shanks & Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1900
Rule	Poland	1945	only	-	Apr	29	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1901
Rule	Poland	1945	only	-	Nov	 1	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1902
# For 1946 on the source is Kazimierz Borkowski,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1903
# Torun Center for Astronomy, Dept. of Radio Astronomy, Nicolaus Copernicus U.,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1904
# <http://www.astro.uni.torun.pl/~kb/Artykuly/U-PA/Czas2.htm#tth_tAb1>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1905
# Thanks to Przemyslaw Augustyniak (2005-05-28) for this reference.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1906
# He also gives these further references:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1907
# Mon Pol nr 13, poz 162 (1995) <http://www.abc.com.pl/serwis/mp/1995/0162.htm>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1908
# Druk nr 2180 (2003) <http://www.senat.gov.pl/k5/dok/sejm/053/2180.pdf>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1909
Rule	Poland	1946	only	-	Apr	14	0:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1910
Rule	Poland	1946	only	-	Oct	 7	2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1911
Rule	Poland	1947	only	-	May	 4	2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1912
Rule	Poland	1947	1949	-	Oct	Sun>=1	2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1913
Rule	Poland	1948	only	-	Apr	18	2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1914
Rule	Poland	1949	only	-	Apr	10	2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1915
Rule	Poland	1957	only	-	Jun	 2	1:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1916
Rule	Poland	1957	1958	-	Sep	lastSun	1:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1917
Rule	Poland	1958	only	-	Mar	30	1:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1918
Rule	Poland	1959	only	-	May	31	1:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1919
Rule	Poland	1959	1961	-	Oct	Sun>=1	1:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1920
Rule	Poland	1960	only	-	Apr	 3	1:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1921
Rule	Poland	1961	1964	-	May	lastSun	1:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1922
Rule	Poland	1962	1964	-	Sep	lastSun	1:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1923
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1924
Zone	Europe/Warsaw	1:24:00 -	LMT	1880
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1925
			1:24:00	-	WMT	1915 Aug  5   # Warsaw Mean Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1926
			1:00	C-Eur	CE%sT	1918 Sep 16 3:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1927
			2:00	Poland	EE%sT	1922 Jun
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1928
			1:00	Poland	CE%sT	1940 Jun 23 2:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1929
			1:00	C-Eur	CE%sT	1944 Oct
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1930
			1:00	Poland	CE%sT	1977
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1931
			1:00	W-Eur	CE%sT	1988
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1932
			1:00	EU	CE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1933
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1934
# Portugal
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1935
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1936
# From Rui Pedro Salgueiro (1992-11-12):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1937
# Portugal has recently (September, 27) changed timezone
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1938
# (from WET to MET or CET) to harmonize with EEC.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1939
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1940
# Martin Bruckmann (1996-02-29) reports via Peter Ilieve
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1941
# that Portugal is reverting to 0:00 by not moving its clocks this spring.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1942
# The new Prime Minister was fed up with getting up in the dark in the winter.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1943
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1944
# From Paul Eggert (1996-11-12):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1945
# IATA SSIM (1991-09) reports several 1991-09 and 1992-09 transitions
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1946
# at 02:00u, not 01:00u.  Assume that these are typos.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1947
# IATA SSIM (1991/1992) reports that the Azores were at -1:00.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1948
# IATA SSIM (1993-02) says +0:00; later issues (through 1996-09) say -1:00.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1949
# Guess that the Azores changed to EU rules in 1992 (since that's when Portugal
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1950
# harmonized with the EU), and that they stayed +0:00 that winter.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1951
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1952
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1953
# DSH writes that despite Decree 1,469 (1915), the change to the clocks was not
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1954
# done every year, depending on what Spain did, because of railroad schedules.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1955
# Go with Shanks & Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1956
Rule	Port	1916	only	-	Jun	17	23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1957
# Whitman gives 1916 Oct 31; go with Shanks & Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1958
Rule	Port	1916	only	-	Nov	 1	 1:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1959
Rule	Port	1917	only	-	Feb	28	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1960
Rule	Port	1917	1921	-	Oct	14	23:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1961
Rule	Port	1918	only	-	Mar	 1	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1962
Rule	Port	1919	only	-	Feb	28	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1963
Rule	Port	1920	only	-	Feb	29	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1964
Rule	Port	1921	only	-	Feb	28	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1965
Rule	Port	1924	only	-	Apr	16	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1966
Rule	Port	1924	only	-	Oct	14	23:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1967
Rule	Port	1926	only	-	Apr	17	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1968
Rule	Port	1926	1929	-	Oct	Sat>=1	23:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1969
Rule	Port	1927	only	-	Apr	 9	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1970
Rule	Port	1928	only	-	Apr	14	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1971
Rule	Port	1929	only	-	Apr	20	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1972
Rule	Port	1931	only	-	Apr	18	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1973
# Whitman gives 1931 Oct 8; go with Shanks & Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1974
Rule	Port	1931	1932	-	Oct	Sat>=1	23:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1975
Rule	Port	1932	only	-	Apr	 2	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1976
Rule	Port	1934	only	-	Apr	 7	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1977
# Whitman gives 1934 Oct 5; go with Shanks & Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1978
Rule	Port	1934	1938	-	Oct	Sat>=1	23:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1979
# Shanks & Pottenger give 1935 Apr 30; go with Whitman.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1980
Rule	Port	1935	only	-	Mar	30	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1981
Rule	Port	1936	only	-	Apr	18	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1982
# Whitman gives 1937 Apr 2; go with Shanks & Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1983
Rule	Port	1937	only	-	Apr	 3	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1984
Rule	Port	1938	only	-	Mar	26	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1985
Rule	Port	1939	only	-	Apr	15	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1986
# Whitman gives 1939 Oct 7; go with Shanks & Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1987
Rule	Port	1939	only	-	Nov	18	23:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1988
Rule	Port	1940	only	-	Feb	24	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1989
# Shanks & Pottenger give 1940 Oct 7; go with Whitman.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1990
Rule	Port	1940	1941	-	Oct	 5	23:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1991
Rule	Port	1941	only	-	Apr	 5	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1992
Rule	Port	1942	1945	-	Mar	Sat>=8	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1993
Rule	Port	1942	only	-	Apr	25	22:00s	2:00	M # Midsummer
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1994
Rule	Port	1942	only	-	Aug	15	22:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1995
Rule	Port	1942	1945	-	Oct	Sat>=24	23:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1996
Rule	Port	1943	only	-	Apr	17	22:00s	2:00	M
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1997
Rule	Port	1943	1945	-	Aug	Sat>=25	22:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1998
Rule	Port	1944	1945	-	Apr	Sat>=21	22:00s	2:00	M
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  1999
Rule	Port	1946	only	-	Apr	Sat>=1	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2000
Rule	Port	1946	only	-	Oct	Sat>=1	23:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2001
Rule	Port	1947	1949	-	Apr	Sun>=1	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2002
Rule	Port	1947	1949	-	Oct	Sun>=1	 2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2003
# Shanks & Pottenger say DST was observed in 1950; go with Whitman.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2004
# Whitman gives Oct lastSun for 1952 on; go with Shanks & Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2005
Rule	Port	1951	1965	-	Apr	Sun>=1	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2006
Rule	Port	1951	1965	-	Oct	Sun>=1	 2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2007
Rule	Port	1977	only	-	Mar	27	 0:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2008
Rule	Port	1977	only	-	Sep	25	 0:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2009
Rule	Port	1978	1979	-	Apr	Sun>=1	 0:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2010
Rule	Port	1978	only	-	Oct	 1	 0:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2011
Rule	Port	1979	1982	-	Sep	lastSun	 1:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2012
Rule	Port	1980	only	-	Mar	lastSun	 0:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2013
Rule	Port	1981	1982	-	Mar	lastSun	 1:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2014
Rule	Port	1983	only	-	Mar	lastSun	 2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2015
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2016
# Shanks & Pottenger say the transition from LMT to WET occurred 1911-05-24;
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2017
# Willett says 1912-01-01.  Go with Willett.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2018
Zone	Europe/Lisbon	-0:36:32 -	LMT	1884
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2019
			-0:36:32 -	LMT	1912 Jan  1  # Lisbon Mean Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2020
			 0:00	Port	WE%sT	1966 Apr  3 2:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2021
			 1:00	-	CET	1976 Sep 26 1:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2022
			 0:00	Port	WE%sT	1983 Sep 25 1:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2023
			 0:00	W-Eur	WE%sT	1992 Sep 27 1:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2024
			 1:00	EU	CE%sT	1996 Mar 31 1:00u
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2025
			 0:00	EU	WE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2026
Zone Atlantic/Azores	-1:42:40 -	LMT	1884		# Ponta Delgada
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2027
			-1:54:32 -	HMT	1911 May 24  # Horta Mean Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2028
			-2:00	Port	AZO%sT	1966 Apr  3 2:00 # Azores Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2029
			-1:00	Port	AZO%sT	1983 Sep 25 1:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2030
			-1:00	W-Eur	AZO%sT	1992 Sep 27 1:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2031
			 0:00	EU	WE%sT	1993 Mar 28 1:00u
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2032
			-1:00	EU	AZO%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2033
Zone Atlantic/Madeira	-1:07:36 -	LMT	1884		# Funchal
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2034
			-1:07:36 -	FMT	1911 May 24  # Funchal Mean Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2035
			-1:00	Port	MAD%sT	1966 Apr  3 2:00 # Madeira Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2036
			 0:00	Port	WE%sT	1983 Sep 25 1:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2037
			 0:00	EU	WE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2038
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2039
# Romania
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2040
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2041
# From Paul Eggert (1999-10-07):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2042
# <a href="http://www.nineoclock.ro/POL/1778pol.html">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2043
# Nine O'clock</a> (1998-10-23) reports that the switch occurred at
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2044
# 04:00 local time in fall 1998.  For lack of better info,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2045
# assume that Romania and Moldova switched to EU rules in 1997,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2046
# the same year as Bulgaria.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2047
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2048
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2049
Rule	Romania	1932	only	-	May	21	 0:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2050
Rule	Romania	1932	1939	-	Oct	Sun>=1	 0:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2051
Rule	Romania	1933	1939	-	Apr	Sun>=2	 0:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2052
Rule	Romania	1979	only	-	May	27	 0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2053
Rule	Romania	1979	only	-	Sep	lastSun	 0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2054
Rule	Romania	1980	only	-	Apr	 5	23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2055
Rule	Romania	1980	only	-	Sep	lastSun	 1:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2056
Rule	Romania	1991	1993	-	Mar	lastSun	 0:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2057
Rule	Romania	1991	1993	-	Sep	lastSun	 0:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2058
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2059
Zone Europe/Bucharest	1:44:24 -	LMT	1891 Oct
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2060
			1:44:24	-	BMT	1931 Jul 24	# Bucharest MT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2061
			2:00	Romania	EE%sT	1981 Mar 29 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2062
			2:00	C-Eur	EE%sT	1991
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2063
			2:00	Romania	EE%sT	1994
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2064
			2:00	E-Eur	EE%sT	1997
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2065
			2:00	EU	EE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2066
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2067
# Russia
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2068
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2069
# From Paul Eggert (2006-03-22):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2070
# Except for Moscow after 1919-07-01, I invented the time zone abbreviations.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2071
# Moscow time zone abbreviations after 1919-07-01, and Moscow rules after 1991,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2072
# are from Andrey A. Chernov.  The rest is from Shanks & Pottenger,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2073
# except we follow Chernov's report that 1992 DST transitions were Sat
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2074
# 23:00, not Sun 02:00s.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2075
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2076
# From Stanislaw A. Kuzikowski (1994-06-29):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2077
# But now it is some months since Novosibirsk is 3 hours ahead of Moscow!
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2078
# I do not know why they have decided to make this change;
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2079
# as far as I remember it was done exactly during winter->summer switching
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2080
# so we (Novosibirsk) simply did not switch.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2081
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2082
# From Andrey A. Chernov (1996-10-04):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2083
# `MSK' and `MSD' were born and used initially on Moscow computers with
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2084
# UNIX-like OSes by several developer groups (e.g. Demos group, Kiae group)....
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2085
# The next step was the UUCP network, the Relcom predecessor
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2086
# (used mainly for mail), and MSK/MSD was actively used there.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2087
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2088
# From Chris Carrier (1996-10-30):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2089
# According to a friend of mine who rode the Trans-Siberian Railroad from
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2090
# Moscow to Irkutsk in 1995, public air and rail transport in Russia ...
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2091
# still follows Moscow time, no matter where in Russia it is located.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2092
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2093
# For Grozny, Chechnya, we have the following story from
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2094
# John Daniszewski, "Scavengers in the Rubble", Los Angeles Times (2001-02-07):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2095
# News--often false--is spread by word of mouth.  A rumor that it was
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2096
# time to move the clocks back put this whole city out of sync with
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2097
# the rest of Russia for two weeks--even soldiers stationed here began
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2098
# enforcing curfew at the wrong time.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2099
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2100
# From Gwillim Law (2001-06-05):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2101
# There's considerable evidence that Sakhalin Island used to be in
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2102
# UTC+11, and has changed to UTC+10, in this decade.  I start with the
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2103
# SSIM, which listed Yuzhno-Sakhalinsk in zone RU10 along with Magadan
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2104
# until February 1997, and then in RU9 with Khabarovsk and Vladivostok
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2105
# since September 1997....  Although the Kuril Islands are
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2106
# administratively part of Sakhalin oblast', they appear to have
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2107
# remained on UTC+11 along with Magadan.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2108
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2109
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2110
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2111
# Kaliningradskaya oblast'.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2112
Zone Europe/Kaliningrad	 1:22:00 -	LMT	1893 Apr
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2113
			 1:00	C-Eur	CE%sT	1945
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2114
			 2:00	Poland	CE%sT	1946
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2115
			 3:00	Russia	MSK/MSD	1991 Mar 31 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2116
			 2:00	Russia	EE%sT	2011 Mar 27 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2117
			 3:00	-	FET # Further-eastern European Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2118
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2119
# From Oscar van Vlijmen (2001-08-25): [This region consists of]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2120
# Respublika Adygeya, Arkhangel'skaya oblast',
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2121
# Belgorodskaya oblast', Bryanskaya oblast', Vladimirskaya oblast',
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2122
# Vologodskaya oblast', Voronezhskaya oblast',
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2123
# Respublika Dagestan, Ivanovskaya oblast', Respublika Ingushetiya,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2124
# Kabarbino-Balkarskaya Respublika, Respublika Kalmykiya,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2125
# Kalyzhskaya oblast', Respublika Karachaevo-Cherkessiya,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2126
# Respublika Kareliya, Respublika Komi,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2127
# Kostromskaya oblast', Krasnodarskij kraj, Kurskaya oblast',
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2128
# Leningradskaya oblast', Lipetskaya oblast', Respublika Marij El,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2129
# Respublika Mordoviya, Moskva, Moskovskaya oblast',
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2130
# Murmanskaya oblast', Nenetskij avtonomnyj okrug,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2131
# Nizhegorodskaya oblast', Novgorodskaya oblast', Orlovskaya oblast',
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2132
# Penzenskaya oblast', Pskovskaya oblast', Rostovskaya oblast',
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2133
# Ryazanskaya oblast', Sankt-Peterburg,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2134
# Respublika Severnaya Osetiya, Smolenskaya oblast',
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2135
# Stavropol'skij kraj, Tambovskaya oblast', Respublika Tatarstan,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2136
# Tverskaya oblast', Tyl'skaya oblast', Ul'yanovskaya oblast',
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2137
# Chechenskaya Respublika, Chuvashskaya oblast',
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2138
# Yaroslavskaya oblast'
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2139
Zone Europe/Moscow	 2:30:20 -	LMT	1880
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2140
			 2:30	-	MMT	1916 Jul  3 # Moscow Mean Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2141
			 2:30:48 Russia	%s	1919 Jul  1 2:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2142
			 3:00	Russia	MSK/MSD	1922 Oct
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2143
			 2:00	-	EET	1930 Jun 21
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2144
			 3:00	Russia	MSK/MSD	1991 Mar 31 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2145
			 2:00	Russia	EE%sT	1992 Jan 19 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2146
			 3:00	Russia	MSK/MSD	2011 Mar 27 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2147
			 4:00	-	MSK
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2148
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2149
# Astrakhanskaya oblast', Kirovskaya oblast', Saratovskaya oblast',
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2150
# Volgogradskaya oblast'.  Shanks & Pottenger say Kirov is still at +0400
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2151
# but Wikipedia (2006-05-09) says +0300.  Perhaps it switched after the
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2152
# others?  But we have no data.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2153
Zone Europe/Volgograd	 2:57:40 -	LMT	1920 Jan  3
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2154
			 3:00	-	TSAT	1925 Apr  6 # Tsaritsyn Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2155
			 3:00	-	STAT	1930 Jun 21 # Stalingrad Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2156
			 4:00	-	STAT	1961 Nov 11
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2157
			 4:00	Russia	VOL%sT	1989 Mar 26 2:00s # Volgograd T
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2158
			 3:00	Russia	VOL%sT	1991 Mar 31 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2159
			 4:00	-	VOLT	1992 Mar 29 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2160
			 3:00	Russia	VOL%sT	2011 Mar 27 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2161
			 4:00	-	VOLT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2162
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2163
# From Oscar van Vlijmen (2001-08-25): [This region consists of]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2164
# Samarskaya oblast', Udmyrtskaya respublika
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2165
Zone Europe/Samara	 3:20:36 -	LMT	1919 Jul  1 2:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2166
			 3:00	-	SAMT	1930 Jun 21
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2167
			 4:00	-	SAMT	1935 Jan 27
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2168
			 4:00	Russia	KUY%sT	1989 Mar 26 2:00s # Kuybyshev
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2169
			 3:00	Russia	KUY%sT	1991 Mar 31 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2170
			 2:00	Russia	KUY%sT	1991 Sep 29 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2171
			 3:00	-	KUYT	1991 Oct 20 3:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2172
			 4:00	Russia	SAM%sT	2010 Mar 28 2:00s # Samara Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2173
			 3:00	Russia	SAM%sT	2011 Mar 27 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2174
			 4:00	-	SAMT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2175
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2176
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2177
# From Oscar van Vlijmen (2001-08-25): [This region consists of]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2178
# Respublika Bashkortostan, Komi-Permyatskij avtonomnyj okrug,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2179
# Kurganskaya oblast', Orenburgskaya oblast', Permskaya oblast',
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2180
# Sverdlovskaya oblast', Tyumenskaya oblast',
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2181
# Khanty-Manskijskij avtonomnyj okrug, Chelyabinskaya oblast',
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2182
# Yamalo-Nenetskij avtonomnyj okrug.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2183
Zone Asia/Yekaterinburg	 4:02:24 -	LMT	1919 Jul 15 4:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2184
			 4:00	-	SVET	1930 Jun 21 # Sverdlovsk Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2185
			 5:00	Russia	SVE%sT	1991 Mar 31 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2186
			 4:00	Russia	SVE%sT	1992 Jan 19 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2187
			 5:00	Russia	YEK%sT	2011 Mar 27 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2188
			 6:00	-	YEKT	# Yekaterinburg Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2189
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2190
# From Oscar van Vlijmen (2001-08-25): [This region consists of]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2191
# Respublika Altaj, Altajskij kraj, Omskaya oblast'.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2192
Zone Asia/Omsk		 4:53:36 -	LMT	1919 Nov 14
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2193
			 5:00	-	OMST	1930 Jun 21 # Omsk TIme
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2194
			 6:00	Russia	OMS%sT	1991 Mar 31 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2195
			 5:00	Russia	OMS%sT	1992 Jan 19 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2196
			 6:00	Russia	OMS%sT	2011 Mar 27 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2197
			 7:00	-	OMST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2198
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2199
# From Paul Eggert (2006-08-19): I'm guessing about Tomsk here; it's
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2200
# not clear when it switched from +7 to +6.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2201
# Novosibirskaya oblast', Tomskaya oblast'.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2202
Zone Asia/Novosibirsk	 5:31:40 -	LMT	1919 Dec 14 6:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2203
			 6:00	-	NOVT	1930 Jun 21 # Novosibirsk Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2204
			 7:00	Russia	NOV%sT	1991 Mar 31 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2205
			 6:00	Russia	NOV%sT	1992 Jan 19 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2206
			 7:00	Russia	NOV%sT	1993 May 23 # say Shanks & P.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2207
			 6:00	Russia	NOV%sT	2011 Mar 27 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2208
			 7:00	-	NOVT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2209
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2210
# From Alexander Krivenyshev (2009-10-13):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2211
# Kemerovo oblast' (Kemerovo region) in Russia will change current time zone on
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2212
# March 28, 2010:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2213
# from current Russia Zone 6 - Krasnoyarsk Time Zone (KRA) UTC +0700
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2214
# to Russia Zone 5 - Novosibirsk Time Zone (NOV) UTC +0600
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2215
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2216
# This is according to Government of Russia decree # 740, on September
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2217
# 14, 2009 "Application in the territory of the Kemerovo region the Fifth
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2218
# time zone." ("Russia Zone 5" or old "USSR Zone 5" is GMT +0600)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2219
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2220
# Russian Government web site (Russian language)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2221
# <a href="http://www.government.ru/content/governmentactivity/rfgovernmentdecisions/archiv">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2222
# http://www.government.ru/content/governmentactivity/rfgovernmentdecisions/archive/2009/09/14/991633.htm
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2223
# </a>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2224
# or Russian-English translation by WorldTimeZone.com with reference
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2225
# map to local region and new Russia Time Zone map after March 28, 2010
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2226
# <a href="http://www.worldtimezone.com/dst_news/dst_news_russia03.html">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2227
# http://www.worldtimezone.com/dst_news/dst_news_russia03.html
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2228
# </a>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2229
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2230
# Thus, when Russia will switch to DST on the night of March 28, 2010
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2231
# Kemerovo region (Kemerovo oblast') will not change the clock.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2232
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2233
# As a result, Kemerovo oblast' will be in the same time zone as
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2234
# Novosibirsk, Omsk, Tomsk, Barnaul and Altai Republic.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2235
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2236
Zone Asia/Novokuznetsk	 5:48:48 -	NMT	1920 Jan  6
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2237
			 6:00	-	KRAT	1930 Jun 21 # Krasnoyarsk Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2238
			 7:00	Russia	KRA%sT	1991 Mar 31 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2239
			 6:00	Russia	KRA%sT	1992 Jan 19 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2240
			 7:00	Russia	KRA%sT	2010 Mar 28 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2241
			 6:00	Russia	NOV%sT	2011 Mar 27 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2242
			 7:00	-	NOVT # Novosibirsk/Novokuznetsk Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2243
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2244
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2245
# From Oscar van Vlijmen (2001-08-25): [This region consists of]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2246
# Krasnoyarskij kraj,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2247
# Tajmyrskij (Dolgano-Nenetskij) avtonomnyj okrug,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2248
# Respublika Tuva, Respublika Khakasiya, Evenkijskij avtonomnyj okrug.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2249
Zone Asia/Krasnoyarsk	 6:11:20 -	LMT	1920 Jan  6
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2250
			 6:00	-	KRAT	1930 Jun 21 # Krasnoyarsk Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2251
			 7:00	Russia	KRA%sT	1991 Mar 31 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2252
			 6:00	Russia	KRA%sT	1992 Jan 19 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2253
			 7:00	Russia	KRA%sT	2011 Mar 27 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2254
			 8:00	-	KRAT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2255
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2256
# From Oscar van Vlijmen (2001-08-25): [This region consists of]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2257
# Respublika Buryatiya, Irkutskaya oblast',
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2258
# Ust'-Ordynskij Buryatskij avtonomnyj okrug.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2259
Zone Asia/Irkutsk	 6:57:20 -	LMT	1880
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2260
			 6:57:20 -	IMT	1920 Jan 25 # Irkutsk Mean Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2261
			 7:00	-	IRKT	1930 Jun 21 # Irkutsk Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2262
			 8:00	Russia	IRK%sT	1991 Mar 31 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2263
			 7:00	Russia	IRK%sT	1992 Jan 19 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2264
			 8:00	Russia	IRK%sT	2011 Mar 27 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2265
			 9:00	-	IRKT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2266
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2267
# From Oscar van Vlijmen (2003-10-18): [This region consists of]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2268
# Aginskij Buryatskij avtonomnyj okrug, Amurskaya oblast',
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2269
# [parts of] Respublika Sakha (Yakutiya), Chitinskaya oblast'.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2270
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2271
# From Oscar van Vlijmen (2009-11-29):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2272
# ...some regions of [Russia] were merged with others since 2005...
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2273
# Some names were changed, no big deal, except for one instance: a new name.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2274
# YAK/YAKST: UTC+9 Zabajkal'skij kraj.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2275
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2276
# From Oscar van Vlijmen (2009-11-29):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2277
# The Sakha districts are: Aldanskij, Amginskij, Anabarskij,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2278
# Verkhnevilyujskij, Vilyujskij, Gornyj,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2279
# Zhiganskij, Kobyajskij, Lenskij, Megino-Kangalasskij, Mirninskij,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2280
# Namskij, Nyurbinskij, Olenyokskij, Olyokminskij,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2281
# Suntarskij, Tattinskij, Ust'-Aldanskij, Khangalasskij,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2282
# Churapchinskij, Eveno-Bytantajskij Natsional'nij.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2283
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2284
Zone Asia/Yakutsk	 8:38:40 -	LMT	1919 Dec 15
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2285
			 8:00	-	YAKT	1930 Jun 21 # Yakutsk Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2286
			 9:00	Russia	YAK%sT	1991 Mar 31 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2287
			 8:00	Russia	YAK%sT	1992 Jan 19 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2288
			 9:00	Russia	YAK%sT	2011 Mar 27 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2289
			 10:00	-	YAKT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2290
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2291
# From Oscar van Vlijmen (2003-10-18): [This region consists of]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2292
# Evrejskaya avtonomnaya oblast', Khabarovskij kraj, Primorskij kraj,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2293
# [parts of] Respublika Sakha (Yakutiya).
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2294
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2295
# From Oscar van Vlijmen (2009-11-29):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2296
# The Sakha districts are: Bulunskij, Verkhoyanskij, Tomponskij, Ust'-Majskij,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2297
# Ust'-Yanskij.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2298
Zone Asia/Vladivostok	 8:47:44 -	LMT	1922 Nov 15
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2299
			 9:00	-	VLAT	1930 Jun 21 # Vladivostok Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2300
			10:00	Russia	VLA%sT	1991 Mar 31 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2301
			 9:00	Russia	VLA%sST	1992 Jan 19 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2302
			10:00	Russia	VLA%sT	2011 Mar 27 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2303
			11:00	-	VLAT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2304
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2305
# Sakhalinskaya oblast'.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2306
# The Zone name should be Yuzhno-Sakhalinsk, but that's too long.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2307
Zone Asia/Sakhalin	 9:30:48 -	LMT	1905 Aug 23
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2308
			 9:00	-	CJT	1938
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2309
			 9:00	-	JST	1945 Aug 25
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2310
			11:00	Russia	SAK%sT	1991 Mar 31 2:00s # Sakhalin T.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2311
			10:00	Russia	SAK%sT	1992 Jan 19 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2312
			11:00	Russia	SAK%sT	1997 Mar lastSun 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2313
			10:00	Russia	SAK%sT	2011 Mar 27 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2314
			11:00	-	SAKT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2315
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2316
# From Oscar van Vlijmen (2003-10-18): [This region consists of]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2317
# Magadanskaya oblast', Respublika Sakha (Yakutiya).
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2318
# Probably also: Kuril Islands.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2319
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2320
# From Oscar van Vlijmen (2009-11-29):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2321
# The Sakha districts are: Abyjskij, Allaikhovskij, Verkhhhnekolymskij, Momskij,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2322
# Nizhnekolymskij, Ojmyakonskij, Srednekolymskij.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2323
Zone Asia/Magadan	10:03:12 -	LMT	1924 May  2
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2324
			10:00	-	MAGT	1930 Jun 21 # Magadan Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2325
			11:00	Russia	MAG%sT	1991 Mar 31 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2326
			10:00	Russia	MAG%sT	1992 Jan 19 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2327
			11:00	Russia	MAG%sT	2011 Mar 27 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2328
			12:00	-	MAGT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2329
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2330
# From Oscar van Vlijmen (2001-08-25): [This region consists of]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2331
# Kamchatskaya oblast', Koryakskij avtonomnyj okrug.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2332
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2333
# The Zone name should be Asia/Petropavlovsk-Kamchatski, but that's too long.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2334
Zone Asia/Kamchatka	10:34:36 -	LMT	1922 Nov 10
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2335
			11:00	-	PETT	1930 Jun 21 # P-K Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2336
			12:00	Russia	PET%sT	1991 Mar 31 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2337
			11:00	Russia	PET%sT	1992 Jan 19 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2338
			12:00	Russia	PET%sT	2010 Mar 28 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2339
			11:00	Russia	PET%sT	2011 Mar 27 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2340
			12:00	-	PETT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2341
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2342
# Chukotskij avtonomnyj okrug
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2343
Zone Asia/Anadyr	11:49:56 -	LMT	1924 May  2
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2344
			12:00	-	ANAT	1930 Jun 21 # Anadyr Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2345
			13:00	Russia	ANA%sT	1982 Apr  1 0:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2346
			12:00	Russia	ANA%sT	1991 Mar 31 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2347
			11:00	Russia	ANA%sT	1992 Jan 19 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2348
			12:00	Russia	ANA%sT	2010 Mar 28 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2349
			11:00	Russia	ANA%sT	2011 Mar 27 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2350
			12:00	-	ANAT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2351
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2352
# Serbia
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2353
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2354
Zone	Europe/Belgrade	1:22:00	-	LMT	1884
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2355
			1:00	-	CET	1941 Apr 18 23:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2356
			1:00	C-Eur	CE%sT	1945
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2357
			1:00	-	CET	1945 May 8 2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2358
			1:00	1:00	CEST	1945 Sep 16  2:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2359
# Metod Kozelj reports that the legal date of
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2360
# transition to EU rules was 1982-11-27, for all of Yugoslavia at the time.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2361
# Shanks & Pottenger don't give as much detail, so go with Kozelj.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2362
			1:00	-	CET	1982 Nov 27
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2363
			1:00	EU	CE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2364
Link Europe/Belgrade Europe/Ljubljana	# Slovenia
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2365
Link Europe/Belgrade Europe/Podgorica	# Montenegro
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2366
Link Europe/Belgrade Europe/Sarajevo	# Bosnia and Herzegovina
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2367
Link Europe/Belgrade Europe/Skopje	# Macedonia
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2368
Link Europe/Belgrade Europe/Zagreb	# Croatia
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2369
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2370
# Slovakia
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2371
Link Europe/Prague Europe/Bratislava
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2372
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2373
# Slovenia
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2374
# see Serbia
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2375
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2376
# Spain
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2377
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2378
# For 1917-1919 Whitman gives Apr Sat>=1 - Oct Sat>=1;
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2379
# go with Shanks & Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2380
Rule	Spain	1917	only	-	May	 5	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2381
Rule	Spain	1917	1919	-	Oct	 6	23:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2382
Rule	Spain	1918	only	-	Apr	15	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2383
Rule	Spain	1919	only	-	Apr	 5	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2384
# Whitman gives 1921 Feb 28 - Oct 14; go with Shanks & Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2385
Rule	Spain	1924	only	-	Apr	16	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2386
# Whitman gives 1924 Oct 14; go with Shanks & Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2387
Rule	Spain	1924	only	-	Oct	 4	23:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2388
Rule	Spain	1926	only	-	Apr	17	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2389
# Whitman says no DST in 1929; go with Shanks & Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2390
Rule	Spain	1926	1929	-	Oct	Sat>=1	23:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2391
Rule	Spain	1927	only	-	Apr	 9	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2392
Rule	Spain	1928	only	-	Apr	14	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2393
Rule	Spain	1929	only	-	Apr	20	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2394
# Whitman gives 1937 Jun 16, 1938 Apr 16, 1940 Apr 13;
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2395
# go with Shanks & Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2396
Rule	Spain	1937	only	-	May	22	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2397
Rule	Spain	1937	1939	-	Oct	Sat>=1	23:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2398
Rule	Spain	1938	only	-	Mar	22	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2399
Rule	Spain	1939	only	-	Apr	15	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2400
Rule	Spain	1940	only	-	Mar	16	23:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2401
# Whitman says no DST 1942-1945; go with Shanks & Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2402
Rule	Spain	1942	only	-	May	 2	22:00s	2:00	M # Midsummer
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2403
Rule	Spain	1942	only	-	Sep	 1	22:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2404
Rule	Spain	1943	1946	-	Apr	Sat>=13	22:00s	2:00	M
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2405
Rule	Spain	1943	only	-	Oct	 3	22:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2406
Rule	Spain	1944	only	-	Oct	10	22:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2407
Rule	Spain	1945	only	-	Sep	30	 1:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2408
Rule	Spain	1946	only	-	Sep	30	 0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2409
Rule	Spain	1949	only	-	Apr	30	23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2410
Rule	Spain	1949	only	-	Sep	30	 1:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2411
Rule	Spain	1974	1975	-	Apr	Sat>=13	23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2412
Rule	Spain	1974	1975	-	Oct	Sun>=1	 1:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2413
Rule	Spain	1976	only	-	Mar	27	23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2414
Rule	Spain	1976	1977	-	Sep	lastSun	 1:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2415
Rule	Spain	1977	1978	-	Apr	 2	23:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2416
Rule	Spain	1978	only	-	Oct	 1	 1:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2417
# The following rules are copied from Morocco from 1967 through 1978.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2418
Rule SpainAfrica 1967	only	-	Jun	 3	12:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2419
Rule SpainAfrica 1967	only	-	Oct	 1	 0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2420
Rule SpainAfrica 1974	only	-	Jun	24	 0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2421
Rule SpainAfrica 1974	only	-	Sep	 1	 0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2422
Rule SpainAfrica 1976	1977	-	May	 1	 0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2423
Rule SpainAfrica 1976	only	-	Aug	 1	 0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2424
Rule SpainAfrica 1977	only	-	Sep	28	 0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2425
Rule SpainAfrica 1978	only	-	Jun	 1	 0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2426
Rule SpainAfrica 1978	only	-	Aug	 4	 0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2427
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2428
Zone	Europe/Madrid	-0:14:44 -	LMT	1901 Jan  1  0:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2429
			 0:00	Spain	WE%sT	1946 Sep 30
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2430
			 1:00	Spain	CE%sT	1979
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2431
			 1:00	EU	CE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2432
Zone	Africa/Ceuta	-0:21:16 -	LMT	1901
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2433
			 0:00	-	WET	1918 May  6 23:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2434
			 0:00	1:00	WEST	1918 Oct  7 23:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2435
			 0:00	-	WET	1924
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2436
			 0:00	Spain	WE%sT	1929
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2437
			 0:00 SpainAfrica WE%sT 1984 Mar 16
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2438
			 1:00	-	CET	1986
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2439
			 1:00	EU	CE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2440
Zone	Atlantic/Canary	-1:01:36 -	LMT	1922 Mar # Las Palmas de Gran C.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2441
			-1:00	-	CANT	1946 Sep 30 1:00 # Canaries Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2442
			 0:00	-	WET	1980 Apr  6 0:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2443
			 0:00	1:00	WEST	1980 Sep 28 0:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2444
			 0:00	EU	WE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2445
# IATA SSIM (1996-09) says the Canaries switch at 2:00u, not 1:00u.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2446
# Ignore this for now, as the Canaries are part of the EU.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2447
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2448
# Sweden
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2449
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2450
# From Ivan Nilsson (2001-04-13), superseding Shanks & Pottenger:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2451
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2452
# The law "Svensk forfattningssamling 1878, no 14" about standard time in 1879:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2453
# From the beginning of 1879 (that is 01-01 00:00) the time for all
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2454
# places in the country is "the mean solar time for the meridian at
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2455
# three degrees, or twelve minutes of time, to the west of the
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2456
# meridian of the Observatory of Stockholm".  The law is dated 1878-05-31.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2457
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2458
# The observatory at that time had the meridian 18 degrees 03' 30"
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2459
# eastern longitude = 01:12:14 in time.  Less 12 minutes gives the
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2460
# national standard time as 01:00:14 ahead of GMT....
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2461
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2462
# About the beginning of CET in Sweden. The lawtext ("Svensk
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2463
# forfattningssamling 1899, no 44") states, that "from the beginning
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2464
# of 1900... ... the same as the mean solar time for the meridian at
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2465
# the distance of one hour of time from the meridian of the English
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2466
# observatory at Greenwich, or at 12 minutes 14 seconds to the west
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2467
# from the meridian of the Observatory of Stockholm". The law is dated
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2468
# 1899-06-16.  In short: At 1900-01-01 00:00:00 the new standard time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2469
# in Sweden is 01:00:00 ahead of GMT.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2470
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2471
# 1916: The lawtext ("Svensk forfattningssamling 1916, no 124") states
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2472
# that "1916-05-15 is considered to begin one hour earlier". It is
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2473
# pretty obvious that at 05-14 23:00 the clocks are set to 05-15 00:00....
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2474
# Further the law says, that "1916-09-30 is considered to end one hour later".
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2475
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2476
# The laws regulating [DST] are available on the site of the Swedish
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2477
# Parliament beginning with 1985 - the laws regulating 1980/1984 are
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2478
# not available on the site (to my knowledge they are only available
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2479
# in Swedish): <http://www.riksdagen.se/english/work/sfst.asp> (type
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2480
# "sommartid" without the quotes in the field "Fritext" and then click
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2481
# the Sok-button).
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2482
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2483
# (2001-05-13):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2484
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2485
# I have now found a newspaper stating that at 1916-10-01 01:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2486
# summertime the church-clocks etc were set back one hour to show
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2487
# 1916-10-01 00:00 standard time.  The article also reports that some
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2488
# people thought the switch to standard time would take place already
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2489
# at 1916-10-01 00:00 summer time, but they had to wait for another
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2490
# hour before the event took place.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2491
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2492
# Source: The newspaper "Dagens Nyheter", 1916-10-01, page 7 upper left.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2493
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2494
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2495
Zone Europe/Stockholm	1:12:12 -	LMT	1879 Jan  1
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2496
			1:00:14	-	SET	1900 Jan  1	# Swedish Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2497
			1:00	-	CET	1916 May 14 23:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2498
			1:00	1:00	CEST	1916 Oct  1 01:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2499
			1:00	-	CET	1980
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2500
			1:00	EU	CE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2501
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2502
# Switzerland
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2503
# From Howse:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2504
# By the end of the 18th century clocks and watches became commonplace
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2505
# and their performance improved enormously.  Communities began to keep
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2506
# mean time in preference to apparent time -- Geneva from 1780 ....
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2507
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2508
# From Whitman (who writes ``Midnight?''):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2509
# Rule	Swiss	1940	only	-	Nov	 2	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2510
# Rule	Swiss	1940	only	-	Dec	31	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2511
# From Shanks & Pottenger:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2512
# Rule	Swiss	1941	1942	-	May	Sun>=1	2:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2513
# Rule	Swiss	1941	1942	-	Oct	Sun>=1	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2514
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2515
# From Alois Treindl (2008-12-17):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2516
# I have researched the DST usage in Switzerland during the 1940ies.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2517
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2518
# As I wrote in an earlier message, I suspected the current tzdata values
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2519
# to be wrong. This is now verified.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2520
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2521
# I have found copies of the original ruling by the Swiss Federal
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2522
# government, in 'Eidgen[o]ssische Gesetzessammlung 1941 and 1942' (Swiss
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2523
# federal law collection)...
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2524
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2525
# DST began on Monday 5 May 1941, 1:00 am by shifting the clocks to 2:00 am
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2526
# DST ended on Monday 6 Oct 1941, 2:00 am by shifting the clocks to 1:00 am.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2527
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2528
# DST began on Monday, 4 May 1942 at 01:00 am
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2529
# DST ended on Monday, 5 Oct 1942 at 02:00 am
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2530
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2531
# There was no DST in 1940, I have checked the law collection carefully.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2532
# It is also indicated by the fact that the 1942 entry in the law
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2533
# collection points back to 1941 as a reference, but no reference to any
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2534
# other years are made.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2535
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2536
# Newspaper articles I have read in the archives on 6 May 1941 reported
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2537
# about the introduction of DST (Sommerzeit in German) during the previous
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2538
# night as an absolute novelty, because this was the first time that such
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2539
# a thing had happened in Switzerland.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2540
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2541
# I have also checked 1916, because one book source (Gabriel, Traite de
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2542
# l'heure dans le monde) claims that Switzerland had DST in 1916. This is
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2543
# false, no official document could be found. Probably Gabriel got misled
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2544
# by references to Germany, which introduced DST in 1916 for the first time.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2545
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2546
# The tzdata rules for Switzerland must be changed to:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2547
# Rule  Swiss   1941    1942    -       May     Mon>=1  1:00    1:00    S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2548
# Rule  Swiss   1941    1942    -       Oct     Mon>=1  2:00    0       -
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2549
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2550
# The 1940 rules must be deleted.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2551
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2552
# One further detail for Switzerland, which is probably out of scope for
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2553
# most users of tzdata:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2554
# The zone file
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2555
# Zone    Europe/Zurich   0:34:08 -       LMT     1848 Sep 12
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2556
#                          0:29:44 -       BMT     1894 Jun #Bern Mean Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2557
#                          1:00    Swiss   CE%sT   1981
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2558
#                          1:00    EU      CE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2559
# describes all of Switzerland correctly, with the exception of
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2560
# the Cantone Geneve (Geneva, Genf). Between 1848 and 1894 Geneve did not
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2561
# follow Bern Mean Time but kept its own local mean time.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2562
# To represent this, an extra zone would be needed.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2563
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2564
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2565
Rule	Swiss	1941	1942	-	May	Mon>=1	1:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2566
Rule	Swiss	1941	1942	-	Oct	Mon>=1	2:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2567
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2568
Zone	Europe/Zurich	0:34:08 -	LMT	1848 Sep 12
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2569
			0:29:44	-	BMT	1894 Jun # Bern Mean Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2570
			1:00	Swiss	CE%sT	1981
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2571
			1:00	EU	CE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2572
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2573
# Turkey
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2574
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2575
# From Amar Devegowda (2007-01-03):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2576
# The time zone rules for Istanbul, Turkey have not been changed for years now.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2577
# ... The latest rules are available at -
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2578
# http://www.timeanddate.com/worldclock/timezone.html?n=107
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2579
# From Steffen Thorsen (2007-01-03):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2580
# I have been able to find press records back to 1996 which all say that
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2581
# DST started 01:00 local time and end at 02:00 local time.  I am not sure
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2582
# what happened before that.  One example for each year from 1996 to 2001:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2583
# http://newspot.byegm.gov.tr/arsiv/1996/21/N4.htm
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2584
# http://www.byegm.gov.tr/YAYINLARIMIZ/CHR/ING97/03/97X03X25.TXT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2585
# http://www.byegm.gov.tr/YAYINLARIMIZ/CHR/ING98/03/98X03X02.HTM
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2586
# http://www.byegm.gov.tr/YAYINLARIMIZ/CHR/ING99/10/99X10X26.HTM#%2016
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2587
# http://www.byegm.gov.tr/YAYINLARIMIZ/CHR/ING2000/03/00X03X06.HTM#%2021
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2588
# http://www.byegm.gov.tr/YAYINLARIMIZ/CHR/ING2001/03/23x03x01.HTM#%2027
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2589
# From Paul Eggert (2007-01-03):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2590
# Prefer the above source to Shanks & Pottenger for time stamps after 1990.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2591
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2592
# From Steffen Thorsen (2007-03-09):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2593
# Starting 2007 though, it seems that they are adopting EU's 1:00 UTC
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2594
# start/end time, according to the following page (2007-03-07):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2595
# http://www.ntvmsnbc.com/news/402029.asp
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2596
# The official document is located here - it is in Turkish...:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2597
# http://rega.basbakanlik.gov.tr/eskiler/2007/03/20070307-7.htm
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2598
# I was able to locate the following seemingly official document
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2599
# (on a non-government server though) describing dates between 2002 and 2006:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2600
# http://www.alomaliye.com/bkk_2002_3769.htm
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2601
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2602
# From G&ouml;kdeniz Karada&#x011f; (2011-03-10):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2603
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2604
# According to the articles linked below, Turkey will change into summer
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2605
# time zone (GMT+3) on March 28, 2011 at 3:00 a.m. instead of March 27.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2606
# This change is due to a nationwide exam on 27th.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2607
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2608
# <a href="http://www.worldbulletin.net/?aType=haber&ArticleID=70872">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2609
# http://www.worldbulletin.net/?aType=haber&ArticleID=70872
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2610
# </a>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2611
# Turkish:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2612
# <a href="http://www.hurriyet.com.tr/ekonomi/17230464.asp?gid=373">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2613
# http://www.hurriyet.com.tr/ekonomi/17230464.asp?gid=373
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2614
# </a>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2615
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2616
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2617
Rule	Turkey	1916	only	-	May	 1	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2618
Rule	Turkey	1916	only	-	Oct	 1	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2619
Rule	Turkey	1920	only	-	Mar	28	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2620
Rule	Turkey	1920	only	-	Oct	25	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2621
Rule	Turkey	1921	only	-	Apr	 3	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2622
Rule	Turkey	1921	only	-	Oct	 3	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2623
Rule	Turkey	1922	only	-	Mar	26	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2624
Rule	Turkey	1922	only	-	Oct	 8	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2625
# Whitman gives 1923 Apr 28 - Sep 16 and no DST in 1924-1925;
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2626
# go with Shanks & Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2627
Rule	Turkey	1924	only	-	May	13	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2628
Rule	Turkey	1924	1925	-	Oct	 1	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2629
Rule	Turkey	1925	only	-	May	 1	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2630
Rule	Turkey	1940	only	-	Jun	30	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2631
Rule	Turkey	1940	only	-	Oct	 5	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2632
Rule	Turkey	1940	only	-	Dec	 1	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2633
Rule	Turkey	1941	only	-	Sep	21	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2634
Rule	Turkey	1942	only	-	Apr	 1	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2635
# Whitman omits the next two transition and gives 1945 Oct 1;
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2636
# go with Shanks & Pottenger.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2637
Rule	Turkey	1942	only	-	Nov	 1	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2638
Rule	Turkey	1945	only	-	Apr	 2	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2639
Rule	Turkey	1945	only	-	Oct	 8	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2640
Rule	Turkey	1946	only	-	Jun	 1	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2641
Rule	Turkey	1946	only	-	Oct	 1	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2642
Rule	Turkey	1947	1948	-	Apr	Sun>=16	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2643
Rule	Turkey	1947	1950	-	Oct	Sun>=2	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2644
Rule	Turkey	1949	only	-	Apr	10	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2645
Rule	Turkey	1950	only	-	Apr	19	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2646
Rule	Turkey	1951	only	-	Apr	22	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2647
Rule	Turkey	1951	only	-	Oct	 8	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2648
Rule	Turkey	1962	only	-	Jul	15	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2649
Rule	Turkey	1962	only	-	Oct	 8	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2650
Rule	Turkey	1964	only	-	May	15	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2651
Rule	Turkey	1964	only	-	Oct	 1	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2652
Rule	Turkey	1970	1972	-	May	Sun>=2	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2653
Rule	Turkey	1970	1972	-	Oct	Sun>=2	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2654
Rule	Turkey	1973	only	-	Jun	 3	1:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2655
Rule	Turkey	1973	only	-	Nov	 4	3:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2656
Rule	Turkey	1974	only	-	Mar	31	2:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2657
Rule	Turkey	1974	only	-	Nov	 3	5:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2658
Rule	Turkey	1975	only	-	Mar	30	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2659
Rule	Turkey	1975	1976	-	Oct	lastSun	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2660
Rule	Turkey	1976	only	-	Jun	 1	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2661
Rule	Turkey	1977	1978	-	Apr	Sun>=1	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2662
Rule	Turkey	1977	only	-	Oct	16	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2663
Rule	Turkey	1979	1980	-	Apr	Sun>=1	3:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2664
Rule	Turkey	1979	1982	-	Oct	Mon>=11	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2665
Rule	Turkey	1981	1982	-	Mar	lastSun	3:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2666
Rule	Turkey	1983	only	-	Jul	31	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2667
Rule	Turkey	1983	only	-	Oct	 2	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2668
Rule	Turkey	1985	only	-	Apr	20	0:00	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2669
Rule	Turkey	1985	only	-	Sep	28	0:00	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2670
Rule	Turkey	1986	1990	-	Mar	lastSun	2:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2671
Rule	Turkey	1986	1990	-	Sep	lastSun	2:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2672
Rule	Turkey	1991	2006	-	Mar	lastSun	1:00s	1:00	S
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2673
Rule	Turkey	1991	1995	-	Sep	lastSun	1:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2674
Rule	Turkey	1996	2006	-	Oct	lastSun	1:00s	0	-
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2675
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2676
Zone	Europe/Istanbul	1:55:52 -	LMT	1880
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2677
			1:56:56	-	IMT	1910 Oct # Istanbul Mean Time?
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2678
			2:00	Turkey	EE%sT	1978 Oct 15
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2679
			3:00	Turkey	TR%sT	1985 Apr 20 # Turkey Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2680
			2:00	Turkey	EE%sT	2007
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2681
			2:00	EU	EE%sT	2011 Mar 27 1:00u
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2682
			2:00	-	EET	2011 Mar 28 1:00u
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2683
			2:00	EU	EE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2684
Link	Europe/Istanbul	Asia/Istanbul	# Istanbul is in both continents.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2685
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2686
# Ukraine
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2687
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2688
# From Igor Karpov, who works for the Ukranian Ministry of Justice,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2689
# via Garrett Wollman (2003-01-27):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2690
# BTW, I've found the official document on this matter. It's goverment
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2691
# regulations number 509, May 13, 1996. In my poor translation it says:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2692
# "Time in Ukraine is set to second timezone (Kiev time). Each last Sunday
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2693
# of March at 3am the time is changing to 4am and each last Sunday of
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2694
# October the time at 4am is changing to 3am"
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2695
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2696
# From Alexander Krivenyshev (2011-09-20):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2697
# On September 20, 2011 the deputies of the Verkhovna Rada agreed to
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2698
# abolish the transfer clock to winter time.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2699
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2700
# Bill number 8330 of MP from the Party of Regions Oleg Nadoshi got
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2701
# approval from 266 deputies.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2702
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2703
# Ukraine abolishes transter back to the winter time (in Russian)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2704
# <a href="http://news.mail.ru/politics/6861560/">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2705
# http://news.mail.ru/politics/6861560/
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2706
# </a>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2707
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2708
# The Ukrainians will no longer change the clock (in Russian)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2709
# <a href="http://www.segodnya.ua/news/14290482.html">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2710
# http://www.segodnya.ua/news/14290482.html
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2711
# </a>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2712
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2713
# Deputies cancelled the winter time (in Russian)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2714
# <a href="http://www.pravda.com.ua/rus/news/2011/09/20/6600616/">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2715
# http://www.pravda.com.ua/rus/news/2011/09/20/6600616/
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2716
# </a>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2717
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2718
# From Philip Pizzey (2011-10-18):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2719
# Today my Ukrainian colleagues have informed me that the
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2720
# Ukrainian parliament have decided that they will go to winter
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2721
# time this year after all.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2722
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2723
# From Udo Schwedt (2011-10-18):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2724
# As far as I understand, the recent change to the Ukranian time zone
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2725
# (Europe/Kiev) to introduce permanent daylight saving time (similar
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2726
# to Russia) was reverted today:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2727
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2728
# <a href="http://portal.rada.gov.ua/rada/control/en/publish/article/info_left?art_id=287324&cat_id=105995">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2729
# http://portal.rada.gov.ua/rada/control/en/publish/article/info_left?art_id=287324&cat_id=105995
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2730
# </a>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2731
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2732
# Also reported by Alexander Bokovoy (2011-10-18) who also noted:
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2733
# The law documents themselves are at
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2734
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2735
# <a href="http://w1.c1.rada.gov.ua/pls/zweb_n/webproc4_1?id=&pf3511=41484">
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2736
# http://w1.c1.rada.gov.ua/pls/zweb_n/webproc4_1?id=&pf3511=41484
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2737
# </a>
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2738
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2739
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2740
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2741
# Most of Ukraine since 1970 has been like Kiev.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2742
# "Kyiv" is the transliteration of the Ukrainian name, but
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2743
# "Kiev" is more common in English.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2744
Zone Europe/Kiev	2:02:04 -	LMT	1880
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2745
			2:02:04	-	KMT	1924 May  2 # Kiev Mean Time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2746
			2:00	-	EET	1930 Jun 21
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2747
			3:00	-	MSK	1941 Sep 20
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2748
			1:00	C-Eur	CE%sT	1943 Nov  6
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2749
			3:00	Russia	MSK/MSD	1990
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2750
			3:00	-	MSK	1990 Jul  1 2:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2751
			2:00	-	EET	1992
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2752
			2:00	E-Eur	EE%sT	1995
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2753
			2:00	EU	EE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2754
# Ruthenia used CET 1990/1991.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2755
# "Uzhhorod" is the transliteration of the Ukrainian name, but
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2756
# "Uzhgorod" is more common in English.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2757
Zone Europe/Uzhgorod	1:29:12 -	LMT	1890 Oct
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2758
			1:00	-	CET	1940
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2759
			1:00	C-Eur	CE%sT	1944 Oct
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2760
			1:00	1:00	CEST	1944 Oct 26
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2761
			1:00	-	CET	1945 Jun 29
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2762
			3:00	Russia	MSK/MSD	1990
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2763
			3:00	-	MSK	1990 Jul  1 2:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2764
			1:00	-	CET	1991 Mar 31 3:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2765
			2:00	-	EET	1992
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2766
			2:00	E-Eur	EE%sT	1995
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2767
			2:00	EU	EE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2768
# Zaporozh'ye and eastern Lugansk oblasts observed DST 1990/1991.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2769
# "Zaporizhia" is the transliteration of the Ukrainian name, but
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2770
# "Zaporozh'ye" is more common in English.  Use the common English
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2771
# spelling, except omit the apostrophe as it is not allowed in
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2772
# portable Posix file names.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2773
Zone Europe/Zaporozhye	2:20:40 -	LMT	1880
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2774
			2:20	-	CUT	1924 May  2 # Central Ukraine T
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2775
			2:00	-	EET	1930 Jun 21
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2776
			3:00	-	MSK	1941 Aug 25
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2777
			1:00	C-Eur	CE%sT	1943 Oct 25
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2778
			3:00	Russia	MSK/MSD	1991 Mar 31 2:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2779
			2:00	E-Eur	EE%sT	1995
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2780
			2:00	EU	EE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2781
# Central Crimea used Moscow time 1994/1997.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2782
Zone Europe/Simferopol	2:16:24 -	LMT	1880
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2783
			2:16	-	SMT	1924 May  2 # Simferopol Mean T
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2784
			2:00	-	EET	1930 Jun 21
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2785
			3:00	-	MSK	1941 Nov
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2786
			1:00	C-Eur	CE%sT	1944 Apr 13
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2787
			3:00	Russia	MSK/MSD	1990
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2788
			3:00	-	MSK	1990 Jul  1 2:00
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2789
			2:00	-	EET	1992
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2790
# From Paul Eggert (2006-03-22):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2791
# The _Economist_ (1994-05-28, p 45) reports that central Crimea switched
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2792
# from Kiev to Moscow time sometime after the January 1994 elections.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2793
# Shanks (1999) says ``date of change uncertain'', but implies that it happened
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2794
# sometime between the 1994 DST switches.  Shanks & Pottenger simply say
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2795
# 1994-09-25 03:00, but that can't be right.  For now, guess it
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2796
# changed in May.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2797
			2:00	E-Eur	EE%sT	1994 May
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2798
# From IATA SSIM (1994/1997), which also says that Kerch is still like Kiev.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2799
			3:00	E-Eur	MSK/MSD	1996 Mar 31 3:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2800
			3:00	1:00	MSD	1996 Oct 27 3:00s
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2801
# IATA SSIM (1997-09) says Crimea switched to EET/EEST.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2802
# Assume it happened in March by not changing the clocks.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2803
			3:00	Russia	MSK/MSD	1997
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2804
			3:00	-	MSK	1997 Mar lastSun 1:00u
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2805
			2:00	EU	EE%sT
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2806
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2807
###############################################################################
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2808
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2809
# One source shows that Bulgaria, Cyprus, Finland, and Greece observe DST from
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2810
# the last Sunday in March to the last Sunday in September in 1986.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2811
# The source shows Romania changing a day later than everybody else.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2812
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2813
# According to Bernard Sieloff's source, Poland is in the MET time zone but
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2814
# uses the WE DST rules.  The Western USSR uses EET+1 and ME DST rules.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2815
# Bernard Sieloff's source claims Romania switches on the same day, but at
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2816
# 00:00 standard time (i.e., 01:00 DST).  It also claims that Turkey
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2817
# switches on the same day, but switches on at 01:00 standard time
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2818
# and off at 00:00 standard time (i.e., 01:00 DST)
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2819
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2820
# ...
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2821
# Date: Wed, 28 Jan 87 16:56:27 -0100
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2822
# From: Tom Hofmann
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2823
# ...
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2824
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2825
# ...the European time rules are...standardized since 1981, when
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2826
# most European coun[tr]ies started DST.  Before that year, only
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2827
# a few countries (UK, France, Italy) had DST, each according
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2828
# to own national rules.  In 1981, however, DST started on
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2829
# 'Apr firstSun', and not on 'Mar lastSun' as in the following
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2830
# years...
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2831
# But also since 1981 there are some more national exceptions
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2832
# than listed in 'europe': Switzerland, for example, joined DST
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2833
# one year later, Denmark ended DST on 'Oct 1' instead of 'Sep
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2834
# lastSun' in 1981---I don't know how they handle now.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2835
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2836
# Finally, DST ist always from 'Apr 1' to 'Oct 1' in the
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2837
# Soviet Union (as far as I know).
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2838
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2839
# Tom Hofmann, Scientific Computer Center, CIBA-GEIGY AG,
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2840
# 4002 Basle, Switzerland
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2841
# ...
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2842
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2843
# ...
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2844
# Date: Wed, 4 Feb 87 22:35:22 +0100
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2845
# From: Dik T. Winter
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2846
# ...
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2847
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2848
# The information from Tom Hofmann is (as far as I know) not entirely correct.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2849
# After a request from chongo at amdahl I tried to retrieve all information
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2850
# about DST in Europe.  I was able to find all from about 1969.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2851
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2852
# ...standardization on DST in Europe started in about 1977 with switches on
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2853
# first Sunday in April and last Sunday in September...
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2854
# In 1981 UK joined Europe insofar that
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2855
# the starting day for both shifted to last Sunday in March.  And from 1982
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2856
# the whole of Europe used DST, with switch dates April 1 and October 1 in
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2857
# the Sov[i]et Union.  In 1985 the SU reverted to standard Europe[a]n switch
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2858
# dates...
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2859
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2860
# It should also be remembered that time-zones are not constants; e.g.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2861
# Portugal switched in 1976 from MET (or CET) to WET with DST...
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2862
# Note also that though there were rules for switch dates not
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2863
# all countries abided to these dates, and many individual deviations
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2864
# occurred, though not since 1982 I believe.  Another note: it is always
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2865
# assumed that DST is 1 hour ahead of normal time, this need not be the
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2866
# case; at least in the Netherlands there have been times when DST was 2 hours
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2867
# in advance of normal time.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2868
#
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2869
# ...
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2870
# dik t. winter, cwi, amsterdam, nederland
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2871
# ...
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2872
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2873
# From Bob Devine (1988-01-28):
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2874
# ...
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2875
# Greece: Last Sunday in April to last Sunday in September (iffy on dates).
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2876
# Since 1978.  Change at midnight.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2877
# ...
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2878
# Monaco: has same DST as France.
55b829ca2334 8007392: JSR 310: DateTime API Updates
sherman
parents:
diff changeset
  2879
# ...