make/data/tzdata/europe
author rpatil
Wed, 31 Jan 2018 22:55:12 -0800
changeset 48716 55272cc70514
parent 47724 6b374b7fdc3d
child 49550 dce997f9a93e
permissions -rw-r--r--
8195837: (tz) Upgrade time-zone data to tzdata2018c Reviewed-by: coffeys, naoto
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
     3
#
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
# This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
# under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5137
diff changeset
     6
# published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
# particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5137
diff changeset
     8
# by Oracle in the LICENSE file that accompanied this code.
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
     9
#
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
# This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
# version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
# accompanied this code).
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
    15
#
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
# You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
# 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
    19
#
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5137
diff changeset
    20
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5137
diff changeset
    21
# or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5137
diff changeset
    22
# questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
#
3739
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 1850
diff changeset
    24
# This file is in the public domain, so clarified as of
0825ce592b81 6872467: (tz) Support tzdata2009l
peytoia
parents: 1850
diff changeset
    25
# 2009-05-17 by Arthur David Olson.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    27
# This file is by no means authoritative; if you think you know better,
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
# go ahead and edit the file (and please send any changes to
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    29
# tz@iana.org for general use in the future).  For more, please see
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    30
# the file CONTRIBUTING in the tz distribution.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
44118
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
    32
# From Paul Eggert (2017-02-10):
27727
ac74c0c65910 8064560: (tz) Support tzdata2014j
aefimov
parents: 27294
diff changeset
    33
#
ac74c0c65910 8064560: (tz) Support tzdata2014j
aefimov
parents: 27294
diff changeset
    34
# Unless otherwise specified, the source for data through 1990 is:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
# Thomas G. Shanks and Rique Pottenger, The International Atlas (6th edition),
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
# San Diego: ACS Publications, Inc. (2003).
27727
ac74c0c65910 8064560: (tz) Support tzdata2014j
aefimov
parents: 27294
diff changeset
    37
# Unfortunately this book contains many errors and cites no sources.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
#
44118
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
    39
# Many years ago Gwillim Law wrote that a good source
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
    40
# for time zone data was the International Air Transport
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
# Association's Standard Schedules Information Manual (IATA SSIM),
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
# published semiannually.  Law sent in several helpful summaries
27727
ac74c0c65910 8064560: (tz) Support tzdata2014j
aefimov
parents: 27294
diff changeset
    43
# of the IATA's data after 1990.  Except where otherwise noted,
ac74c0c65910 8064560: (tz) Support tzdata2014j
aefimov
parents: 27294
diff changeset
    44
# IATA SSIM is the source for entries after 1990.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    46
# A reliable and entertaining source about time zones is
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    47
# Derek Howse, Greenwich time and longitude, Philip Wilson Publishers (1997).
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    48
#
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
# Except where otherwise noted, Shanks & Pottenger is the source for
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
# entries through 1991, and IATA SSIM is the source for entries afterwards.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
# Other sources occasionally used include:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
#	Edward W. Whitman, World Time Differences,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
#	Whitman Publishing Co, 2 Niagara Av, Ealing, London (undated),
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
#	which I found in the UCLA library.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
#	William Willett, The Waste of Daylight, 19th edition
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    59
#	<http://cs.ucla.edu/~eggert/The-Waste-of-Daylight-19th.pdf>
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    60
#	[PDF] (1914-03)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
#
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
    62
#	Milne J. Civil time. Geogr J. 1899 Feb;13(2):173-94
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
    63
#	<https://www.jstor.org/stable/1774359>.  He writes:
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
    64
#	"It is requested that corrections and additions to these tables
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
    65
#	may be sent to Mr. John Milne, Royal Geographical Society,
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
    66
#	Savile Row, London."  Nowadays please email them to tz@iana.org.
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
    67
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    68
#	Byalokoz EL. New Counting of Time in Russia since July 1, 1919.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    69
#	This Russian-language source was consulted by Vladimir Karpinsky; see
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
    70
#	https://mm.icann.org/pipermail/tz/2014-August/021320.html
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    71
#	The full Russian citation is:
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    72
#	Бялокоз, Евгений Людвигович. Новый счет времени в течении суток
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    73
#	введенный декретом Совета народных комиссаров для всей России с 1-го
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    74
#	июля 1919 г. / Изд. 2-е Междуведомственной комиссии. - Петроград:
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    75
#	Десятая гос. тип., 1919.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    76
#	http://resolver.gpntb.ru/purl?docushare/dsweb/Get/Resource-2011/Byalokoz__E.L.__Novyy__schet__vremeni__v__techenie__sutok__izd__2(1).pdf
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    77
#
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    78
#	Brazil's Divisão Serviço da Hora (DSHO),
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
#	History of Summer Time
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    80
#	<http://pcdsh01.on.br/HISTHV.htm>
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
    81
#	(1998-09-21, in Portuguese)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
#
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
    83
# I invented the abbreviations marked '*' in the following table;
44118
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
    84
# the rest are variants of the "xMT" pattern for a city's mean time,
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
    85
# or are from other sources.  Corrections are welcome!
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
    86
#                   std  dst  2dst
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
    87
#                   LMT             Local Mean Time
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
    88
#       -4:00       AST  ADT        Atlantic
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
    89
#        0:00       GMT  BST  BDST  Greenwich, British Summer
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
    90
#        0:00       GMT  IST        Greenwich, Irish Summer
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
    91
#        0:00       WET  WEST WEMT  Western Europe
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
    92
#        0:19:32.13 AMT* NST*       Amsterdam, Netherlands Summer (1835-1937)
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
    93
#        1:00       BST             British Standard (1968-1971)
48716
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
    94
#        1:00       IST  GMT        Irish Standard (1968-) with winter DST
44118
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
    95
#        1:00       CET  CEST CEMT  Central Europe
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
    96
#        1:00:14    SET             Swedish (1879-1899)
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
    97
#        1:36:34    RMT* LST*       Riga, Latvian Summer (1880-1926)*
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
    98
#        2:00       EET  EEST       Eastern Europe
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
    99
#        3:00       MSK  MSD  MDST* Moscow
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
48716
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   101
# From Peter Ilieve (1994-12-04), re EEC/EC/EU members:
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   102
# The original six: Belgium, France, (West) Germany, Italy,
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
# Luxembourg, the Netherlands.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
# Plus, from 1 Jan 73: Denmark, Ireland, United Kingdom.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
# Plus, from 1 Jan 81: Greece.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
# Plus, from 1 Jan 86: Spain, Portugal.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
# Plus, from 1 Jan 95: Austria, Finland, Sweden. (Norway negotiated terms for
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
# entry but in a referendum on 28 Nov 94 the people voted No by 52.2% to 47.8%
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
# on a turnout of 88.6%. This was almost the same result as Norway's previous
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
# referendum in 1972, they are the only country to have said No twice.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
# Referendums in the other three countries voted Yes.)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
# ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
# Estonia ... uses EU dates but not at 01:00 GMT, they use midnight GMT.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
# I don't think they know yet what they will do from 1996 onwards.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
# ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
# There shouldn't be any [current members who are not using EU rules].
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
# A Directive has the force of law, member states are obliged to enact
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
# national law to implement it. The only contentious issue was the
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
# different end date for the UK and Ireland, and this was always allowed
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
# in the Directive.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
###############################################################################
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
# Britain (United Kingdom) and Ireland (Eire)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
# From Peter Ilieve (1994-07-06):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
# On 17 Jan 1994 the Independent, a UK quality newspaper, had a piece about
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
# historical vistas along the Thames in west London. There was a photo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
# and a sketch map showing some of the sightlines involved. One paragraph
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
# of the text said:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
#
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   134
# 'An old stone obelisk marking a forgotten terrestrial meridian stands
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
# beside the river at Kew. In the 18th century, before time and longitude
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
# was standardised by the Royal Observatory in Greenwich, scholars observed
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
# this stone and the movement of stars from Kew Observatory nearby. They
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
# made their calculations and set the time for the Horse Guards and Parliament,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
# but now the stone is obscured by scrubwood and can only be seen by walking
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
# along the towpath within a few yards of it.'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
# I have a one inch to one mile map of London and my estimate of the stone's
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   143
# position is 51 degrees 28' 30" N, 0 degrees 18' 45" W. The longitude should
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
# be within about +-2". The Ordnance Survey grid reference is TQ172761.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
# [This yields GMTOFF = -0:01:15 for London LMT in the 18th century.]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
# From Paul Eggert (1993-11-18):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
# Howse writes that Britain was the first country to use standard time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
# The railways cared most about the inconsistencies of local mean time,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
# and it was they who forced a uniform time on the country.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
# The original idea was credited to Dr. William Hyde Wollaston (1766-1828)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
# and was popularized by Abraham Follett Osler (1808-1903).
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
# The first railway to adopt London time was the Great Western Railway
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
# in November 1840; other railways followed suit, and by 1847 most
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
# (though not all) railways used London time.  On 1847-09-22 the
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
# Railway Clearing House, an industry standards body, recommended that GMT be
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
# adopted at all stations as soon as the General Post Office permitted it.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
# The transition occurred on 12-01 for the L&NW, the Caledonian,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
# and presumably other railways; the January 1848 Bradshaw's lists many
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
# railways as using GMT.  By 1855 the vast majority of public
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
# clocks in Britain were set to GMT (though some, like the great clock
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
# on Tom Tower at Christ Church, Oxford, were fitted with two minute hands,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
# one for local time and one for GMT).  The last major holdout was the legal
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
# system, which stubbornly stuck to local time for many years, leading
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
# to oddities like polls opening at 08:13 and closing at 16:13.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
# The legal system finally switched to GMT when the Statutes (Definition
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
# of Time) Act took effect; it received the Royal Assent on 1880-08-02.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
# In the tables below, we condense this complicated story into a single
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
# transition date for London, namely 1847-12-01.  We don't know as much
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
# about Dublin, so we use 1880-08-02, the legal transition time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   175
# From Paul Eggert (2014-07-19):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   176
# The ancients had no need for daylight saving, as they kept time
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   177
# informally or via hours whose length depended on the time of year.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   178
# Daylight saving time in its modern sense was invented by the
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   179
# New Zealand entomologist George Vernon Hudson (1867-1946),
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   180
# whose day job as a postal clerk led him to value
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   181
# after-hours daylight in which to pursue his research.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   182
# In 1895 he presented a paper to the Wellington Philosophical Society
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   183
# that proposed a two-hour daylight-saving shift.  See:
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   184
# Hudson GV. On seasonal time-adjustment in countries south of lat. 30 deg.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   185
# Transactions and Proceedings of the New Zealand Institute. 1895;28:734
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   186
# http://rsnz.natlib.govt.nz/volume/rsnz_28/rsnz_28_00_006110.html
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   187
# Although some interest was expressed in New Zealand, his proposal
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   188
# did not find its way into law and eventually it was almost forgotten.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   189
#
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   190
# In England, DST was independently reinvented by William Willett (1857-1915),
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
# a London builder and member of the Royal Astronomical Society
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   192
# who circulated a pamphlet "The Waste of Daylight" (1907)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
# that proposed advancing clocks 20 minutes on each of four Sundays in April,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
# and retarding them by the same amount on four Sundays in September.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
# A bill was drafted in 1909 and introduced in Parliament several times,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
# but it met with ridicule and opposition, especially from farming interests.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
# Later editions of the pamphlet proposed one-hour summer time, and
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
# it was eventually adopted as a wartime measure in 1916.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
# See: Summer Time Arrives Early, The Times (2000-05-18).
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
# A monument to Willett was unveiled on 1927-05-21, in an open space in
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
# a 45-acre wood near Chislehurst, Kent that was purchased by popular
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
# subscription and open to the public.  On the south face of the monolith,
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   203
# designed by G. W. Miller, is the William Willett Memorial Sundial,
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
# which is permanently set to Summer Time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
# From Winston Churchill (1934-04-28):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
# It is one of the paradoxes of history that we should owe the boon of
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
# summer time, which gives every year to the people of this country
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
# between 160 and 170 hours more daylight leisure, to a war which
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
# plunged Europe into darkness for four years, and shook the
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
# foundations of civilization throughout the world.
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   212
#	-- "A Silent Toast to William Willett", Pictorial Weekly;
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   213
#	republished in Finest Hour (Spring 2002) 1(114):26
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
   214
#	https://www.winstonchurchill.org/publications/finest-hour/finest-hour-114/a-silent-toast-to-william-willett-by-winston-s-churchill
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
32215
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
   216
# From Paul Eggert (2015-08-08):
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   217
# The OED Supplement says that the English originally said "Daylight Saving"
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
# when they were debating the adoption of DST in 1908; but by 1916 this
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
# term appears only in quotes taken from DST's opponents, whereas the
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   220
# proponents (who eventually won the argument) are quoted as using "Summer".
32215
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
   221
# The term "Summer Time" was introduced by Herbert Samuel, Home Secretary; see:
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
   222
# Viscount Samuel. Leisure in a Democracy. Cambridge University Press
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
   223
# ISBN 978-1-107-49471-8 (1949, reissued 2015), p 8.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
# From Arthur David Olson (1989-01-19):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
# A source at the British Information Office in New York avers that it's
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
# known as "British" Summer Time in all parts of the United Kingdom.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
# Date: 4 Jan 89 08:57:25 GMT (Wed)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
# From: Jonathan Leffler
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
# [British Summer Time] is fixed annually by Act of Parliament.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
# If you can predict what Parliament will do, you should be in
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
# politics making a fortune, not computing.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
90ce3da70b43 Initial load
duke
parents:
diff changeset
   235
# From Chris Carrier (1996-06-14):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   236
# I remember reading in various wartime issues of the London Times the
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
# acronym BDST for British Double Summer Time.  Look for the published
90ce3da70b43 Initial load
duke
parents:
diff changeset
   238
# time of sunrise and sunset in The Times, when BDST was in effect, and
90ce3da70b43 Initial load
duke
parents:
diff changeset
   239
# if you find a zone reference it will say, "All times B.D.S.T."
90ce3da70b43 Initial load
duke
parents:
diff changeset
   240
90ce3da70b43 Initial load
duke
parents:
diff changeset
   241
# From Joseph S. Myers (1999-09-02):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   242
# ... some military cables (WO 219/4100 - this is a copy from the
90ce3da70b43 Initial load
duke
parents:
diff changeset
   243
# main SHAEF archives held in the US National Archives, SHAEF/5252/8/516)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   244
# agree that the usage is BDST (this appears in a message dated 17 Feb 1945).
90ce3da70b43 Initial load
duke
parents:
diff changeset
   245
90ce3da70b43 Initial load
duke
parents:
diff changeset
   246
# From Joseph S. Myers (2000-10-03):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   247
# On 18th April 1941, Sir Stephen Tallents of the BBC wrote to Sir
90ce3da70b43 Initial load
duke
parents:
diff changeset
   248
# Alexander Maxwell of the Home Office asking whether there was any
90ce3da70b43 Initial load
duke
parents:
diff changeset
   249
# official designation; the reply of the 21st was that there wasn't
90ce3da70b43 Initial load
duke
parents:
diff changeset
   250
# but he couldn't think of anything better than the "Double British
90ce3da70b43 Initial load
duke
parents:
diff changeset
   251
# Summer Time" that the BBC had been using informally.
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
   252
# https://www.polyomino.org.uk/british-time/bbc-19410418.png
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
   253
# https://www.polyomino.org.uk/british-time/ho-19410421.png
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   254
90ce3da70b43 Initial load
duke
parents:
diff changeset
   255
# From Sir Alexander Maxwell in the above-mentioned letter (1941-04-21):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   256
# [N]o official designation has as far as I know been adopted for the time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   257
# which is to be introduced in May....
90ce3da70b43 Initial load
duke
parents:
diff changeset
   258
# I cannot think of anything better than "Double British Summer Time"
90ce3da70b43 Initial load
duke
parents:
diff changeset
   259
# which could not be said to run counter to any official description.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   260
90ce3da70b43 Initial load
duke
parents:
diff changeset
   261
# From Paul Eggert (2000-10-02):
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   262
# Howse writes (p 157) 'DBST' too, but 'BDST' seems to have been common
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   263
# and follows the more usual convention of putting the location name first,
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   264
# so we use 'BDST'.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   265
90ce3da70b43 Initial load
duke
parents:
diff changeset
   266
# Peter Ilieve (1998-04-19) described at length
90ce3da70b43 Initial load
duke
parents:
diff changeset
   267
# the history of summer time legislation in the United Kingdom.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   268
# Since 1998 Joseph S. Myers has been updating
90ce3da70b43 Initial load
duke
parents:
diff changeset
   269
# and extending this list, which can be found in
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
   270
# https://www.polyomino.org.uk/british-time/
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   271
90ce3da70b43 Initial load
duke
parents:
diff changeset
   272
# From Joseph S. Myers (1998-01-06):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   273
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   274
# The legal time in the UK outside of summer time is definitely GMT, not UTC;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   275
# see Lord Tanlaw's speech
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
   276
# https://www.publications.parliament.uk/pa/ld199798/ldhansrd/vo970611/text/70611-10.htm#70611-10_head0
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   277
# (Lords Hansard 11 June 1997 columns 964 to 976).
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   278
90ce3da70b43 Initial load
duke
parents:
diff changeset
   279
# From Paul Eggert (2006-03-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   280
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   281
# For lack of other data, follow Shanks & Pottenger for Eire in 1940-1948.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   282
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   283
# Given Ilieve and Myers's data, the following claims by Shanks & Pottenger
90ce3da70b43 Initial load
duke
parents:
diff changeset
   284
# are incorrect:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   285
#     * Wales did not switch from GMT to daylight saving time until
90ce3da70b43 Initial load
duke
parents:
diff changeset
   286
#	1921 Apr 3, when they began to conform with the rest of Great Britain.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   287
# Actually, Wales was identical after 1880.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   288
#     * Eire had two transitions on 1916 Oct 1.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   289
# It actually just had one transition.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   290
#     * Northern Ireland used single daylight saving time throughout WW II.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   291
# Actually, it conformed to Britain.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   292
#     * GB-Eire changed standard time to 1 hour ahead of GMT on 1968-02-18.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   293
# Actually, that date saw the usual switch to summer time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   294
# Standard time was not changed until 1968-10-27 (the clocks didn't change).
90ce3da70b43 Initial load
duke
parents:
diff changeset
   295
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   296
# Here is another incorrect claim by Shanks & Pottenger:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   297
#     * Jersey, Guernsey, and the Isle of Man did not switch from GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   298
#	to daylight saving time until 1921 Apr 3, when they began to
90ce3da70b43 Initial load
duke
parents:
diff changeset
   299
#	conform with Great Britain.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   300
# S.R.&O. 1916, No. 382 and HO 45/10811/312364 (quoted above) say otherwise.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   301
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   302
# The following claim by Shanks & Pottenger is possible though doubtful;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   303
# we'll ignore it for now.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   304
#     * Dublin's 1971-10-31 switch was at 02:00, even though London's was 03:00.
48716
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   305
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   306
# From Paul Eggert (2017-12-04):
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   307
#
48716
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   308
# Dunsink Observatory (8 km NW of Dublin's center) was to Dublin as
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   309
# Greenwich was to London.  For example:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   310
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   311
#   "Timeball on the ballast office is down.  Dunsink time."
90ce3da70b43 Initial load
duke
parents:
diff changeset
   312
#   -- James Joyce, Ulysses
48716
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   313
#
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   314
# The abbreviation DMT stood for "Dublin Mean Time" or "Dunsink Mean Time";
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   315
# this being Ireland, opinions differed.
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   316
#
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   317
# Whitman says Dublin/Dunsink Mean Time was UT-00:25:21, which agrees
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   318
# with measurements of recent visitors to the Meridian Room of Dunsink
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   319
# Observatory; see Malone D. Dunsink and timekeeping. 2016-01-24.
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   320
# <https://www.maths.tcd.ie/~dwmalone/time/dunsink.html>.  Malone
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   321
# writes that the Nautical Almanac listed UT-00:25:22 until 1896, when
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   322
# it moved to UT-00:25:21.1 (I confirmed that the 1893 edition used
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   323
# the former and the 1896 edition used the latter).  Evidently the
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   324
# news of this change propagated slowly, as Milne 1899 still lists
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   325
# UT-00:25:22 and cites the International Telegraph Bureau.  As it is
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   326
# not clear that there was any practical significance to the change
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   327
# from UT-00:25:22 to UT-00:25:21.1 in civil timekeeping, omit this
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   328
# transition for now and just use the latter value, omitting its
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   329
# fraction since our format cannot represent fractions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   330
27727
ac74c0c65910 8064560: (tz) Support tzdata2014j
aefimov
parents: 27294
diff changeset
   331
# "Countess Markievicz ... claimed that the [1916] abolition of Dublin Mean Time
ac74c0c65910 8064560: (tz) Support tzdata2014j
aefimov
parents: 27294
diff changeset
   332
# was among various actions undertaken by the 'English' government that
ac74c0c65910 8064560: (tz) Support tzdata2014j
aefimov
parents: 27294
diff changeset
   333
# would 'put the whole country into the SF (Sinn Féin) camp'.  She claimed
ac74c0c65910 8064560: (tz) Support tzdata2014j
aefimov
parents: 27294
diff changeset
   334
# Irish 'public feeling (was) outraged by forcing of English time on us'."
ac74c0c65910 8064560: (tz) Support tzdata2014j
aefimov
parents: 27294
diff changeset
   335
# -- Parsons M. Dublin lost its time zone - and 25 minutes - after 1916 Rising.
ac74c0c65910 8064560: (tz) Support tzdata2014j
aefimov
parents: 27294
diff changeset
   336
# Irish Times 2014-10-27.
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
   337
# https://www.irishtimes.com/news/politics/dublin-lost-its-time-zone-and-25-minutes-after-1916-rising-1.1977411
27727
ac74c0c65910 8064560: (tz) Support tzdata2014j
aefimov
parents: 27294
diff changeset
   338
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   339
# From Joseph S. Myers (2005-01-26):
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   340
# Irish laws are available online at <http://www.irishstatutebook.ie>.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   341
# These include various relating to legal time, for example:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   342
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   343
# ZZA13Y1923.html ZZA12Y1924.html ZZA8Y1925.html ZZSIV20PG1267.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
   344
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   345
# ZZSI71Y1947.html ZZSI128Y1948.html ZZSI23Y1949.html ZZSI41Y1950.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
   346
# ZZSI27Y1951.html ZZSI73Y1952.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
   347
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   348
# ZZSI11Y1961.html ZZSI232Y1961.html ZZSI182Y1962.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
   349
# ZZSI167Y1963.html ZZSI257Y1964.html ZZSI198Y1967.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
   350
# ZZA23Y1968.html ZZA17Y1971.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
   351
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   352
# ZZSI67Y1981.html ZZSI212Y1982.html ZZSI45Y1986.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
   353
# ZZSI264Y1988.html ZZSI52Y1990.html ZZSI371Y1992.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
   354
# ZZSI395Y1994.html ZZSI484Y1997.html ZZSI506Y2001.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
   355
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   356
# [These are all relative to the root, e.g., the first is
90ce3da70b43 Initial load
duke
parents:
diff changeset
   357
# <http://www.irishstatutebook.ie/ZZA13Y1923.html>.]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   358
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   359
# (These are those I found, but there could be more.  In any case these
90ce3da70b43 Initial load
duke
parents:
diff changeset
   360
# should allow various updates to the comments in the europe file to cover
90ce3da70b43 Initial load
duke
parents:
diff changeset
   361
# the laws applicable in Ireland.)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   362
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   363
# (Note that the time in the Republic of Ireland since 1968 has been defined
90ce3da70b43 Initial load
duke
parents:
diff changeset
   364
# in terms of standard time being GMT+1 with a period of winter time when it
90ce3da70b43 Initial load
duke
parents:
diff changeset
   365
# is GMT, rather than standard time being GMT with a period of summer time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   366
# being GMT+1.)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   367
90ce3da70b43 Initial load
duke
parents:
diff changeset
   368
# From Paul Eggert (1999-03-28):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   369
# Clive Feather (<news:859845706.26043.0@office.demon.net>, 1997-03-31)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   370
# reports that Folkestone (Cheriton) Shuttle Terminal uses Concession Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
   371
# (CT), equivalent to French civil time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   372
# Julian Hill (<news:36118128.5A14@virgin.net>, 1998-09-30) reports that
90ce3da70b43 Initial load
duke
parents:
diff changeset
   373
# trains between Dollands Moor (the freight facility next door)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   374
# and Frethun run in CT.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   375
# My admittedly uninformed guess is that the terminal has two authorities,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   376
# the French concession operators and the British civil authorities,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   377
# and that the time depends on who you're talking to.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   378
# If, say, the British police were called to the station for some reason,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   379
# I would expect the official police report to use GMT/BST and not CET/CEST.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   380
# This is a borderline case, but for now let's stick to GMT/BST.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   381
90ce3da70b43 Initial load
duke
parents:
diff changeset
   382
# From an anonymous contributor (1996-06-02):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   383
# The law governing time in Ireland is under Statutory Instrument SI 395/94,
32215
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
   384
# which gives force to European Union 7th Council Directive No. 94/21/EC.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   385
# Under this directive, the Minister for Justice in Ireland makes appropriate
90ce3da70b43 Initial load
duke
parents:
diff changeset
   386
# regulations. I spoke this morning with the Secretary of the Department of
90ce3da70b43 Initial load
duke
parents:
diff changeset
   387
# Justice (tel +353 1 678 9711) who confirmed to me that the correct name is
90ce3da70b43 Initial load
duke
parents:
diff changeset
   388
# "Irish Summer Time", abbreviated to "IST".
48716
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   389
#
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   390
# From Paul Eggert (2017-12-07):
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   391
# The 1996 anonymous contributor's goal was to determine the correct
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   392
# abbreviation for summer time in Dublin and so the contributor
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   393
# focused on the "IST", not on the "Irish Summer Time".  Though the
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   394
# "IST" was correct, the "Irish Summer Time" appears to have been an
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   395
# error, as Ireland's Standard Time (Amendment) Act, 1971 states that
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   396
# standard time in Ireland remains at UT +01 and is observed in
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   397
# summer, and that Greenwich mean time is observed in winter.  (Thanks
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   398
# to Derick Rethans for pointing out the error.)  That is, when
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   399
# Ireland amended the 1968 act that established UT +01 as Irish
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   400
# Standard Time, it left standard time unchanged and established GMT
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   401
# as a negative daylight saving time in winter.  So, in this database
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   402
# IST stands for Irish Summer Time for timestamps before 1968, and for
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   403
# Irish Standard Time after that.  See:
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   404
# http://www.irishstatutebook.ie/eli/1971/act/17/enacted/en/print
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   405
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
   406
# Michael Deckers (2017-06-01) gave the following URLs for Ireland's
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
   407
# Summer Time Act, 1925 and Summer Time Orders, 1926 and 1947:
48716
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   408
# http://www.irishstatutebook.ie/eli/1925/act/8/enacted/en/print
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   409
# http://www.irishstatutebook.ie/eli/1926/sro/919/made/en/print
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   410
# http://www.irishstatutebook.ie/eli/1947/sro/71/made/en/print
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
   411
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   412
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   413
# Summer Time Act, 1916
90ce3da70b43 Initial load
duke
parents:
diff changeset
   414
Rule	GB-Eire	1916	only	-	May	21	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   415
Rule	GB-Eire	1916	only	-	Oct	 1	2:00s	0	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   416
# S.R.&O. 1917, No. 358
90ce3da70b43 Initial load
duke
parents:
diff changeset
   417
Rule	GB-Eire	1917	only	-	Apr	 8	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   418
Rule	GB-Eire	1917	only	-	Sep	17	2:00s	0	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   419
# S.R.&O. 1918, No. 274
90ce3da70b43 Initial load
duke
parents:
diff changeset
   420
Rule	GB-Eire	1918	only	-	Mar	24	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   421
Rule	GB-Eire	1918	only	-	Sep	30	2:00s	0	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   422
# S.R.&O. 1919, No. 297
90ce3da70b43 Initial load
duke
parents:
diff changeset
   423
Rule	GB-Eire	1919	only	-	Mar	30	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   424
Rule	GB-Eire	1919	only	-	Sep	29	2:00s	0	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   425
# S.R.&O. 1920, No. 458
90ce3da70b43 Initial load
duke
parents:
diff changeset
   426
Rule	GB-Eire	1920	only	-	Mar	28	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   427
# S.R.&O. 1920, No. 1844
90ce3da70b43 Initial load
duke
parents:
diff changeset
   428
Rule	GB-Eire	1920	only	-	Oct	25	2:00s	0	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   429
# S.R.&O. 1921, No. 363
90ce3da70b43 Initial load
duke
parents:
diff changeset
   430
Rule	GB-Eire	1921	only	-	Apr	 3	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   431
Rule	GB-Eire	1921	only	-	Oct	 3	2:00s	0	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   432
# S.R.&O. 1922, No. 264
90ce3da70b43 Initial load
duke
parents:
diff changeset
   433
Rule	GB-Eire	1922	only	-	Mar	26	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   434
Rule	GB-Eire	1922	only	-	Oct	 8	2:00s	0	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   435
# The Summer Time Act, 1922
90ce3da70b43 Initial load
duke
parents:
diff changeset
   436
Rule	GB-Eire	1923	only	-	Apr	Sun>=16	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   437
Rule	GB-Eire	1923	1924	-	Sep	Sun>=16	2:00s	0	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   438
Rule	GB-Eire	1924	only	-	Apr	Sun>=9	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   439
Rule	GB-Eire	1925	1926	-	Apr	Sun>=16	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   440
# The Summer Time Act, 1925
90ce3da70b43 Initial load
duke
parents:
diff changeset
   441
Rule	GB-Eire	1925	1938	-	Oct	Sun>=2	2:00s	0	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   442
Rule	GB-Eire	1927	only	-	Apr	Sun>=9	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   443
Rule	GB-Eire	1928	1929	-	Apr	Sun>=16	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   444
Rule	GB-Eire	1930	only	-	Apr	Sun>=9	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   445
Rule	GB-Eire	1931	1932	-	Apr	Sun>=16	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   446
Rule	GB-Eire	1933	only	-	Apr	Sun>=9	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   447
Rule	GB-Eire	1934	only	-	Apr	Sun>=16	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   448
Rule	GB-Eire	1935	only	-	Apr	Sun>=9	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   449
Rule	GB-Eire	1936	1937	-	Apr	Sun>=16	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   450
Rule	GB-Eire	1938	only	-	Apr	Sun>=9	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   451
Rule	GB-Eire	1939	only	-	Apr	Sun>=16	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   452
# S.R.&O. 1939, No. 1379
90ce3da70b43 Initial load
duke
parents:
diff changeset
   453
Rule	GB-Eire	1939	only	-	Nov	Sun>=16	2:00s	0	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   454
# S.R.&O. 1940, No. 172 and No. 1883
90ce3da70b43 Initial load
duke
parents:
diff changeset
   455
Rule	GB-Eire	1940	only	-	Feb	Sun>=23	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   456
# S.R.&O. 1941, No. 476
90ce3da70b43 Initial load
duke
parents:
diff changeset
   457
Rule	GB-Eire	1941	only	-	May	Sun>=2	1:00s	2:00	BDST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   458
Rule	GB-Eire	1941	1943	-	Aug	Sun>=9	1:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   459
# S.R.&O. 1942, No. 506
90ce3da70b43 Initial load
duke
parents:
diff changeset
   460
Rule	GB-Eire	1942	1944	-	Apr	Sun>=2	1:00s	2:00	BDST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   461
# S.R.&O. 1944, No. 932
90ce3da70b43 Initial load
duke
parents:
diff changeset
   462
Rule	GB-Eire	1944	only	-	Sep	Sun>=16	1:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   463
# S.R.&O. 1945, No. 312
90ce3da70b43 Initial load
duke
parents:
diff changeset
   464
Rule	GB-Eire	1945	only	-	Apr	Mon>=2	1:00s	2:00	BDST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   465
Rule	GB-Eire	1945	only	-	Jul	Sun>=9	1:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   466
# S.R.&O. 1945, No. 1208
90ce3da70b43 Initial load
duke
parents:
diff changeset
   467
Rule	GB-Eire	1945	1946	-	Oct	Sun>=2	2:00s	0	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   468
Rule	GB-Eire	1946	only	-	Apr	Sun>=9	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   469
# The Summer Time Act, 1947
90ce3da70b43 Initial load
duke
parents:
diff changeset
   470
Rule	GB-Eire	1947	only	-	Mar	16	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   471
Rule	GB-Eire	1947	only	-	Apr	13	1:00s	2:00	BDST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   472
Rule	GB-Eire	1947	only	-	Aug	10	1:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   473
Rule	GB-Eire	1947	only	-	Nov	 2	2:00s	0	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   474
# Summer Time Order, 1948 (S.I. 1948/495)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   475
Rule	GB-Eire	1948	only	-	Mar	14	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   476
Rule	GB-Eire	1948	only	-	Oct	31	2:00s	0	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   477
# Summer Time Order, 1949 (S.I. 1949/373)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   478
Rule	GB-Eire	1949	only	-	Apr	 3	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   479
Rule	GB-Eire	1949	only	-	Oct	30	2:00s	0	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   480
# Summer Time Order, 1950 (S.I. 1950/518)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   481
# Summer Time Order, 1951 (S.I. 1951/430)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   482
# Summer Time Order, 1952 (S.I. 1952/451)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   483
Rule	GB-Eire	1950	1952	-	Apr	Sun>=14	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   484
Rule	GB-Eire	1950	1952	-	Oct	Sun>=21	2:00s	0	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   485
# revert to the rules of the Summer Time Act, 1925
90ce3da70b43 Initial load
duke
parents:
diff changeset
   486
Rule	GB-Eire	1953	only	-	Apr	Sun>=16	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   487
Rule	GB-Eire	1953	1960	-	Oct	Sun>=2	2:00s	0	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   488
Rule	GB-Eire	1954	only	-	Apr	Sun>=9	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   489
Rule	GB-Eire	1955	1956	-	Apr	Sun>=16	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   490
Rule	GB-Eire	1957	only	-	Apr	Sun>=9	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   491
Rule	GB-Eire	1958	1959	-	Apr	Sun>=16	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   492
Rule	GB-Eire	1960	only	-	Apr	Sun>=9	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   493
# Summer Time Order, 1961 (S.I. 1961/71)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   494
# Summer Time (1962) Order, 1961 (S.I. 1961/2465)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   495
# Summer Time Order, 1963 (S.I. 1963/81)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   496
Rule	GB-Eire	1961	1963	-	Mar	lastSun	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   497
Rule	GB-Eire	1961	1968	-	Oct	Sun>=23	2:00s	0	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   498
# Summer Time (1964) Order, 1963 (S.I. 1963/2101)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   499
# Summer Time Order, 1964 (S.I. 1964/1201)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   500
# Summer Time Order, 1967 (S.I. 1967/1148)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   501
Rule	GB-Eire	1964	1967	-	Mar	Sun>=19	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   502
# Summer Time Order, 1968 (S.I. 1968/117)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   503
Rule	GB-Eire	1968	only	-	Feb	18	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   504
# The British Standard Time Act, 1968
90ce3da70b43 Initial load
duke
parents:
diff changeset
   505
#	(no summer time)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   506
# The Summer Time Act, 1972
90ce3da70b43 Initial load
duke
parents:
diff changeset
   507
Rule	GB-Eire	1972	1980	-	Mar	Sun>=16	2:00s	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   508
Rule	GB-Eire	1972	1980	-	Oct	Sun>=23	2:00s	0	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   509
# Summer Time Order, 1980 (S.I. 1980/1089)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   510
# Summer Time Order, 1982 (S.I. 1982/1673)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   511
# Summer Time Order, 1986 (S.I. 1986/223)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   512
# Summer Time Order, 1988 (S.I. 1988/931)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   513
Rule	GB-Eire	1981	1995	-	Mar	lastSun	1:00u	1:00	BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   514
Rule	GB-Eire 1981	1989	-	Oct	Sun>=23	1:00u	0	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   515
# Summer Time Order, 1989 (S.I. 1989/985)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   516
# Summer Time Order, 1992 (S.I. 1992/1729)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   517
# Summer Time Order 1994 (S.I. 1994/2798)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   518
Rule	GB-Eire 1990	1995	-	Oct	Sun>=22	1:00u	0	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   519
# Summer Time Order 1997 (S.I. 1997/2982)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   520
# See EU for rules starting in 1996.
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   521
#
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   522
# Use Europe/London for Jersey, Guernsey, and the Isle of Man.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   523
90ce3da70b43 Initial load
duke
parents:
diff changeset
   524
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   525
Zone	Europe/London	-0:01:15 -	LMT	1847 Dec  1  0:00s
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   526
			 0:00	GB-Eire	%s	1968 Oct 27
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   527
			 1:00	-	BST	1971 Oct 31  2:00u
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   528
			 0:00	GB-Eire	%s	1996
90ce3da70b43 Initial load
duke
parents:
diff changeset
   529
			 0:00	EU	GMT/BST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   530
Link	Europe/London	Europe/Jersey
90ce3da70b43 Initial load
duke
parents:
diff changeset
   531
Link	Europe/London	Europe/Guernsey
90ce3da70b43 Initial load
duke
parents:
diff changeset
   532
Link	Europe/London	Europe/Isle_of_Man
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   533
48716
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   534
# From Paul Eggert (2018-01-19):
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   535
# The following is like GB-Eire and EU, except with standard time in
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   536
# summer and negative daylight saving time in winter.
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   537
# Although currently commented out, this will need to become uncommented
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   538
# once the ICU/OpenJDK workaround is removed; see below.
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   539
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   540
#Rule	Eire	1971	only	-	Oct	31	 2:00u	-1:00	GMT
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   541
#Rule	Eire	1972	1980	-	Mar	Sun>=16	 2:00u	0	IST
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   542
#Rule	Eire	1972	1980	-	Oct	Sun>=23	 2:00u	-1:00	GMT
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   543
#Rule	Eire	1981	max	-	Mar	lastSun	 1:00u	0	IST
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   544
#Rule	Eire	1981	1989	-	Oct	Sun>=23	 1:00u	-1:00	GMT
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   545
#Rule	Eire	1990	1995	-	Oct	Sun>=22	 1:00u	-1:00	GMT
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   546
#Rule	Eire	1996	max	-	Oct	lastSun	 1:00u	-1:00	GMT
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   547
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   548
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   549
Zone	Europe/Dublin	-0:25:00 -	LMT	1880 Aug  2
48716
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   550
			-0:25:21 -	DMT	1916 May 21  2:00s
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   551
			-0:25:21 1:00	IST	1916 Oct  1  2:00s
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   552
			 0:00	GB-Eire	%s	1921 Dec  6 # independence
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
   553
			 0:00	GB-Eire	GMT/IST	1940 Feb 25  2:00s
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
   554
			 0:00	1:00	IST	1946 Oct  6  2:00s
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
   555
			 0:00	-	GMT	1947 Mar 16  2:00s
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
   556
			 0:00	1:00	IST	1947 Nov  2  2:00s
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
   557
			 0:00	-	GMT	1948 Apr 18  2:00s
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   558
			 0:00	GB-Eire	GMT/IST	1968 Oct 27
48716
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   559
# From Paul Eggert (2018-01-18):
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   560
# The next line should look like this:
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   561
#			 1:00	Eire	IST/GMT
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   562
# However, in January 2018 we discovered that the Eire rules cause
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   563
# problems with tests for ICU:
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   564
# https://mm.icann.org/pipermail/tz/2018-January/025825.html
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   565
# and with tests for OpenJDK:
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   566
# https://mm.icann.org/pipermail/tz/2018-January/025822.html
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   567
# To work around this problem, use a traditional approximation for
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   568
# time stamps after 1971-10-31 02:00 UTC, to give ICU and OpenJDK
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   569
# developers breathing room to fix bugs.  This approximation has
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   570
# correct UTC offsets, but results in tm_isdst flags are the reverse
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   571
# of what they should be.  This workaround is temporary and should be
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   572
# removed reasonably soon.
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   573
			 1:00	-	IST	1971 Oct 31  2:00u
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   574
			 0:00	GB-Eire	GMT/IST	1996
90ce3da70b43 Initial load
duke
parents:
diff changeset
   575
			 0:00	EU	GMT/IST
48716
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   576
# End of workaround for ICU and OpenJDK bugs.
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   577
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   578
90ce3da70b43 Initial load
duke
parents:
diff changeset
   579
###############################################################################
90ce3da70b43 Initial load
duke
parents:
diff changeset
   580
90ce3da70b43 Initial load
duke
parents:
diff changeset
   581
# Europe
90ce3da70b43 Initial load
duke
parents:
diff changeset
   582
48716
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   583
# The following rules are for the European Union and for its
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   584
# predecessor organization, the European Communities.
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
   585
# For brevity they are called "EU rules" elsewhere in this file.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   586
90ce3da70b43 Initial load
duke
parents:
diff changeset
   587
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   588
Rule	EU	1977	1980	-	Apr	Sun>=1	 1:00u	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   589
Rule	EU	1977	only	-	Sep	lastSun	 1:00u	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   590
Rule	EU	1978	only	-	Oct	 1	 1:00u	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   591
Rule	EU	1979	1995	-	Sep	lastSun	 1:00u	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   592
Rule	EU	1981	max	-	Mar	lastSun	 1:00u	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   593
Rule	EU	1996	max	-	Oct	lastSun	 1:00u	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   594
# The most recent directive covers the years starting in 2002.  See:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   595
# Directive 2000/84/EC of the European Parliament and of the Council
90ce3da70b43 Initial load
duke
parents:
diff changeset
   596
# of 19 January 2001 on summer-time arrangements.
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   597
# http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=CELEX:32000L0084:EN:NOT
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   598
90ce3da70b43 Initial load
duke
parents:
diff changeset
   599
# W-Eur differs from EU only in that W-Eur uses standard time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   600
Rule	W-Eur	1977	1980	-	Apr	Sun>=1	 1:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   601
Rule	W-Eur	1977	only	-	Sep	lastSun	 1:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   602
Rule	W-Eur	1978	only	-	Oct	 1	 1:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   603
Rule	W-Eur	1979	1995	-	Sep	lastSun	 1:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   604
Rule	W-Eur	1981	max	-	Mar	lastSun	 1:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   605
Rule	W-Eur	1996	max	-	Oct	lastSun	 1:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   606
90ce3da70b43 Initial load
duke
parents:
diff changeset
   607
# Older C-Eur rules are for convenience in the tables.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   608
# From 1977 on, C-Eur differs from EU only in that C-Eur uses standard time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   609
Rule	C-Eur	1916	only	-	Apr	30	23:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   610
Rule	C-Eur	1916	only	-	Oct	 1	 1:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   611
Rule	C-Eur	1917	1918	-	Apr	Mon>=15	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   612
Rule	C-Eur	1917	1918	-	Sep	Mon>=15	 2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   613
Rule	C-Eur	1940	only	-	Apr	 1	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   614
Rule	C-Eur	1942	only	-	Nov	 2	 2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   615
Rule	C-Eur	1943	only	-	Mar	29	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   616
Rule	C-Eur	1943	only	-	Oct	 4	 2:00s	0	-
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   617
Rule	C-Eur	1944	1945	-	Apr	Mon>=1	 2:00s	1:00	S
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   618
# Whitman gives 1944 Oct 7; go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   619
Rule	C-Eur	1944	only	-	Oct	 2	 2:00s	0	-
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   620
# From Jesper Nørgaard Welen (2008-07-13):
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   621
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   622
# I found what is probably a typo of 2:00 which should perhaps be 2:00s
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   623
# in the C-Eur rule from tz database version 2008d (this part was
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   624
# corrected in version 2008d). The circumstantial evidence is simply the
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   625
# tz database itself, as seen below:
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   626
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   627
# Zone Europe/Paris 0:09:21 - LMT 1891 Mar 15  0:01
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   628
#    0:00 France WE%sT 1945 Sep 16  3:00
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   629
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   630
# Zone Europe/Monaco 0:29:32 - LMT 1891 Mar 15
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   631
#    0:00 France WE%sT 1945 Sep 16  3:00
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   632
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   633
# Zone Europe/Belgrade 1:22:00 - LMT 1884
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   634
#    1:00 1:00 CEST 1945 Sep 16  2:00s
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   635
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   636
# Rule France 1945 only - Sep 16  3:00 0 -
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   637
# Rule Belgium 1945 only - Sep 16  2:00s 0 -
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   638
# Rule Neth 1945 only - Sep 16 2:00s 0 -
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   639
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   640
# The rule line to be changed is:
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   641
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   642
# Rule C-Eur 1945 only - Sep 16  2:00 0 -
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   643
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   644
# It seems that Paris, Monaco, Rule France, Rule Belgium all agree on
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   645
# 2:00 standard time, e.g. 3:00 local time.  However there are no
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   646
# countries that use C-Eur rules in September 1945, so the only items
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
   647
# affected are apparently these fictitious zones that translate acronyms
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   648
# CET and MET:
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   649
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   650
# Zone CET  1:00 C-Eur CE%sT
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   651
# Zone MET  1:00 C-Eur ME%sT
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   652
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   653
# It this is right then the corrected version would look like:
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   654
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   655
# Rule C-Eur 1945 only - Sep 16  2:00s 0 -
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   656
#
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   657
# A small step for mankind though 8-)
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   658
Rule	C-Eur	1945	only	-	Sep	16	 2:00s	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   659
Rule	C-Eur	1977	1980	-	Apr	Sun>=1	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   660
Rule	C-Eur	1977	only	-	Sep	lastSun	 2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   661
Rule	C-Eur	1978	only	-	Oct	 1	 2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   662
Rule	C-Eur	1979	1995	-	Sep	lastSun	 2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   663
Rule	C-Eur	1981	max	-	Mar	lastSun	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   664
Rule	C-Eur	1996	max	-	Oct	lastSun	 2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   665
90ce3da70b43 Initial load
duke
parents:
diff changeset
   666
# E-Eur differs from EU only in that E-Eur switches at midnight local time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   667
Rule	E-Eur	1977	1980	-	Apr	Sun>=1	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   668
Rule	E-Eur	1977	only	-	Sep	lastSun	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   669
Rule	E-Eur	1978	only	-	Oct	 1	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   670
Rule	E-Eur	1979	1995	-	Sep	lastSun	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   671
Rule	E-Eur	1981	max	-	Mar	lastSun	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   672
Rule	E-Eur	1996	max	-	Oct	lastSun	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   673
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
   674
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
   675
# Daylight saving time for Russia and the Soviet Union
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
   676
#
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
   677
# The 1917-1921 decree URLs are from Alexander Belopolsky (2016-08-23).
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
   678
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   679
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   680
Rule	Russia	1917	only	-	Jul	 1	23:00	1:00	MST  # Moscow Summer Time
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
   681
#
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
   682
# Decree No. 142 (1917-12-22) http://istmat.info/node/28137
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   683
Rule	Russia	1917	only	-	Dec	28	 0:00	0	MMT  # Moscow Mean Time
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
   684
#
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
   685
# Decree No. 497 (1918-05-30) http://istmat.info/node/30001
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   686
Rule	Russia	1918	only	-	May	31	22:00	2:00	MDST # Moscow Double Summer Time
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   687
Rule	Russia	1918	only	-	Sep	16	 1:00	1:00	MST
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
   688
#
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
   689
# Decree No. 258 (1919-05-29) http://istmat.info/node/37949
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   690
Rule	Russia	1919	only	-	May	31	23:00	2:00	MDST
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
   691
#
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
   692
Rule	Russia	1919	only	-	Jul	 1	 0:00u	1:00	MSD
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   693
Rule	Russia	1919	only	-	Aug	16	 0:00	0	MSK
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
   694
#
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
   695
# Decree No. 63 (1921-02-03) http://istmat.info/node/45840
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   696
Rule	Russia	1921	only	-	Feb	14	23:00	1:00	MSD
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
   697
#
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
   698
# Decree No. 121 (1921-03-07) http://istmat.info/node/45949
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
   699
Rule	Russia	1921	only	-	Mar	20	23:00	2:00	+05
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
   700
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   701
Rule	Russia	1921	only	-	Sep	 1	 0:00	1:00	MSD
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   702
Rule	Russia	1921	only	-	Oct	 1	 0:00	0	-
32215
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
   703
# Act No. 925 of the Council of Ministers of the USSR (1980-10-24):
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   704
Rule	Russia	1981	1984	-	Apr	 1	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   705
Rule	Russia	1981	1983	-	Oct	 1	 0:00	0	-
32215
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
   706
# Act No. 967 of the Council of Ministers of the USSR (1984-09-13), repeated in
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
   707
# Act No. 227 of the Council of Ministers of the USSR (1989-03-14):
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   708
Rule	Russia	1984	1995	-	Sep	lastSun	 2:00s	0	-
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   709
Rule	Russia	1985	2010	-	Mar	lastSun	 2:00s	1:00	S
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   710
#
10795
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
   711
Rule	Russia	1996	2010	-	Oct	lastSun	 2:00s	0	-
27727
ac74c0c65910 8064560: (tz) Support tzdata2014j
aefimov
parents: 27294
diff changeset
   712
# As described below, Russia's 2014 change affects Zone data, not Rule data.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   713
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   714
# From Stepan Golosunov (2016-03-07):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   715
# Wikipedia and other sources refer to the Act of the Council of
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   716
# Ministers of the USSR from 1988-01-04 No. 5 and the Act of the
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   717
# Council of Ministers of the USSR from 1989-03-14 No. 227.
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   718
#
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   719
# I did not find full texts of these acts.  For the 1989 one we have
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
   720
# title at https://base.garant.ru/70754136/ :
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   721
# "About change in calculation of time on the territories of
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   722
# Lithuanian SSR, Latvian SSR and Estonian SSR, Astrakhan,
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   723
# Kaliningrad, Kirov, Kuybyshev, Ulyanovsk and Uralsk oblasts".
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   724
# And http://astrozet.net/files/Zones/DOC/RU/1980-925.txt appears to
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   725
# contain quotes from both acts: Since last Sunday of March 1988 rules
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   726
# of the second time belt are installed in Volgograd and Saratov
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   727
# oblasts.  Since last Sunday of March 1989:
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   728
# a) Lithuanian SSR, Latvian SSR, Estonian SSR, Kaliningrad oblast:
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   729
# second time belt rules without extra hour (Moscow-1);
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   730
# b) Astrakhan, Kirov, Kuybyshev, Ulyanovsk oblasts: second time belt
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   731
# rules (Moscow time)
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   732
# c) Uralsk oblast: third time belt rules (Moscow+1).
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   733
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   734
# From Stepan Golosunov (2016-03-27):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   735
# Unamended version of the act of the
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   736
# Government of the Russian Federation No. 23 from 08.01.1992
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   737
# http://pravo.gov.ru/proxy/ips/?docbody=&nd=102014034&rdk=0
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   738
# says that every year clocks were to be moved forward on last Sunday
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   739
# of March at 2 hours and moved backwards on last Sunday of September
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   740
# at 3 hours.  It was amended in 1996 to replace September with October.
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
   741
10593
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 9490
diff changeset
   742
# From Alexander Krivenyshev (2011-06-14):
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 9490
diff changeset
   743
# According to Kremlin press service, Russian President Dmitry Medvedev
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 9490
diff changeset
   744
# signed a federal law "On calculation of time" on June 9, 2011.
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 9490
diff changeset
   745
# According to the law Russia is abolishing daylight saving time.
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   746
#
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   747
# Medvedev signed a law "On the Calculation of Time" (in russian):
10593
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 9490
diff changeset
   748
# http://bmockbe.ru/events/?ID=7583
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
   749
#
10593
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 9490
diff changeset
   750
# Medvedev signed a law on the calculation of the time (in russian):
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
   751
# https://www.regnum.ru/news/polit/1413906.html
10593
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 9490
diff changeset
   752
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 9490
diff changeset
   753
# From Arthur David Olson (2011-06-15):
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 9490
diff changeset
   754
# Take "abolishing daylight saving time" to mean that time is now considered
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 9490
diff changeset
   755
# to be standard.
680a346c7841 7090843: (tz) Support tzdata2011j
peytoia
parents: 9490
diff changeset
   756
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   757
# These are for backward compatibility with older versions.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   758
90ce3da70b43 Initial load
duke
parents:
diff changeset
   759
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   760
Zone	WET		0:00	EU	WE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   761
Zone	CET		1:00	C-Eur	CE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   762
Zone	MET		1:00	C-Eur	ME%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   763
Zone	EET		2:00	EU	EE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   764
90ce3da70b43 Initial load
duke
parents:
diff changeset
   765
# Previous editions of this database used abbreviations like MET DST
90ce3da70b43 Initial load
duke
parents:
diff changeset
   766
# for Central European Summer Time, but this didn't agree with common usage.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   767
90ce3da70b43 Initial load
duke
parents:
diff changeset
   768
# From Markus Kuhn (1996-07-12):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   769
# The official German names ... are
90ce3da70b43 Initial load
duke
parents:
diff changeset
   770
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   771
#	Mitteleuropäische Zeit (MEZ)         = UTC+01:00
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   772
#	Mitteleuropäische Sommerzeit (MESZ)  = UTC+02:00
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   773
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   774
# as defined in the German Time Act (Gesetz über die Zeitbestimmung (ZeitG),
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   775
# 1978-07-25, Bundesgesetzblatt, Jahrgang 1978, Teil I, S. 1110-1111)....
90ce3da70b43 Initial load
duke
parents:
diff changeset
   776
# I wrote ... to the German Federal Physical-Technical Institution
90ce3da70b43 Initial load
duke
parents:
diff changeset
   777
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   778
#	Physikalisch-Technische Bundesanstalt (PTB)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   779
#	Laboratorium 4.41 "Zeiteinheit"
90ce3da70b43 Initial load
duke
parents:
diff changeset
   780
#	Postfach 3345
90ce3da70b43 Initial load
duke
parents:
diff changeset
   781
#	D-38023 Braunschweig
90ce3da70b43 Initial load
duke
parents:
diff changeset
   782
#	phone: +49 531 592-0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   783
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   784
# ... I received today an answer letter from Dr. Peter Hetzel, head of the PTB
90ce3da70b43 Initial load
duke
parents:
diff changeset
   785
# department for time and frequency transmission.  He explained that the
90ce3da70b43 Initial load
duke
parents:
diff changeset
   786
# PTB translates MEZ and MESZ into English as
90ce3da70b43 Initial load
duke
parents:
diff changeset
   787
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   788
#	Central European Time (CET)         = UTC+01:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   789
#	Central European Summer Time (CEST) = UTC+02:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   790
90ce3da70b43 Initial load
duke
parents:
diff changeset
   791
90ce3da70b43 Initial load
duke
parents:
diff changeset
   792
# Albania
90ce3da70b43 Initial load
duke
parents:
diff changeset
   793
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   794
Rule	Albania	1940	only	-	Jun	16	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   795
Rule	Albania	1942	only	-	Nov	 2	3:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   796
Rule	Albania	1943	only	-	Mar	29	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   797
Rule	Albania	1943	only	-	Apr	10	3:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   798
Rule	Albania	1974	only	-	May	 4	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   799
Rule	Albania	1974	only	-	Oct	 2	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   800
Rule	Albania	1975	only	-	May	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   801
Rule	Albania	1975	only	-	Oct	 2	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   802
Rule	Albania	1976	only	-	May	 2	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   803
Rule	Albania	1976	only	-	Oct	 3	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   804
Rule	Albania	1977	only	-	May	 8	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   805
Rule	Albania	1977	only	-	Oct	 2	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   806
Rule	Albania	1978	only	-	May	 6	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   807
Rule	Albania	1978	only	-	Oct	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   808
Rule	Albania	1979	only	-	May	 5	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   809
Rule	Albania	1979	only	-	Sep	30	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   810
Rule	Albania	1980	only	-	May	 3	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   811
Rule	Albania	1980	only	-	Oct	 4	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   812
Rule	Albania	1981	only	-	Apr	26	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   813
Rule	Albania	1981	only	-	Sep	27	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   814
Rule	Albania	1982	only	-	May	 2	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   815
Rule	Albania	1982	only	-	Oct	 3	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   816
Rule	Albania	1983	only	-	Apr	18	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   817
Rule	Albania	1983	only	-	Oct	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   818
Rule	Albania	1984	only	-	Apr	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   819
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   820
Zone	Europe/Tirane	1:19:20 -	LMT	1914
90ce3da70b43 Initial load
duke
parents:
diff changeset
   821
			1:00	-	CET	1940 Jun 16
90ce3da70b43 Initial load
duke
parents:
diff changeset
   822
			1:00	Albania	CE%sT	1984 Jul
90ce3da70b43 Initial load
duke
parents:
diff changeset
   823
			1:00	EU	CE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   824
90ce3da70b43 Initial load
duke
parents:
diff changeset
   825
# Andorra
90ce3da70b43 Initial load
duke
parents:
diff changeset
   826
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   827
Zone	Europe/Andorra	0:06:04 -	LMT	1901
90ce3da70b43 Initial load
duke
parents:
diff changeset
   828
			0:00	-	WET	1946 Sep 30
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   829
			1:00	-	CET	1985 Mar 31  2:00
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   830
			1:00	EU	CE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   831
90ce3da70b43 Initial load
duke
parents:
diff changeset
   832
# Austria
90ce3da70b43 Initial load
duke
parents:
diff changeset
   833
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   834
# Milne says Vienna time was 1:05:21.
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   835
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   836
# From Paul Eggert (2006-03-22): Shanks & Pottenger give 1918-06-16 and
90ce3da70b43 Initial load
duke
parents:
diff changeset
   837
# 1945-11-18, but the Austrian Federal Office of Metrology and
90ce3da70b43 Initial load
duke
parents:
diff changeset
   838
# Surveying (BEV) gives 1918-09-16 and for Vienna gives the "alleged"
90ce3da70b43 Initial load
duke
parents:
diff changeset
   839
# date of 1945-04-12 with no time.  For the 1980-04-06 transition
90ce3da70b43 Initial load
duke
parents:
diff changeset
   840
# Shanks & Pottenger give 02:00, the BEV 00:00.  Go with the BEV,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   841
# and guess 02:00 for 1945-04-12.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   842
90ce3da70b43 Initial load
duke
parents:
diff changeset
   843
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   844
Rule	Austria	1920	only	-	Apr	 5	2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   845
Rule	Austria	1920	only	-	Sep	13	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   846
Rule	Austria	1946	only	-	Apr	14	2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   847
Rule	Austria	1946	1948	-	Oct	Sun>=1	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   848
Rule	Austria	1947	only	-	Apr	 6	2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   849
Rule	Austria	1948	only	-	Apr	18	2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   850
Rule	Austria	1980	only	-	Apr	 6	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   851
Rule	Austria	1980	only	-	Sep	28	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   852
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
   853
Zone	Europe/Vienna	1:05:21 -	LMT	1893 Apr
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   854
			1:00	C-Eur	CE%sT	1920
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   855
			1:00	Austria	CE%sT	1940 Apr  1  2:00s
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   856
			1:00	C-Eur	CE%sT	1945 Apr  2  2:00s
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   857
			1:00	1:00	CEST	1945 Apr 12  2:00s
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   858
			1:00	-	CET	1946
90ce3da70b43 Initial load
duke
parents:
diff changeset
   859
			1:00	Austria	CE%sT	1981
90ce3da70b43 Initial load
duke
parents:
diff changeset
   860
			1:00	EU	CE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   861
90ce3da70b43 Initial load
duke
parents:
diff changeset
   862
# Belarus
39829
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
   863
#
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
   864
# From Stepan Golosunov (2016-07-02):
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
   865
# http://www.lawbelarus.com/repub/sub30/texf9611.htm
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
   866
# (Act of the Cabinet of Ministers of the Republic of Belarus from
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
   867
# 1992-03-25 No. 157) ... says clocks were to be moved forward at 2:00
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
   868
# on last Sunday of March and backward at 3:00 on last Sunday of September
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
   869
# (the same as previous USSR and contemporary Russian regulations).
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
   870
#
10795
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
   871
# From Yauhen Kharuzhy (2011-09-16):
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
   872
# By latest Belarus government act Europe/Minsk timezone was changed to
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
   873
# GMT+3 without DST (was GMT+2 with DST).
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
   874
#
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
   875
# Sources (Russian language):
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
   876
# http://www.belta.by/ru/all_news/society/V-Belarusi-otmenjaetsja-perexod-na-sezonnoe-vremja_i_572952.html
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
   877
# http://naviny.by/rubrics/society/2011/09/16/ic_articles_116_175144/
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
   878
# https://news.tut.by/society/250578.html
27294
dfd89723bd6f 8059206: (tz) Support tzdata2014i
aefimov
parents: 26452
diff changeset
   879
#
dfd89723bd6f 8059206: (tz) Support tzdata2014i
aefimov
parents: 26452
diff changeset
   880
# From Alexander Bokovoy (2014-10-09):
dfd89723bd6f 8059206: (tz) Support tzdata2014i
aefimov
parents: 26452
diff changeset
   881
# Belarussian government decided against changing to winter time....
dfd89723bd6f 8059206: (tz) Support tzdata2014i
aefimov
parents: 26452
diff changeset
   882
# http://eng.belta.by/all_news/society/Belarus-decides-against-adjusting-time-in-Russias-wake_i_76335.html
dfd89723bd6f 8059206: (tz) Support tzdata2014i
aefimov
parents: 26452
diff changeset
   883
#
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   884
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   885
Zone	Europe/Minsk	1:50:16 -	LMT	1880
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   886
			1:50	-	MMT	1924 May  2 # Minsk Mean Time
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   887
			2:00	-	EET	1930 Jun 21
90ce3da70b43 Initial load
duke
parents:
diff changeset
   888
			3:00	-	MSK	1941 Jun 28
90ce3da70b43 Initial load
duke
parents:
diff changeset
   889
			1:00	C-Eur	CE%sT	1944 Jul  3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   890
			3:00	Russia	MSK/MSD	1990
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   891
			3:00	-	MSK	1991 Mar 31  2:00s
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   892
			2:00	Russia	EE%sT	2011 Mar 27  2:00s
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
   893
			3:00	-	+03
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   894
90ce3da70b43 Initial load
duke
parents:
diff changeset
   895
# Belgium
90ce3da70b43 Initial load
duke
parents:
diff changeset
   896
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   897
# From Paul Eggert (1997-07-02):
90ce3da70b43 Initial load
duke
parents:
diff changeset
   898
# Entries from 1918 through 1991 are taken from:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   899
#	Annuaire de L'Observatoire Royal de Belgique,
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   900
#	Avenue Circulaire, 3, B-1180 BRUXELLES, CLVIIe année, 1991
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   901
#	(Imprimerie HAYEZ, s.p.r.l., Rue Fin, 4, 1080 BRUXELLES, MCMXC),
90ce3da70b43 Initial load
duke
parents:
diff changeset
   902
#	pp 8-9.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   903
# LMT before 1892 was 0:17:30, according to the official journal of Belgium:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   904
#	Moniteur Belge, Samedi 30 Avril 1892, N.121.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   905
# Thanks to Pascal Delmoitie for these references.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   906
# The 1918 rules are listed for completeness; they apply to unoccupied Belgium.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   907
# Assume Brussels switched to WET in 1918 when the armistice took effect.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   908
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   909
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   910
Rule	Belgium	1918	only	-	Mar	 9	 0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   911
Rule	Belgium	1918	1919	-	Oct	Sat>=1	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   912
Rule	Belgium	1919	only	-	Mar	 1	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   913
Rule	Belgium	1920	only	-	Feb	14	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   914
Rule	Belgium	1920	only	-	Oct	23	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   915
Rule	Belgium	1921	only	-	Mar	14	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   916
Rule	Belgium	1921	only	-	Oct	25	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   917
Rule	Belgium	1922	only	-	Mar	25	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   918
Rule	Belgium	1922	1927	-	Oct	Sat>=1	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   919
Rule	Belgium	1923	only	-	Apr	21	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   920
Rule	Belgium	1924	only	-	Mar	29	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   921
Rule	Belgium	1925	only	-	Apr	 4	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   922
# DSH writes that a royal decree of 1926-02-22 specified the Sun following 3rd
90ce3da70b43 Initial load
duke
parents:
diff changeset
   923
# Sat in Apr (except if it's Easter, in which case it's one Sunday earlier),
90ce3da70b43 Initial load
duke
parents:
diff changeset
   924
# to Sun following 1st Sat in Oct, and that a royal decree of 1928-09-15
90ce3da70b43 Initial load
duke
parents:
diff changeset
   925
# changed the transition times to 02:00 GMT.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   926
Rule	Belgium	1926	only	-	Apr	17	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   927
Rule	Belgium	1927	only	-	Apr	 9	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   928
Rule	Belgium	1928	only	-	Apr	14	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   929
Rule	Belgium	1928	1938	-	Oct	Sun>=2	 2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   930
Rule	Belgium	1929	only	-	Apr	21	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   931
Rule	Belgium	1930	only	-	Apr	13	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   932
Rule	Belgium	1931	only	-	Apr	19	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   933
Rule	Belgium	1932	only	-	Apr	 3	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   934
Rule	Belgium	1933	only	-	Mar	26	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   935
Rule	Belgium	1934	only	-	Apr	 8	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   936
Rule	Belgium	1935	only	-	Mar	31	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   937
Rule	Belgium	1936	only	-	Apr	19	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   938
Rule	Belgium	1937	only	-	Apr	 4	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   939
Rule	Belgium	1938	only	-	Mar	27	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   940
Rule	Belgium	1939	only	-	Apr	16	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   941
Rule	Belgium	1939	only	-	Nov	19	 2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   942
Rule	Belgium	1940	only	-	Feb	25	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   943
Rule	Belgium	1944	only	-	Sep	17	 2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   944
Rule	Belgium	1945	only	-	Apr	 2	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   945
Rule	Belgium	1945	only	-	Sep	16	 2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   946
Rule	Belgium	1946	only	-	May	19	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   947
Rule	Belgium	1946	only	-	Oct	 7	 2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   948
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   949
Zone	Europe/Brussels	0:17:30 -	LMT	1880
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   950
			0:17:30	-	BMT	1892 May  1 12:00  # Brussels MT
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   951
			0:00	-	WET	1914 Nov  8
90ce3da70b43 Initial load
duke
parents:
diff changeset
   952
			1:00	-	CET	1916 May  1  0:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
   953
			1:00	C-Eur	CE%sT	1918 Nov 11 11:00u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   954
			0:00	Belgium	WE%sT	1940 May 20  2:00s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   955
			1:00	C-Eur	CE%sT	1944 Sep  3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   956
			1:00	Belgium	CE%sT	1977
90ce3da70b43 Initial load
duke
parents:
diff changeset
   957
			1:00	EU	CE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   958
90ce3da70b43 Initial load
duke
parents:
diff changeset
   959
# Bosnia and Herzegovina
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   960
# See Europe/Belgrade.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   961
90ce3da70b43 Initial load
duke
parents:
diff changeset
   962
# Bulgaria
90ce3da70b43 Initial load
duke
parents:
diff changeset
   963
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   964
# From Plamen Simenov via Steffen Thorsen (1999-09-09):
32215
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
   965
# A document of Government of Bulgaria (No. 94/1997) says:
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   966
# EET -> EETDST is in 03:00 Local time in last Sunday of March ...
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   967
# EETDST -> EET is in 04:00 Local time in last Sunday of October
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   968
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   969
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   970
Rule	Bulg	1979	only	-	Mar	31	23:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   971
Rule	Bulg	1979	only	-	Oct	 1	 1:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   972
Rule	Bulg	1980	1982	-	Apr	Sat>=1	23:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   973
Rule	Bulg	1980	only	-	Sep	29	 1:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   974
Rule	Bulg	1981	only	-	Sep	27	 2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   975
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
   976
Zone	Europe/Sofia	1:33:16 -	LMT	1880
90ce3da70b43 Initial load
duke
parents:
diff changeset
   977
			1:56:56	-	IMT	1894 Nov 30 # Istanbul MT?
90ce3da70b43 Initial load
duke
parents:
diff changeset
   978
			2:00	-	EET	1942 Nov  2  3:00
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
   979
			1:00	C-Eur	CE%sT	1945
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
   980
			1:00	-	CET	1945 Apr  2  3:00
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   981
			2:00	-	EET	1979 Mar 31 23:00
32215
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
   982
			2:00	Bulg	EE%sT	1982 Sep 26  3:00
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   983
			2:00	C-Eur	EE%sT	1991
90ce3da70b43 Initial load
duke
parents:
diff changeset
   984
			2:00	E-Eur	EE%sT	1997
90ce3da70b43 Initial load
duke
parents:
diff changeset
   985
			2:00	EU	EE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   986
90ce3da70b43 Initial load
duke
parents:
diff changeset
   987
# Croatia
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   988
# See Europe/Belgrade.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   989
90ce3da70b43 Initial load
duke
parents:
diff changeset
   990
# Cyprus
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
   991
# Please see the 'asia' file for Asia/Nicosia.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   992
42459
1ad58e0cbf16 8170316: (tz) Support tzdata2016j
rpatil
parents: 41962
diff changeset
   993
# Czech Republic / Czechia
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   994
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   995
Rule	Czech	1945	only	-	Apr	 8	2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   996
Rule	Czech	1945	only	-	Nov	18	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   997
Rule	Czech	1946	only	-	May	 6	2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
   998
Rule	Czech	1946	1949	-	Oct	Sun>=1	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   999
Rule	Czech	1947	only	-	Apr	20	2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1000
Rule	Czech	1948	only	-	Apr	18	2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1001
Rule	Czech	1949	only	-	Apr	 9	2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1002
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1003
Zone	Europe/Prague	0:57:44 -	LMT	1850
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1004
			0:57:44	-	PMT	1891 Oct    # Prague Mean Time
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1005
			1:00	C-Eur	CE%sT	1944 Sep 17  2:00s
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1006
			1:00	Czech	CE%sT	1979
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1007
			1:00	EU	CE%sT
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  1008
# Use Europe/Prague also for Slovakia.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1009
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1010
# Denmark, Faroe Islands, and Greenland
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1011
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1012
# From Jesper Nørgaard Welen (2005-04-26):
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1013
# http://www.hum.aau.dk/~poe/tid/tine/DanskTid.htm says that the law
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1014
# [introducing standard time] was in effect from 1894-01-01....
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1015
# The page http://www.retsinfo.dk/_GETDOCI_/ACCN/A18930008330-REGL
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1016
# confirms this, and states that the law was put forth 1893-03-29.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1017
#
48716
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
  1018
# The EU [actually, EEC and Euratom] treaty with effect from 1973:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1019
# http://www.retsinfo.dk/_GETDOCI_/ACCN/A19722110030-REGL
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1020
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1021
# This provoked a new law from 1974 to make possible summer time changes
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1022
# in subsequent decrees with the law
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1023
# http://www.retsinfo.dk/_GETDOCI_/ACCN/A19740022330-REGL
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1024
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1025
# It seems however that no decree was set forward until 1980.  I have
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1026
# not found any decree, but in another related law, the effecting DST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1027
# changes are stated explicitly to be from 1980-04-06 at 02:00 to
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1028
# 1980-09-28 at 02:00.  If this is true, this differs slightly from
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1029
# the EU rule in that DST runs to 02:00, not 03:00.  We don't know
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1030
# when Denmark began using the EU rule correctly, but we have only
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1031
# confirmation of the 1980-time, so I presume it was correct in 1981:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1032
# The law is about the management of the extra hour, concerning
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1033
# working hours reported and effect on obligatory-rest rules (which
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1034
# was suspended on that night):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1035
# http://www.retsinfo.dk/_GETDOCI_/ACCN/C19801120554-REGL
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1036
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1037
# From Jesper Nørgaard Welen (2005-06-11):
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1038
# The Herning Folkeblad (1980-09-26) reported that the night between
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1039
# Saturday and Sunday the clock is set back from three to two.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1040
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1041
# From Paul Eggert (2005-06-11):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1042
# Hence the "02:00" of the 1980 law refers to standard time, not
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1043
# wall-clock time, and so the EU rules were in effect in 1980.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1044
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1045
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1046
Rule	Denmark	1916	only	-	May	14	23:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1047
Rule	Denmark	1916	only	-	Sep	30	23:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1048
Rule	Denmark	1940	only	-	May	15	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1049
Rule	Denmark	1945	only	-	Apr	 2	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1050
Rule	Denmark	1945	only	-	Aug	15	 2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1051
Rule	Denmark	1946	only	-	May	 1	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1052
Rule	Denmark	1946	only	-	Sep	 1	 2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1053
Rule	Denmark	1947	only	-	May	 4	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1054
Rule	Denmark	1947	only	-	Aug	10	 2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1055
Rule	Denmark	1948	only	-	May	 9	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1056
Rule	Denmark	1948	only	-	Aug	 8	 2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1057
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1058
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1059
Zone Europe/Copenhagen	 0:50:20 -	LMT	1890
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1060
			 0:50:20 -	CMT	1894 Jan  1 # Copenhagen MT
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1061
			 1:00	Denmark	CE%sT	1942 Nov  2  2:00s
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1062
			 1:00	C-Eur	CE%sT	1945 Apr  2  2:00
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1063
			 1:00	Denmark	CE%sT	1980
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1064
			 1:00	EU	CE%sT
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1065
Zone Atlantic/Faroe	-0:27:04 -	LMT	1908 Jan 11 # Tórshavn
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1066
			 0:00	-	WET	1981
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1067
			 0:00	EU	WE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1068
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1069
# From Paul Eggert (2004-10-31):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1070
# During World War II, Germany maintained secret manned weather stations in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1071
# East Greenland and Franz Josef Land, but we don't know their time zones.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1072
# My source for this is Wilhelm Dege's book mentioned under Svalbard.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1073
#
48716
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
  1074
# From Paul Eggert (2017-12-10):
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
  1075
# Greenland joined the European Communities as part of Denmark,
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
  1076
# obtained home rule on 1979-05-01, and left the European Communities
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
  1077
# on 1985-02-01.  It therefore should have been using EU
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1078
# rules at least through 1984.  Shanks & Pottenger say Scoresbysund and Godthåb
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1079
# used C-Eur rules after 1980, but IATA SSIM (1991/1996) says they use EU
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1080
# rules since at least 1991.  Assume EU rules since 1980.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1081
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1082
# From Gwillim Law (2001-06-06), citing
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1083
# <http://www.statkart.no/efs/efshefter/2001/efs5-2001.pdf> (2001-03-15),
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1084
# and with translations corrected by Steffen Thorsen:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1085
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1086
# Greenland has four local times, and the relation to UTC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1087
# is according to the following time line:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1088
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1089
# The military zone near Thule	UTC-4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1090
# Standard Greenland time	UTC-3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1091
# Scoresbysund			UTC-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1092
# Danmarkshavn			UTC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1093
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1094
# In the military area near Thule and in Danmarkshavn DST will not be
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1095
# introduced.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1096
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1097
# From Rives McDow (2001-11-01):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1098
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1099
# I correspond regularly with the Dansk Polarcenter, and wrote them at
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1100
# the time to clarify the situation in Thule.  Unfortunately, I have
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1101
# not heard back from them regarding my recent letter.  [But I have
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1102
# info from earlier correspondence.]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1103
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1104
# According to the center, a very small local time zone around Thule
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1105
# Air Base keeps the time according to UTC-4, implementing daylight
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1106
# savings using North America rules, changing the time at 02:00 local time....
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1107
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1108
# The east coast of Greenland north of the community of Scoresbysund
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1109
# uses UTC in the same way as in Iceland, year round, with no dst.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1110
# There are just a few stations on this coast, including the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1111
# Danmarkshavn ICAO weather station mentioned in your September 29th
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1112
# email.  The other stations are two sledge patrol stations in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1113
# Mestersvig and Daneborg, the air force base at Station Nord, and the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1114
# DPC research station at Zackenberg.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1115
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1116
# Scoresbysund and two small villages nearby keep time UTC-1 and use
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1117
# the same daylight savings time period as in West Greenland (Godthåb).
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1118
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1119
# The rest of Greenland, including Godthåb (this area, although it
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1120
# includes central Greenland, is known as west Greenland), keeps time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1121
# UTC-3, with daylight savings methods according to European rules.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1122
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1123
# It is common procedure to use UTC 0 in the wilderness of East and
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1124
# North Greenland, because it is mainly Icelandic aircraft operators
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1125
# maintaining traffic in these areas.  However, the official status of
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1126
# this area is that it sticks with Godthåb time.  This area might be
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1127
# considered a dual time zone in some respects because of this.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1128
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1129
# From Rives McDow (2001-11-19):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1130
# I heard back from someone stationed at Thule; the time change took place
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1131
# there at 2:00 AM.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1132
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1133
# From Paul Eggert (2006-03-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1134
# From 1997 on the CIA map shows Danmarkshavn on GMT;
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1135
# the 1995 map as like Godthåb.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1136
# For lack of better info, assume they were like Godthåb before 1996.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1137
# startkart.no says Thule does not observe DST, but this is clearly an error,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1138
# so go with Shanks & Pottenger for Thule transitions until this year.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1139
# For 2007 on assume Thule will stay in sync with US DST rules.
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  1140
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  1141
# From J William Piggott (2016-02-20):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  1142
# "Greenland north of the community of Scoresbysund" is officially named
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  1143
# "National Park" by Executive Order:
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  1144
# http://naalakkersuisut.gl/~/media/Nanoq/Files/Attached%20Files/Engelske-tekster/Legislation/Executive%20Order%20National%20Park.rtf
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  1145
# It is their only National Park.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1146
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1147
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1148
Rule	Thule	1991	1992	-	Mar	lastSun	2:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1149
Rule	Thule	1991	1992	-	Sep	lastSun	2:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1150
Rule	Thule	1993	2006	-	Apr	Sun>=1	2:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1151
Rule	Thule	1993	2006	-	Oct	lastSun	2:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1152
Rule	Thule	2007	max	-	Mar	Sun>=8	2:00	1:00	D
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1153
Rule	Thule	2007	max	-	Nov	Sun>=1	2:00	0	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1154
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1155
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1156
Zone America/Danmarkshavn -1:14:40 -	LMT	1916 Jul 28
44118
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  1157
			-3:00	-	-03	1980 Apr  6  2:00
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  1158
			-3:00	EU	-03/-02	1996
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1159
			0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1160
Zone America/Scoresbysund -1:27:52 -	LMT	1916 Jul 28 # Ittoqqortoormiit
44118
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  1161
			-2:00	-	-02	1980 Apr  6  2:00
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  1162
			-2:00	C-Eur	-02/-01	1981 Mar 29
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  1163
			-1:00	EU	-01/+00
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1164
Zone America/Godthab	-3:26:56 -	LMT	1916 Jul 28 # Nuuk
44118
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  1165
			-3:00	-	-03	1980 Apr  6  2:00
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  1166
			-3:00	EU	-03/-02
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1167
Zone America/Thule	-4:35:08 -	LMT	1916 Jul 28 # Pituffik air base
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1168
			-4:00	Thule	A%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1169
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1170
# Estonia
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  1171
#
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  1172
# From Paul Eggert (2016-03-18):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  1173
# The 1989 transition is from USSR act No. 227 (1989-03-14).
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  1174
#
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1175
# From Peter Ilieve (1994-10-15):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1176
# A relative in Tallinn confirms the accuracy of the data for 1989 onwards
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1177
# [through 1994] and gives the legal authority for it,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1178
# a regulation of the Government of Estonia, No. 111 of 1989....
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1179
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1180
# From Peter Ilieve (1996-10-28):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1181
# [IATA SSIM (1992/1996) claims that the Baltic republics switch at 01:00s,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1182
# but a relative confirms that Estonia still switches at 02:00s, writing:]
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  1183
# "I do not [know] exactly but there are some little different
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1184
# (confusing) rules for International Air and Railway Transport Schedules
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1185
# conversion in Sunday connected with end of summer time in Estonia....
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1186
# A discussion is running about the summer time efficiency and effect on
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1187
# human physiology.  It seems that Estonia maybe will not change to
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  1188
# summer time next spring."
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1189
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1190
# From Peter Ilieve (1998-11-04), heavily edited:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1191
# The 1998-09-22 Estonian time law
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1192
# http://trip.rk.ee/cgi-bin/thw?${BASE}=akt&${OOHTML}=rtd&TA=1998&TO=1&AN=1390
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1193
# refers to the Eighth Directive and cites the association agreement between
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1194
# the EU and Estonia, ratified by the Estonian law (RT II 1995, 22-27, 120).
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1195
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1196
# I also asked [my relative] whether they use any standard abbreviation
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1197
# for their standard and summer times. He says no, they use "suveaeg"
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1198
# (summer time) and "talveaeg" (winter time).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1199
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
  1200
# From The Baltic Times <https://www.baltictimes.com/> (1999-09-09)
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1201
# via Steffen Thorsen:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1202
# This year will mark the last time Estonia shifts to summer time,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1203
# a council of the ruling coalition announced Sept. 6....
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1204
# But what this could mean for Estonia's chances of joining the European
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1205
# Union are still unclear.  In 1994, the EU declared summer time compulsory
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1206
# for all member states until 2001.  Brussels has yet to decide what to do
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1207
# after that.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1208
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1209
# From Mart Oruaas (2000-01-29):
32215
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  1210
# Regulation No. 301 (1999-10-12) obsoletes previous regulation
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  1211
# No. 206 (1998-09-22) and thus sticks Estonia to +02:00 GMT for all
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1212
# the year round.  The regulation is effective 1999-11-01.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1213
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1214
# From Toomas Soome (2002-02-21):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1215
# The Estonian government has changed once again timezone politics.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1216
# Now we are using again EU rules.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1217
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1218
# From Urmet Jänes (2002-03-28):
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1219
# The legislative reference is Government decree No. 84 on 2002-02-21.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1220
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1221
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1222
Zone	Europe/Tallinn	1:39:00	-	LMT	1880
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1223
			1:39:00	-	TMT	1918 Feb    # Tallinn Mean Time
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1224
			1:00	C-Eur	CE%sT	1919 Jul
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1225
			1:39:00	-	TMT	1921 May
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1226
			2:00	-	EET	1940 Aug  6
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1227
			3:00	-	MSK	1941 Sep 15
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1228
			1:00	C-Eur	CE%sT	1944 Sep 22
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1229
			3:00	Russia	MSK/MSD	1989 Mar 26  2:00s
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1230
			2:00	1:00	EEST	1989 Sep 24  2:00s
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1231
			2:00	C-Eur	EE%sT	1998 Sep 22
32215
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  1232
			2:00	EU	EE%sT	1999 Oct 31  4:00
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1233
			2:00	-	EET	2002 Feb 21
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1234
			2:00	EU	EE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1235
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1236
# Finland
6290
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  1237
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1238
# From Hannu Strang (1994-09-25 06:03:37 UTC):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1239
# Well, here in Helsinki we're just changing from summer time to regular one,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1240
# and it's supposed to change at 4am...
6290
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  1241
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  1242
# From Janne Snabb (2010-07-15):
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1243
#
6290
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  1244
# I noticed that the Finland data is not accurate for years 1981 and 1982.
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  1245
# During these two first trial years the DST adjustment was made one hour
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  1246
# earlier than in forthcoming years. Starting 1983 the adjustment was made
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  1247
# according to the central European standards.
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  1248
#
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  1249
# This is documented in Heikki Oja: Aikakirja 2007, published by The Almanac
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  1250
# Office of University of Helsinki, ISBN 952-10-3221-9, available online (in
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  1251
# Finnish) at
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
  1252
# https://almanakka.helsinki.fi/aikakirja/Aikakirja2007kokonaan.pdf
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1253
#
6290
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  1254
# Page 105 (56 in PDF version) has a handy table of all past daylight savings
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  1255
# transitions. It is easy enough to interpret without Finnish skills.
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  1256
#
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  1257
# This is also confirmed by Finnish Broadcasting Company's archive at:
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  1258
# http://www.yle.fi/elavaarkisto/?s=s&g=1&ag=5&t=&a=3401
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  1259
#
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  1260
# The news clip from 1981 says that "the time between 2 and 3 o'clock does not
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  1261
# exist tonight."
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  1262
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1263
# From Konstantin Hyppönen (2014-06-13):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1264
# [Heikki Oja's book Aikakirja 2013]
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
  1265
# https://almanakka.helsinki.fi/images/aikakirja/Aikakirja2013kokonaan.pdf
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1266
# pages 104-105, including a scan from a newspaper published on Apr 2 1942
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1267
# say that ... [o]n Apr 2 1942, 24 o'clock (which means Apr 3 1942,
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1268
# 00:00), clocks were moved one hour forward. The newspaper
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1269
# mentions "on the night from Thursday to Friday"....
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1270
# On Oct 4 1942, clocks were moved at 1:00 one hour backwards.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1271
#
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1272
# From Paul Eggert (2014-06-14):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1273
# Go with Oja over Shanks.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1274
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1275
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1276
Rule	Finland	1942	only	-	Apr	2	24:00	1:00	S
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1277
Rule	Finland	1942	only	-	Oct	4	1:00	0	-
6290
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  1278
Rule	Finland	1981	1982	-	Mar	lastSun	2:00	1:00	S
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  1279
Rule	Finland	1981	1982	-	Sep	lastSun	3:00	0	-
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1280
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1281
# Milne says Helsinki (Helsingfors) time was 1:39:49.2 (official document);
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1282
# round to nearest.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1283
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1284
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1285
Zone	Europe/Helsinki	1:39:49 -	LMT	1878 May 31
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1286
			1:39:49	-	HMT	1921 May    # Helsinki Mean Time
6290
535b02d1049c 6977550: (tz) Support tzdata2010l
peytoia
parents: 5506
diff changeset
  1287
			2:00	Finland	EE%sT	1983
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1288
			2:00	EU	EE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1289
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1290
# Åland Is
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1291
Link	Europe/Helsinki	Europe/Mariehamn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1292
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1293
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1294
# France
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1295
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1296
# From Ciro Discepolo (2000-12-20):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1297
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1298
# Henri Le Corre, Régimes horaires pour le monde entier, Éditions
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1299
# Traditionnelles - Paris 2 books, 1993
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1300
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1301
# Gabriel, Traité de l'heure dans le monde, Guy Trédaniel,
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1302
# Paris, 1991
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1303
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1304
# Françoise Gauquelin, Problèmes de l'heure résolus en astrologie,
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1305
# Guy Trédaniel, Paris 1987
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1306
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1307
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1308
#
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  1309
# Shank & Pottenger seem to use '24:00' ambiguously; resolve it with Whitman.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1310
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1311
Rule	France	1916	only	-	Jun	14	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1312
Rule	France	1916	1919	-	Oct	Sun>=1	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1313
Rule	France	1917	only	-	Mar	24	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1314
Rule	France	1918	only	-	Mar	 9	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1315
Rule	France	1919	only	-	Mar	 1	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1316
Rule	France	1920	only	-	Feb	14	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1317
Rule	France	1920	only	-	Oct	23	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1318
Rule	France	1921	only	-	Mar	14	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1319
Rule	France	1921	only	-	Oct	25	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1320
Rule	France	1922	only	-	Mar	25	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1321
# DSH writes that a law of 1923-05-24 specified 3rd Sat in Apr at 23:00 to 1st
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1322
# Sat in Oct at 24:00; and that in 1930, because of Easter, the transitions
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1323
# were Apr 12 and Oct 5.  Go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1324
Rule	France	1922	1938	-	Oct	Sat>=1	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1325
Rule	France	1923	only	-	May	26	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1326
Rule	France	1924	only	-	Mar	29	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1327
Rule	France	1925	only	-	Apr	 4	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1328
Rule	France	1926	only	-	Apr	17	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1329
Rule	France	1927	only	-	Apr	 9	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1330
Rule	France	1928	only	-	Apr	14	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1331
Rule	France	1929	only	-	Apr	20	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1332
Rule	France	1930	only	-	Apr	12	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1333
Rule	France	1931	only	-	Apr	18	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1334
Rule	France	1932	only	-	Apr	 2	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1335
Rule	France	1933	only	-	Mar	25	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1336
Rule	France	1934	only	-	Apr	 7	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1337
Rule	France	1935	only	-	Mar	30	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1338
Rule	France	1936	only	-	Apr	18	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1339
Rule	France	1937	only	-	Apr	 3	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1340
Rule	France	1938	only	-	Mar	26	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1341
Rule	France	1939	only	-	Apr	15	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1342
Rule	France	1939	only	-	Nov	18	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1343
Rule	France	1940	only	-	Feb	25	 2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1344
# The French rules for 1941-1944 were not used in Paris, but Shanks & Pottenger
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1345
# write that they were used in Monaco and in many French locations.
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1346
# Le Corre writes that the upper limit of the free zone was Arnéguy, Orthez,
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1347
# Mont-de-Marsan, Bazas, Langon, Lamothe-Montravel, Marœuil, La
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1348
# Rochefoucauld, Champagne-Mouton, La Roche-Posay, La Haye-Descartes,
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1349
# Loches, Montrichard, Vierzon, Bourges, Moulins, Digoin,
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1350
# Paray-le-Monial, Montceau-les-Mines, Chalon-sur-Saône, Arbois,
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  1351
# Dole, Morez, St-Claude, and Collonges (Haute-Savoie).
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1352
Rule	France	1941	only	-	May	 5	 0:00	2:00	M # Midsummer
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1353
# Shanks & Pottenger say this transition occurred at Oct 6 1:00,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1354
# but go with Denis Excoffier (1997-12-12),
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1355
# who quotes the Ephémérides astronomiques for 1998 from Bureau des Longitudes
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1356
# as saying 5/10/41 22hUT.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1357
Rule	France	1941	only	-	Oct	 6	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1358
Rule	France	1942	only	-	Mar	 9	 0:00	2:00	M
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1359
Rule	France	1942	only	-	Nov	 2	 3:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1360
Rule	France	1943	only	-	Mar	29	 2:00	2:00	M
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1361
Rule	France	1943	only	-	Oct	 4	 3:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1362
Rule	France	1944	only	-	Apr	 3	 2:00	2:00	M
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1363
Rule	France	1944	only	-	Oct	 8	 1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1364
Rule	France	1945	only	-	Apr	 2	 2:00	2:00	M
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1365
Rule	France	1945	only	-	Sep	16	 3:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1366
# Shanks & Pottenger give Mar 28 2:00 and Sep 26 3:00;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1367
# go with Excoffier's 28/3/76 0hUT and 25/9/76 23hUT.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1368
Rule	France	1976	only	-	Mar	28	 1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1369
Rule	France	1976	only	-	Sep	26	 1:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1370
# Shanks & Pottenger give 0:09:20 for Paris Mean Time, and Whitman 0:09:05,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1371
# but Howse quotes the actual French legislation as saying 0:09:21.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1372
# Go with Howse.  Howse writes that the time in France was officially based
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1373
# on PMT-0:09:21 until 1978-08-09, when the time base finally switched to UTC.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1374
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1375
Zone	Europe/Paris	0:09:21 -	LMT	1891 Mar 15  0:01
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1376
			0:09:21	-	PMT	1911 Mar 11  0:01 # Paris MT
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1377
# Shanks & Pottenger give 1940 Jun 14 0:00; go with Excoffier and Le Corre.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1378
			0:00	France	WE%sT	1940 Jun 14 23:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1379
# Le Corre says Paris stuck with occupied-France time after the liberation;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1380
# go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1381
			1:00	C-Eur	CE%sT	1944 Aug 25
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1382
			0:00	France	WE%sT	1945 Sep 16  3:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1383
			1:00	France	CE%sT	1977
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1384
			1:00	EU	CE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1385
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1386
# Germany
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1387
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1388
# From Markus Kuhn (1998-09-29):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1389
# The German time zone web site by the Physikalisch-Technische
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1390
# Bundesanstalt contains DST information back to 1916.
48716
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
  1391
# [See tz-link.html for the URL.]
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1392
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1393
# From Jörg Schilling (2002-10-23):
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1394
# In 1945, Berlin was switched to Moscow Summer time (GMT+4) by
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
  1395
# https://www.dhm.de/lemo/html/biografien/BersarinNikolai/
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1396
# General [Nikolai] Bersarin.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1397
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1398
# From Paul Eggert (2003-03-08):
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1399
# http://www.parlament-berlin.de/pds-fraktion.nsf/727459127c8b66ee8525662300459099/defc77cb784f180ac1256c2b0030274b/$FILE/bersarint.pdf
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1400
# says that Bersarin issued an order to use Moscow time on May 20.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1401
# However, Moscow did not observe daylight saving in 1945, so
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  1402
# this was equivalent to UT +03, not +04.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1403
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1404
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1405
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1406
Rule	Germany	1946	only	-	Apr	14	2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1407
Rule	Germany	1946	only	-	Oct	 7	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1408
Rule	Germany	1947	1949	-	Oct	Sun>=1	2:00s	0	-
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1409
# http://www.ptb.de/de/org/4/44/441/salt.htm says the following transition
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1410
# occurred at 3:00 MEZ, not the 2:00 MEZ given in Shanks & Pottenger.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1411
# Go with the PTB.
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1412
Rule	Germany	1947	only	-	Apr	 6	3:00s	1:00	S
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1413
Rule	Germany	1947	only	-	May	11	2:00s	2:00	M
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1414
Rule	Germany	1947	only	-	Jun	29	3:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1415
Rule	Germany	1948	only	-	Apr	18	2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1416
Rule	Germany	1949	only	-	Apr	10	2:00s	1:00	S
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1417
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1418
Rule SovietZone	1945	only	-	May	24	2:00	2:00	M # Midsummer
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1419
Rule SovietZone	1945	only	-	Sep	24	3:00	1:00	S
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1420
Rule SovietZone	1945	only	-	Nov	18	2:00s	0	-
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1421
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1422
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1423
Zone	Europe/Berlin	0:53:28 -	LMT	1893 Apr
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1424
			1:00	C-Eur	CE%sT	1945 May 24  2:00
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1425
			1:00 SovietZone	CE%sT	1946
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1426
			1:00	Germany	CE%sT	1980
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1427
			1:00	EU	CE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1428
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  1429
# From Tobias Conradi (2011-09-12):
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1430
# Büsingen <http://www.buesingen.de>, surrounded by the Swiss canton
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  1431
# Schaffhausen, did not start observing DST in 1980 as the rest of DE
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  1432
# (West Germany at that time) and DD (East Germany at that time) did.
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  1433
# DD merged into DE, the area is currently covered by code DE in ISO 3166-1,
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  1434
# which in turn is covered by the zone Europe/Berlin.
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  1435
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1436
# Source for the time in Büsingen 1980:
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  1437
# http://www.srf.ch/player/video?id=c012c029-03b7-4c2b-9164-aa5902cd58d3
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  1438
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  1439
# From Arthur David Olson (2012-03-03):
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1440
# Büsingen and Zurich have shared clocks since 1970.
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  1441
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  1442
Link	Europe/Zurich	Europe/Busingen
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  1443
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1444
# Georgia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1445
# Please see the "asia" file for Asia/Tbilisi.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1446
# Herodotus (Histories, IV.45) says Georgia north of the Phasis (now Rioni)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1447
# is in Europe.  Our reference location Tbilisi is in the Asian part.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1448
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1449
# Gibraltar
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1450
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1451
Zone Europe/Gibraltar	-0:21:24 -	LMT	1880 Aug  2  0:00s
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1452
			0:00	GB-Eire	%s	1957 Apr 14  2:00
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1453
			1:00	-	CET	1982
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1454
			1:00	EU	CE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1455
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1456
# Greece
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1457
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1458
# Whitman gives 1932 Jul 5 - Nov 1; go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1459
Rule	Greece	1932	only	-	Jul	 7	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1460
Rule	Greece	1932	only	-	Sep	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1461
# Whitman gives 1941 Apr 25 - ?; go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1462
Rule	Greece	1941	only	-	Apr	 7	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1463
# Whitman gives 1942 Feb 2 - ?; go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1464
Rule	Greece	1942	only	-	Nov	 2	3:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1465
Rule	Greece	1943	only	-	Mar	30	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1466
Rule	Greece	1943	only	-	Oct	 4	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1467
# Whitman gives 1944 Oct 3 - Oct 31; go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1468
Rule	Greece	1952	only	-	Jul	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1469
Rule	Greece	1952	only	-	Nov	 2	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1470
Rule	Greece	1975	only	-	Apr	12	0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1471
Rule	Greece	1975	only	-	Nov	26	0:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1472
Rule	Greece	1976	only	-	Apr	11	2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1473
Rule	Greece	1976	only	-	Oct	10	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1474
Rule	Greece	1977	1978	-	Apr	Sun>=1	2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1475
Rule	Greece	1977	only	-	Sep	26	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1476
Rule	Greece	1978	only	-	Sep	24	4:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1477
Rule	Greece	1979	only	-	Apr	 1	9:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1478
Rule	Greece	1979	only	-	Sep	29	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1479
Rule	Greece	1980	only	-	Apr	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1480
Rule	Greece	1980	only	-	Sep	28	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1481
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1482
Zone	Europe/Athens	1:34:52 -	LMT	1895 Sep 14
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1483
			1:34:52	-	AMT	1916 Jul 28  0:01 # Athens MT
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1484
			2:00	Greece	EE%sT	1941 Apr 30
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1485
			1:00	Greece	CE%sT	1944 Apr  4
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1486
			2:00	Greece	EE%sT	1981
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1487
			# Shanks & Pottenger say it switched to C-Eur in 1981;
48716
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
  1488
			# go with EU rules instead, since Greece joined Jan 1.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1489
			2:00	EU	EE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1490
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1491
# Hungary
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1492
# From Paul Eggert (2014-07-15):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1493
# Dates for 1916-1945 are taken from:
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1494
# Oross A. Jelen a múlt jövője: a nyári időszámítás Magyarországon 1916-1945.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1495
# National Archives of Hungary (2012-10-29).
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1496
# http://mnl.gov.hu/a_het_dokumentuma/a_nyari_idoszamitas_magyarorszagon_19161945.html
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1497
# This source does not always give times, which are taken from Shanks
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1498
# & Pottenger (which disagree about the dates).
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1499
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1500
Rule	Hungary	1918	only	-	Apr	 1	 3:00	1:00	S
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1501
Rule	Hungary	1918	only	-	Sep	16	 3:00	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1502
Rule	Hungary	1919	only	-	Apr	15	 3:00	1:00	S
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1503
Rule	Hungary	1919	only	-	Nov	24	 3:00	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1504
Rule	Hungary	1945	only	-	May	 1	23:00	1:00	S
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1505
Rule	Hungary	1945	only	-	Nov	 1	 0:00	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1506
Rule	Hungary	1946	only	-	Mar	31	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1507
Rule	Hungary	1946	1949	-	Oct	Sun>=1	 2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1508
Rule	Hungary	1947	1949	-	Apr	Sun>=4	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1509
Rule	Hungary	1950	only	-	Apr	17	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1510
Rule	Hungary	1950	only	-	Oct	23	 2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1511
Rule	Hungary	1954	1955	-	May	23	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1512
Rule	Hungary	1954	1955	-	Oct	 3	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1513
Rule	Hungary	1956	only	-	Jun	Sun>=1	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1514
Rule	Hungary	1956	only	-	Sep	lastSun	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1515
Rule	Hungary	1957	only	-	Jun	Sun>=1	 1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1516
Rule	Hungary	1957	only	-	Sep	lastSun	 3:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1517
Rule	Hungary	1980	only	-	Apr	 6	 1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1518
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1519
Zone	Europe/Budapest	1:16:20 -	LMT	1890 Oct
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1520
			1:00	C-Eur	CE%sT	1918
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1521
			1:00	Hungary	CE%sT	1941 Apr  8
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  1522
			1:00	C-Eur	CE%sT	1945
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1523
			1:00	Hungary	CE%sT	1980 Sep 28  2:00s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1524
			1:00	EU	CE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1525
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1526
# Iceland
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1527
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1528
# From Adam David (1993-11-06):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1529
# The name of the timezone in Iceland for system / mail / news purposes is GMT.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1530
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1531
# (1993-12-05):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1532
# This material is paraphrased from the 1988 edition of the University of
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1533
# Iceland Almanak.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1534
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1535
# From January 1st, 1908 the whole of Iceland was standardised at 1 hour
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1536
# behind GMT. Previously, local mean solar time was used in different parts
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1537
# of Iceland, the almanak had been based on Reykjavik mean solar time which
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1538
# was 1 hour and 28 minutes behind GMT.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1539
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1540
# "first day of winter" referred to [below] means the first day of the 26 weeks
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1541
# of winter, according to the old icelandic calendar that dates back to the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1542
# time the norsemen first settled Iceland.  The first day of winter is always
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1543
# Saturday, but is not dependent on the Julian or Gregorian calendars.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1544
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1545
# (1993-12-10):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1546
# I have a reference from the Oxford Icelandic-English dictionary for the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1547
# beginning of winter, which ties it to the ecclesiastical calendar (and thus
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1548
# to the julian/gregorian calendar) over the period in question.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1549
#	the winter begins on the Saturday next before St. Luke's day
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1550
#	(old style), or on St. Luke's day, if a Saturday.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1551
# St. Luke's day ought to be traceable from ecclesiastical sources. "old style"
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1552
# might be a reference to the Julian calendar as opposed to Gregorian, or it
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1553
# might mean something else (???).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1554
#
28776
4153595a6ced 8072042: (tz) Support tzdata2015a
aefimov
parents: 27727
diff changeset
  1555
# From Paul Eggert (2014-11-22):
4153595a6ced 8072042: (tz) Support tzdata2015a
aefimov
parents: 27727
diff changeset
  1556
# The information below is taken from the 1988 Almanak; see
4153595a6ced 8072042: (tz) Support tzdata2015a
aefimov
parents: 27727
diff changeset
  1557
# http://www.almanak.hi.is/klukkan.html
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1558
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1559
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
28776
4153595a6ced 8072042: (tz) Support tzdata2015a
aefimov
parents: 27727
diff changeset
  1560
Rule	Iceland	1917	1919	-	Feb	19	23:00	1:00	S
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1561
Rule	Iceland	1917	only	-	Oct	21	 1:00	0	-
28776
4153595a6ced 8072042: (tz) Support tzdata2015a
aefimov
parents: 27727
diff changeset
  1562
Rule	Iceland	1918	1919	-	Nov	16	 1:00	0	-
4153595a6ced 8072042: (tz) Support tzdata2015a
aefimov
parents: 27727
diff changeset
  1563
Rule	Iceland	1921	only	-	Mar	19	23:00	1:00	S
4153595a6ced 8072042: (tz) Support tzdata2015a
aefimov
parents: 27727
diff changeset
  1564
Rule	Iceland	1921	only	-	Jun	23	 1:00	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1565
Rule	Iceland	1939	only	-	Apr	29	23:00	1:00	S
28776
4153595a6ced 8072042: (tz) Support tzdata2015a
aefimov
parents: 27727
diff changeset
  1566
Rule	Iceland	1939	only	-	Oct	29	 2:00	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1567
Rule	Iceland	1940	only	-	Feb	25	 2:00	1:00	S
28776
4153595a6ced 8072042: (tz) Support tzdata2015a
aefimov
parents: 27727
diff changeset
  1568
Rule	Iceland	1940	1941	-	Nov	Sun>=2	 1:00s	0	-
4153595a6ced 8072042: (tz) Support tzdata2015a
aefimov
parents: 27727
diff changeset
  1569
Rule	Iceland	1941	1942	-	Mar	Sun>=2	 1:00s	1:00	S
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1570
# 1943-1946 - first Sunday in March until first Sunday in winter
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1571
Rule	Iceland	1943	1946	-	Mar	Sun>=1	 1:00s	1:00	S
28776
4153595a6ced 8072042: (tz) Support tzdata2015a
aefimov
parents: 27727
diff changeset
  1572
Rule	Iceland	1942	1948	-	Oct	Sun>=22	 1:00s	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1573
# 1947-1967 - first Sunday in April until first Sunday in winter
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1574
Rule	Iceland	1947	1967	-	Apr	Sun>=1	 1:00s	1:00	S
28776
4153595a6ced 8072042: (tz) Support tzdata2015a
aefimov
parents: 27727
diff changeset
  1575
# 1949 and 1967 Oct transitions delayed by 1 week
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1576
Rule	Iceland	1949	only	-	Oct	30	 1:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1577
Rule	Iceland	1950	1966	-	Oct	Sun>=22	 1:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1578
Rule	Iceland	1967	only	-	Oct	29	 1:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1579
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
28776
4153595a6ced 8072042: (tz) Support tzdata2015a
aefimov
parents: 27727
diff changeset
  1580
Zone Atlantic/Reykjavik	-1:28	-	LMT	1908
44118
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  1581
			-1:00	Iceland	-01/+00	1968 Apr  7  1:00s
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1582
			 0:00	-	GMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1583
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1584
# Italy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1585
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1586
# From Paul Eggert (2001-03-06):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1587
# Sicily and Sardinia each had their own time zones from 1866 to 1893,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1588
# called Palermo Time (+00:53:28) and Cagliari Time (+00:36:32).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1589
# During World War II, German-controlled Italy used German time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1590
# But these events all occurred before the 1970 cutoff,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1591
# so record only the time in Rome.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1592
#
41962
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1593
# From Michael Deckers (2016-10-24):
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1594
# http://www.ac-ilsestante.it/MERIDIANE/ora_legale quotes a law of 1893-08-10
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1595
# ... [translated as] "The preceding dispositions will enter into
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1596
# force at the instant at which, according to the time specified in
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1597
# the 1st article, the 1st of November 1893 will begin...."
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1598
#
41962
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1599
# From Pierpaolo Bernardi (2016-10-20):
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1600
# The authoritative source for time in Italy is the national metrological
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1601
# institute, which has a summary page of historical DST data at
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1602
# http://www.inrim.it/res/tf/ora_legale_i.shtml
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1603
# (2016-10-24):
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1604
# http://www.renzobaldini.it/le-ore-legali-in-italia/
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1605
# has still different data for 1944.  It divides Italy in two, as
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1606
# there were effectively two governments at the time, north of Gothic
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1607
# Line German controlled territory, official government RSI, and south
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1608
# of the Gothic Line, controlled by allied armies.
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1609
#
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1610
# From Brian Inglis (2016-10-23):
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1611
# Viceregal LEGISLATIVE DECREE. 14 September 1944, no. 219.
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1612
# Restoration of Standard Time. (044U0219) (OJ 62 of 30.9.1944) ...
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1613
# Given the R. law decreed on 1944-03-29, no. 92, by which standard time is
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1614
# advanced to sixty minutes later starting at hour two on 1944-04-02; ...
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1615
# Starting at hour three on the date 1944-09-17 standard time will be resumed.
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1616
#
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1617
# From Paul Eggert (2016-10-27):
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1618
# Go with INRiM for DST rules, except as corrected by Inglis for 1944
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1619
# for the Kingdom of Italy.  This is consistent with Renzo Baldini.
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
  1620
# Model Rome's occupation by using C-Eur rules from 1943-09-10
41962
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1621
# to 1944-06-04; although Rome was an open city during this period, it
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1622
# was effectively controlled by Germany.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1623
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1624
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
41962
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1625
Rule	Italy	1916	only	-	Jun	 3	24:00	1:00	S
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1626
Rule	Italy	1916	1917	-	Sep	30	24:00	0	-
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1627
Rule	Italy	1917	only	-	Mar	31	24:00	1:00	S
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1628
Rule	Italy	1918	only	-	Mar	 9	24:00	1:00	S
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1629
Rule	Italy	1918	only	-	Oct	 6	24:00	0	-
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1630
Rule	Italy	1919	only	-	Mar	 1	24:00	1:00	S
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1631
Rule	Italy	1919	only	-	Oct	 4	24:00	0	-
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1632
Rule	Italy	1920	only	-	Mar	20	24:00	1:00	S
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1633
Rule	Italy	1920	only	-	Sep	18	24:00	0	-
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1634
Rule	Italy	1940	only	-	Jun	14	24:00	1:00	S
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1635
Rule	Italy	1942	only	-	Nov	 2	 2:00s	0	-
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1636
Rule	Italy	1943	only	-	Mar	29	 2:00s	1:00	S
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1637
Rule	Italy	1943	only	-	Oct	 4	 2:00s	0	-
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1638
Rule	Italy	1944	only	-	Apr	 2	 2:00s	1:00	S
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1639
Rule	Italy	1944	only	-	Sep	17	 2:00s	0	-
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1640
Rule	Italy	1945	only	-	Apr	 2	 2:00	1:00	S
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1641
Rule	Italy	1945	only	-	Sep	15	 1:00	0	-
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1642
Rule	Italy	1946	only	-	Mar	17	 2:00s	1:00	S
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1643
Rule	Italy	1946	only	-	Oct	 6	 2:00s	0	-
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1644
Rule	Italy	1947	only	-	Mar	16	 0:00s	1:00	S
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1645
Rule	Italy	1947	only	-	Oct	 5	 0:00s	0	-
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1646
Rule	Italy	1948	only	-	Feb	29	 2:00s	1:00	S
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1647
Rule	Italy	1948	only	-	Oct	 3	 2:00s	0	-
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1648
Rule	Italy	1966	1968	-	May	Sun>=22	 0:00s	1:00	S
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1649
Rule	Italy	1966	only	-	Sep	24	24:00	0	-
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1650
Rule	Italy	1967	1969	-	Sep	Sun>=22	 0:00s	0	-
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1651
Rule	Italy	1969	only	-	Jun	 1	 0:00s	1:00	S
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1652
Rule	Italy	1970	only	-	May	31	 0:00s	1:00	S
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1653
Rule	Italy	1970	only	-	Sep	lastSun	 0:00s	0	-
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1654
Rule	Italy	1971	1972	-	May	Sun>=22	 0:00s	1:00	S
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1655
Rule	Italy	1971	only	-	Sep	lastSun	 0:00s	0	-
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1656
Rule	Italy	1972	only	-	Oct	 1	 0:00s	0	-
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1657
Rule	Italy	1973	only	-	Jun	 3	 0:00s	1:00	S
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1658
Rule	Italy	1973	1974	-	Sep	lastSun	 0:00s	0	-
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1659
Rule	Italy	1974	only	-	May	26	 0:00s	1:00	S
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1660
Rule	Italy	1975	only	-	Jun	 1	 0:00s	1:00	S
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1661
Rule	Italy	1975	1977	-	Sep	lastSun	 0:00s	0	-
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1662
Rule	Italy	1976	only	-	May	30	 0:00s	1:00	S
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1663
Rule	Italy	1977	1979	-	May	Sun>=22	 0:00s	1:00	S
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1664
Rule	Italy	1978	only	-	Oct	 1	 0:00s	0	-
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1665
Rule	Italy	1979	only	-	Sep	30	 0:00s	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1666
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1667
Zone	Europe/Rome	0:49:56 -	LMT	1866 Sep 22
41962
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1668
			0:49:56	-	RMT	1893 Oct 31 23:49:56 # Rome Mean
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1669
			1:00	Italy	CE%sT	1943 Sep 10
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1670
			1:00	C-Eur	CE%sT	1944 Jun  4
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1671
			1:00	Italy	CE%sT	1980
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1672
			1:00	EU	CE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1673
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1674
Link	Europe/Rome	Europe/Vatican
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1675
Link	Europe/Rome	Europe/San_Marino
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1676
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1677
# Latvia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1678
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1679
# From Liene Kanepe (1998-09-17):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1680
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1681
# I asked about this matter Scientific Secretary of the Institute of Astronomy
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1682
# of The University of Latvia Dr. paed Mr. Ilgonis Vilks. I also searched the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1683
# correct data in juridical acts and I found some juridical documents about
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1684
# changes in the counting of time in Latvia from 1981....
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1685
#
32215
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  1686
# Act No. 35 of the Council of Ministers of Latvian SSR of 1981-01-22 ...
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  1687
# according to the Act No. 925 of the Council of Ministers of USSR of 1980-10-24
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1688
# ...: all year round the time of 2nd time zone + 1 hour, in addition turning
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1689
# the hands of the clock 1 hour forward on 1 April at 00:00 (GMT 31 March 21:00)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1690
# and 1 hour backward on the 1 October at 00:00 (GMT 30 September 20:00).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1691
#
32215
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  1692
# Act No. 592 of the Council of Ministers of Latvian SSR of 1984-09-24 ...
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  1693
# according to the Act No. 967 of the Council of Ministers of USSR of 1984-09-13
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1694
# ...: all year round the time of 2nd time zone + 1 hour, in addition turning
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1695
# the hands of the clock 1 hour forward on the last Sunday of March at 02:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1696
# (GMT 23:00 on the previous day) and 1 hour backward on the last Sunday of
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1697
# September at 03:00 (GMT 23:00 on the previous day).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1698
#
32215
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  1699
# Act No. 81 of the Council of Ministers of Latvian SSR of 1989-03-22 ...
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  1700
# according to the Act No. 227 of the Council of Ministers of USSR of 1989-03-14
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1701
# ...: since the last Sunday of March 1989 in Lithuanian SSR, Latvian SSR,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1702
# Estonian SSR and Kaliningrad region of Russian Federation all year round the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1703
# time of 2nd time zone (Moscow time minus one hour). On the territory of Latvia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1704
# transition to summer time is performed on the last Sunday of March at 02:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1705
# (GMT 00:00), turning the hands of the clock 1 hour forward.  The end of
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1706
# daylight saving time is performed on the last Sunday of September at 03:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1707
# (GMT 00:00), turning the hands of the clock 1 hour backward. Exception is
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1708
# 1989-03-26, when we must not turn the hands of the clock....
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1709
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1710
# The Regulations of the Cabinet of Ministers of the Republic of Latvia of
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1711
# 1997-01-21 on transition to Summer time ... established the same order of
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1712
# daylight savings time settings as in the States of the European Union.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1713
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1714
# From Andrei Ivanov (2000-03-06):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1715
# This year Latvia will not switch to Daylight Savings Time (as specified in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1716
# The Regulations of the Cabinet of Ministers of the Rep. of Latvia of
32215
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  1717
# 29-Feb-2000 (No. 79) <http://www.lv-laiks.lv/wwwraksti/2000/071072/vd4.htm>,
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1718
# in Latvian for subscribers only).
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1719
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1720
# From RFE/RL Newsline
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1721
# http://www.rferl.org/newsline/2001/01/3-CEE/cee-030101.html
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1722
# (2001-01-03), noted after a heads-up by Rives McDow:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1723
# The Latvian government on 2 January decided that the country will
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1724
# institute daylight-saving time this spring, LETA reported.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1725
# Last February the three Baltic states decided not to turn back their
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1726
# clocks one hour in the spring....
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1727
# Minister of Economy Aigars Kalvītis noted that Latvia had too few
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1728
# daylight hours and thus decided to comply with a draft European
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1729
# Commission directive that provides for instituting daylight-saving
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1730
# time in EU countries between 2002 and 2006. The Latvian government
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1731
# urged Lithuania and Estonia to adopt a similar time policy, but it
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1732
# appears that they will not do so....
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1733
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1734
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1735
Rule	Latvia	1989	1996	-	Mar	lastSun	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1736
Rule	Latvia	1989	1996	-	Sep	lastSun	 2:00s	0	-
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1737
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1738
# Milne 1899 says Riga was 1:36:28 (Polytechnique House time).
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1739
# Byalokoz 1919 says Latvia was 1:36:34.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1740
# Go with Byalokoz.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1741
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1742
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1743
Zone	Europe/Riga	1:36:34	-	LMT	1880
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1744
			1:36:34	-	RMT	1918 Apr 15  2:00 # Riga MT
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1745
			1:36:34	1:00	LST	1918 Sep 16  3:00 # Latvian ST
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1746
			1:36:34	-	RMT	1919 Apr  1  2:00
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1747
			1:36:34	1:00	LST	1919 May 22  3:00
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1748
			1:36:34	-	RMT	1926 May 11
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1749
			2:00	-	EET	1940 Aug  5
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1750
			3:00	-	MSK	1941 Jul
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1751
			1:00	C-Eur	CE%sT	1944 Oct 13
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1752
			3:00	Russia	MSK/MSD	1989 Mar lastSun  2:00s
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1753
			2:00	1:00	EEST	1989 Sep lastSun  2:00s
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1754
			2:00	Latvia	EE%sT	1997 Jan 21
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1755
			2:00	EU	EE%sT	2000 Feb 29
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1756
			2:00	-	EET	2001 Jan  2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1757
			2:00	EU	EE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1758
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1759
# Liechtenstein
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  1760
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  1761
# From Paul Eggert (2013-09-09):
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  1762
# Shanks & Pottenger say Vaduz is like Zurich.
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  1763
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  1764
# From Alois Treindl (2013-09-18):
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  1765
# http://www.eliechtensteinensia.li/LIJ/1978/1938-1978/1941.pdf
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  1766
# ... confirms on p. 6 that Liechtenstein followed Switzerland in 1941 and 1942.
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  1767
# I ... translate only the last two paragraphs:
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  1768
#    ... during second world war, in the years 1941 and 1942, Liechtenstein
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  1769
#    introduced daylight saving time, adapting to Switzerland.  From 1943 on
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  1770
#    central European time was in force throughout the year.
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  1771
#    From a report of the duke's government to the high council,
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  1772
#    regarding the introduction of a time law, of 31 May 1977.
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  1773
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  1774
Link Europe/Zurich Europe/Vaduz
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  1775
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1776
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1777
# Lithuania
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1778
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  1779
# From Paul Eggert (2016-03-18):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  1780
# The 1989 transition is from USSR act No. 227 (1989-03-14).
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  1781
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1782
# From Paul Eggert (1996-11-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1783
# IATA SSIM (1992/1996) says Lithuania uses W-Eur rules, but since it is
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1784
# known to be wrong about Estonia and Latvia, assume it's wrong here too.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1785
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1786
# From Marius Gedminas (1998-08-07):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1787
# I would like to inform that in this year Lithuanian time zone
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1788
# (Europe/Vilnius) was changed.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1789
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1790
# From ELTA No. 972 (2582) (1999-09-29) <http://www.elta.lt/>,
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1791
# via Steffen Thorsen:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1792
# Lithuania has shifted back to the second time zone (GMT plus two hours)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1793
# to be valid here starting from October 31,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1794
# as decided by the national government on Wednesday....
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1795
# The Lithuanian government also announced plans to consider a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1796
# motion to give up shifting to summer time in spring, as it was
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1797
# already done by Estonia.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1798
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1799
# From the Fact File, Lithuanian State Department of Tourism
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1800
# <http://www.tourism.lt/informa/ff.htm> (2000-03-27):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1801
# Local time is GMT+2 hours ..., no daylight saving.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1802
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1803
# From a user via Klaus Marten (2003-02-07):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1804
# As a candidate for membership of the European Union, Lithuania will
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1805
# observe Summer Time in 2003, changing its clocks at the times laid
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1806
# down in EU Directive 2000/84 of 19.I.01 (i.e. at the same times as its
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1807
# neighbour Latvia). The text of the Lithuanian government Order of
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1808
# 7.XI.02 to this effect can be found at
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1809
# http://www.lrvk.lt/nut/11/n1749.htm
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1810
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1811
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1812
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1813
Zone	Europe/Vilnius	1:41:16	-	LMT	1880
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1814
			1:24:00	-	WMT	1917        # Warsaw Mean Time
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1815
			1:35:36	-	KMT	1919 Oct 10 # Kaunas Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1816
			1:00	-	CET	1920 Jul 12
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1817
			2:00	-	EET	1920 Oct  9
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1818
			1:00	-	CET	1940 Aug  3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1819
			3:00	-	MSK	1941 Jun 24
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1820
			1:00	C-Eur	CE%sT	1944 Aug
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  1821
			3:00	Russia	MSK/MSD	1989 Mar 26  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  1822
			2:00	Russia	EE%sT	1991 Sep 29  2:00s
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1823
			2:00	C-Eur	EE%sT	1998
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1824
			2:00	-	EET	1998 Mar 29  1:00u
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1825
			1:00	EU	CE%sT	1999 Oct 31  1:00u
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1826
			2:00	-	EET	2003 Jan  1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1827
			2:00	EU	EE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1828
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1829
# Luxembourg
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1830
# Whitman disagrees with most of these dates in minor ways;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1831
# go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1832
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1833
Rule	Lux	1916	only	-	May	14	23:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1834
Rule	Lux	1916	only	-	Oct	 1	 1:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1835
Rule	Lux	1917	only	-	Apr	28	23:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1836
Rule	Lux	1917	only	-	Sep	17	 1:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1837
Rule	Lux	1918	only	-	Apr	Mon>=15	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1838
Rule	Lux	1918	only	-	Sep	Mon>=15	 2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1839
Rule	Lux	1919	only	-	Mar	 1	23:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1840
Rule	Lux	1919	only	-	Oct	 5	 3:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1841
Rule	Lux	1920	only	-	Feb	14	23:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1842
Rule	Lux	1920	only	-	Oct	24	 2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1843
Rule	Lux	1921	only	-	Mar	14	23:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1844
Rule	Lux	1921	only	-	Oct	26	 2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1845
Rule	Lux	1922	only	-	Mar	25	23:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1846
Rule	Lux	1922	only	-	Oct	Sun>=2	 1:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1847
Rule	Lux	1923	only	-	Apr	21	23:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1848
Rule	Lux	1923	only	-	Oct	Sun>=2	 2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1849
Rule	Lux	1924	only	-	Mar	29	23:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1850
Rule	Lux	1924	1928	-	Oct	Sun>=2	 1:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1851
Rule	Lux	1925	only	-	Apr	 5	23:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1852
Rule	Lux	1926	only	-	Apr	17	23:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1853
Rule	Lux	1927	only	-	Apr	 9	23:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1854
Rule	Lux	1928	only	-	Apr	14	23:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1855
Rule	Lux	1929	only	-	Apr	20	23:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1856
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1857
Zone Europe/Luxembourg	0:24:36 -	LMT	1904 Jun
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1858
			1:00	Lux	CE%sT	1918 Nov 25
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1859
			0:00	Lux	WE%sT	1929 Oct  6  2:00s
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1860
			0:00	Belgium	WE%sT	1940 May 14  3:00
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1861
			1:00	C-Eur	WE%sT	1944 Sep 18  3:00
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1862
			1:00	Belgium	CE%sT	1977
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1863
			1:00	EU	CE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1864
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1865
# Macedonia
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  1866
# See Europe/Belgrade.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1867
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1868
# Malta
41962
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1869
#
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1870
# From Paul Eggert (2016-10-21):
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1871
# Assume 1900-1972 was like Rome, overriding Shanks.
a52f798399ca 8169191: (tz) Support tzdata2016i
rpatil
parents: 41819
diff changeset
  1872
#
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1873
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1874
Rule	Malta	1973	only	-	Mar	31	0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1875
Rule	Malta	1973	only	-	Sep	29	0:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1876
Rule	Malta	1974	only	-	Apr	21	0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1877
Rule	Malta	1974	only	-	Sep	16	0:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1878
Rule	Malta	1975	1979	-	Apr	Sun>=15	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1879
Rule	Malta	1975	1980	-	Sep	Sun>=15	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1880
Rule	Malta	1980	only	-	Mar	31	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1881
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1882
Zone	Europe/Malta	0:58:04 -	LMT	1893 Nov  2  0:00s # Valletta
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1883
			1:00	Italy	CE%sT	1973 Mar 31
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1884
			1:00	Malta	CE%sT	1981
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1885
			1:00	EU	CE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1886
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1887
# Moldova
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1888
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  1889
# From Stepan Golosunov (2016-03-07):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  1890
# the act of the government of the Republic of Moldova Nr. 132 from 1990-05-04
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  1891
# http://lex.justice.md/viewdoc.php?action=view&view=doc&id=298782&lang=2
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  1892
# ... says that since 1990-05-06 on the territory of the Moldavian SSR
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  1893
# time would be calculated as the standard time of the second time belt
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  1894
# plus one hour of the "summer" time. To implement that clocks would be
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  1895
# adjusted one hour backwards at 1990-05-06 2:00. After that "summer"
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  1896
# time would be cancelled last Sunday of September at 3:00 and
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  1897
# reintroduced last Sunday of March at 2:00.
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  1898
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1899
# From Paul Eggert (2006-03-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1900
# A previous version of this database followed Shanks & Pottenger, who write
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1901
# that Tiraspol switched to Moscow time on 1992-01-19 at 02:00.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1902
# However, this is most likely an error, as Moldova declared independence
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1903
# on 1991-08-27 (the 1992-01-19 date is that of a Russian decree).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1904
# In early 1992 there was large-scale interethnic violence in the area
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1905
# and it's possible that some Russophones continued to observe Moscow time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1906
# But [two people] separately reported via
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1907
# Jesper Nørgaard that as of 2001-01-24 Tiraspol was like Chisinau.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1908
# The Tiraspol entry has therefore been removed for now.
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  1909
#
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  1910
# From Alexander Krivenyshev (2011-10-17):
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  1911
# Pridnestrovian Moldavian Republic (PMR, also known as
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  1912
# "Pridnestrovie") has abolished seasonal clock change (no transition
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  1913
# to the Winter Time).
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  1914
#
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  1915
# News (in Russian):
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  1916
# http://www.kyivpost.ua/russia/news/pridnestrove-otkazalos-ot-perehoda-na-zimnee-vremya-30954.html
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  1917
# http://www.allmoldova.com/moldova-news/1249064116.html
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  1918
#
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  1919
# The substance of this change (reinstatement of the Tiraspol entry)
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  1920
# is from a patch from Petr Machata (2011-10-17)
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  1921
#
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  1922
# From Tim Parenti (2011-10-19)
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  1923
# In addition, being situated at +4651+2938 would give Tiraspol
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  1924
# a pre-1880 LMT offset of 1:58:32.
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  1925
#
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  1926
# (which agrees with the earlier entry that had been removed)
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  1927
#
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  1928
# From Alexander Krivenyshev (2011-10-26)
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  1929
# NO need to divide Moldova into two timezones at this point.
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  1930
# As of today, Transnistria (Pridnestrovie)- Tiraspol reversed its own
14416
449750ac6173 8002227: (tz) Support tzdata2012i
coffeys
parents: 12306
diff changeset
  1931
# decision to abolish DST this winter.
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  1932
# Following Moldova and neighboring Ukraine- Transnistria (Pridnestrovie)-
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  1933
# Tiraspol will go back to winter time on October 30, 2011.
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  1934
# News from Moldova (in russian):
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
  1935
# https://ru.publika.md/link_317061.html
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  1936
32215
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  1937
# From Roman Tudos (2015-07-02):
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  1938
# http://lex.justice.md/index.php?action=view&view=doc&lang=1&id=355077
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  1939
# From Paul Eggert (2015-07-01):
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  1940
# The abovementioned official link to IGO1445-868/2014 states that
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  1941
# 2014-10-26's fallback transition occurred at 03:00 local time.  Also,
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
  1942
# https://www.trm.md/en/social/la-30-martie-vom-trece-la-ora-de-vara
32215
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  1943
# says the 2014-03-30 spring-forward transition was at 02:00 local time.
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  1944
# Guess that since 1997 Moldova has switched one hour before the EU.
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  1945
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  1946
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  1947
Rule	Moldova	1997	max	-	Mar	lastSun	 2:00	1:00	S
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  1948
Rule	Moldova	1997	max	-	Oct	lastSun	 3:00	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1949
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1950
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1951
Zone	Europe/Chisinau	1:55:20 -	LMT	1880
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1952
			1:55	-	CMT	1918 Feb 15 # Chisinau MT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1953
			1:44:24	-	BMT	1931 Jul 24 # Bucharest MT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1954
			2:00	Romania	EE%sT	1940 Aug 15
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1955
			2:00	1:00	EEST	1941 Jul 17
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1956
			1:00	C-Eur	CE%sT	1944 Aug 24
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  1957
			3:00	Russia	MSK/MSD	1990 May  6  2:00
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1958
			2:00	Russia	EE%sT	1992
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1959
			2:00	E-Eur	EE%sT	1997
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1960
# See Romania commentary for the guessed 1997 transition to EU rules.
32215
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  1961
			2:00	Moldova	EE%sT
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1962
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1963
# Monaco
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1964
# Shanks & Pottenger give 0:09:20 for Paris Mean Time; go with Howse's
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1965
# more precise 0:09:21.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1966
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1967
Zone	Europe/Monaco	0:29:32 -	LMT	1891 Mar 15
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1968
			0:09:21	-	PMT	1911 Mar 11 # Paris Mean Time
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  1969
			0:00	France	WE%sT	1945 Sep 16  3:00
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1970
			1:00	France	CE%sT	1977
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1971
			1:00	EU	CE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1972
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1973
# Montenegro
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  1974
# See Europe/Belgrade.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1975
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1976
# Netherlands
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1977
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1978
# Howse writes that the Netherlands' railways used GMT between 1892 and 1940,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1979
# but for other purposes the Netherlands used Amsterdam mean time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1980
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1981
# However, Robert H. van Gent writes (2001-04-01):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1982
# Howse's statement is only correct up to 1909. From 1909-05-01 (00:00:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1983
# Amsterdam mean time) onwards, the whole of the Netherlands (including
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1984
# the Dutch railways) was required by law to observe Amsterdam mean time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1985
# (19 minutes 32.13 seconds ahead of GMT). This had already been the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1986
# common practice (except for the railways) for many decades but it was
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1987
# not until 1909 when the Dutch government finally defined this by law.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1988
# On 1937-07-01 this was changed to 20 minutes (exactly) ahead of GMT and
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1989
# was generally known as Dutch Time ("Nederlandse Tijd").
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1990
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1991
# (2001-04-08):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1992
# 1892-05-01 was the date when the Dutch railways were by law required to
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1993
# observe GMT while the remainder of the Netherlands adhered to the common
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1994
# practice of following Amsterdam mean time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1995
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1996
# (2001-04-09):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1997
# In 1835 the authorities of the province of North Holland requested the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1998
# municipal authorities of the towns and cities in the province to observe
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1999
# Amsterdam mean time but I do not know in how many cases this request was
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2000
# actually followed.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2001
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2002
# From 1852 onwards the Dutch telegraph offices were by law required to
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2003
# observe Amsterdam mean time. As the time signals from the observatory of
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2004
# Leiden were also distributed by the telegraph system, I assume that most
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2005
# places linked up with the telegraph (and railway) system automatically
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2006
# adopted Amsterdam mean time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2007
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2008
# Although the early Dutch railway companies initially observed a variety
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2009
# of times, most of them had adopted Amsterdam mean time by 1858 but it
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2010
# was not until 1866 when they were all required by law to observe
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2011
# Amsterdam mean time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2012
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2013
# The data entries before 1945 are taken from
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
  2014
# https://www.staff.science.uu.nl/~gent0113/wettijd/wettijd.htm
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2015
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2016
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2017
Rule	Neth	1916	only	-	May	 1	0:00	1:00	NST	# Netherlands Summer Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2018
Rule	Neth	1916	only	-	Oct	 1	0:00	0	AMT	# Amsterdam Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2019
Rule	Neth	1917	only	-	Apr	16	2:00s	1:00	NST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2020
Rule	Neth	1917	only	-	Sep	17	2:00s	0	AMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2021
Rule	Neth	1918	1921	-	Apr	Mon>=1	2:00s	1:00	NST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2022
Rule	Neth	1918	1921	-	Sep	lastMon	2:00s	0	AMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2023
Rule	Neth	1922	only	-	Mar	lastSun	2:00s	1:00	NST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2024
Rule	Neth	1922	1936	-	Oct	Sun>=2	2:00s	0	AMT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2025
Rule	Neth	1923	only	-	Jun	Fri>=1	2:00s	1:00	NST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2026
Rule	Neth	1924	only	-	Mar	lastSun	2:00s	1:00	NST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2027
Rule	Neth	1925	only	-	Jun	Fri>=1	2:00s	1:00	NST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2028
# From 1926 through 1939 DST began 05-15, except that it was delayed by a week
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2029
# in years when 05-15 fell in the Pentecost weekend.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2030
Rule	Neth	1926	1931	-	May	15	2:00s	1:00	NST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2031
Rule	Neth	1932	only	-	May	22	2:00s	1:00	NST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2032
Rule	Neth	1933	1936	-	May	15	2:00s	1:00	NST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2033
Rule	Neth	1937	only	-	May	22	2:00s	1:00	NST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2034
Rule	Neth	1937	only	-	Jul	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2035
Rule	Neth	1937	1939	-	Oct	Sun>=2	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2036
Rule	Neth	1938	1939	-	May	15	2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2037
Rule	Neth	1945	only	-	Apr	 2	2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2038
Rule	Neth	1945	only	-	Sep	16	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2039
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2040
# Amsterdam Mean Time was +00:19:32.13 exactly, but the .13 is omitted
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2041
# below because the current format requires GMTOFF to be an integer.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2042
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2043
Zone Europe/Amsterdam	0:19:32 -	LMT	1835
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2044
			0:19:32	Neth	%s	1937 Jul  1
44118
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  2045
			0:20	Neth +0020/+0120 1940 May 16  0:00
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2046
			1:00	C-Eur	CE%sT	1945 Apr  2  2:00
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2047
			1:00	Neth	CE%sT	1977
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2048
			1:00	EU	CE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2049
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2050
# Norway
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2051
# http://met.no/met/met_lex/q_u/sommertid.html (2004-01) agrees with Shanks &
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2052
# Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2053
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2054
Rule	Norway	1916	only	-	May	22	1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2055
Rule	Norway	1916	only	-	Sep	30	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2056
Rule	Norway	1945	only	-	Apr	 2	2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2057
Rule	Norway	1945	only	-	Oct	 1	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2058
Rule	Norway	1959	1964	-	Mar	Sun>=15	2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2059
Rule	Norway	1959	1965	-	Sep	Sun>=15	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2060
Rule	Norway	1965	only	-	Apr	25	2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2061
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2062
Zone	Europe/Oslo	0:43:00 -	LMT	1895 Jan  1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2063
			1:00	Norway	CE%sT	1940 Aug 10 23:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2064
			1:00	C-Eur	CE%sT	1945 Apr  2  2:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2065
			1:00	Norway	CE%sT	1980
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2066
			1:00	EU	CE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2067
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2068
# Svalbard & Jan Mayen
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2069
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2070
# From Steffen Thorsen (2001-05-01):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2071
# Although I could not find it explicitly, it seems that Jan Mayen and
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2072
# Svalbard have been using the same time as Norway at least since the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2073
# time they were declared as parts of Norway.  Svalbard was declared
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2074
# as a part of Norway by law of 1925-07-17 no 11, section 4 and Jan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2075
# Mayen by law of 1930-02-27 no 2, section 2. (From
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2076
# <http://www.lovdata.no/all/nl-19250717-011.html> and
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2077
# <http://www.lovdata.no/all/nl-19300227-002.html>).  The law/regulation
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2078
# for normal/standard time in Norway is from 1894-06-29 no 1 (came
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2079
# into operation on 1895-01-01) and Svalbard/Jan Mayen seem to be a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2080
# part of this law since 1925/1930. (From
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2081
# <http://www.lovdata.no/all/nl-18940629-001.html>) I have not been
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2082
# able to find if Jan Mayen used a different time zone (e.g. -0100)
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2083
# before 1930. Jan Mayen has only been "inhabited" since 1921 by
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2084
# Norwegian meteorologists and maybe used the same time as Norway ever
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2085
# since 1921.  Svalbard (Arctic/Longyearbyen) has been inhabited since
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2086
# before 1895, and therefore probably changed the local time somewhere
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2087
# between 1895 and 1925 (inclusive).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2088
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  2089
# From Paul Eggert (2013-09-04):
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2090
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2091
# Actually, Jan Mayen was never occupied by Germany during World War II,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2092
# so it must have diverged from Oslo time during the war, as Oslo was
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2093
# keeping Berlin time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2094
#
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
  2095
# <https://www.jan-mayen.no/history.htm> says that the meteorologists
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2096
# burned down their station in 1940 and left the island, but returned in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2097
# 1941 with a small Norwegian garrison and continued operations despite
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2098
# frequent air attacks from Germans.  In 1943 the Americans established a
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2099
# radiolocating station on the island, called "Atlantic City".  Possibly
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  2100
# the UT offset changed during the war, but I think it unlikely that
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2101
# Jan Mayen used German daylight-saving rules.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2102
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2103
# Svalbard is more complicated, as it was raided in August 1941 by an
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2104
# Allied party that evacuated the civilian population to England (says
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2105
# <http://www.bartleby.com/65/sv/Svalbard.html>).  The Svalbard FAQ
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2106
# <http://www.svalbard.com/SvalbardFAQ.html> says that the Germans were
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2107
# expelled on 1942-05-14.  However, small parties of Germans did return,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2108
# and according to Wilhelm Dege's book "War North of 80" (1954)
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2109
# http://www.ucalgary.ca/UofC/departments/UP/1-55238/1-55238-110-2.html
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2110
# the German armed forces at the Svalbard weather station code-named
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2111
# Haudegen did not surrender to the Allies until September 1945.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2112
#
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  2113
# All these events predate our cutoff date of 1970, so use Europe/Oslo
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  2114
# for these regions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2115
Link	Europe/Oslo	Arctic/Longyearbyen
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2116
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2117
# Poland
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2118
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2119
# The 1919 dates and times can be found in Tygodnik Urzędowy nr 1 (1919-03-20),
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2120
# <http://www.wbc.poznan.pl/publication/32156> pp 1-2.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2121
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2122
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2123
Rule	Poland	1918	1919	-	Sep	16	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2124
Rule	Poland	1919	only	-	Apr	15	2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2125
Rule	Poland	1944	only	-	Apr	 3	2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2126
# Whitman gives 1944 Nov 30; go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2127
Rule	Poland	1944	only	-	Oct	 4	2:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2128
# For 1944-1948 Whitman gives the previous day; go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2129
Rule	Poland	1945	only	-	Apr	29	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2130
Rule	Poland	1945	only	-	Nov	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2131
# For 1946 on the source is Kazimierz Borkowski,
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2132
# Toruń Center for Astronomy, Dept. of Radio Astronomy, Nicolaus Copernicus U.,
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
  2133
# https://www.astro.uni.torun.pl/~kb/Artykuly/U-PA/Czas2.htm#tth_tAb1
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2134
# Thanks to Przemysław Augustyniak (2005-05-28) for this reference.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2135
# He also gives these further references:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2136
# Mon Pol nr 13, poz 162 (1995) <http://www.abc.com.pl/serwis/mp/1995/0162.htm>
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2137
# Druk nr 2180 (2003) <http://www.senat.gov.pl/k5/dok/sejm/053/2180.pdf>
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2138
Rule	Poland	1946	only	-	Apr	14	0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2139
Rule	Poland	1946	only	-	Oct	 7	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2140
Rule	Poland	1947	only	-	May	 4	2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2141
Rule	Poland	1947	1949	-	Oct	Sun>=1	2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2142
Rule	Poland	1948	only	-	Apr	18	2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2143
Rule	Poland	1949	only	-	Apr	10	2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2144
Rule	Poland	1957	only	-	Jun	 2	1:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2145
Rule	Poland	1957	1958	-	Sep	lastSun	1:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2146
Rule	Poland	1958	only	-	Mar	30	1:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2147
Rule	Poland	1959	only	-	May	31	1:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2148
Rule	Poland	1959	1961	-	Oct	Sun>=1	1:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2149
Rule	Poland	1960	only	-	Apr	 3	1:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2150
Rule	Poland	1961	1964	-	May	lastSun	1:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2151
Rule	Poland	1962	1964	-	Sep	lastSun	1:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2152
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2153
Zone	Europe/Warsaw	1:24:00 -	LMT	1880
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2154
			1:24:00	-	WMT	1915 Aug  5 # Warsaw Mean Time
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2155
			1:00	C-Eur	CE%sT	1918 Sep 16  3:00
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2156
			2:00	Poland	EE%sT	1922 Jun
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2157
			1:00	Poland	CE%sT	1940 Jun 23  2:00
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2158
			1:00	C-Eur	CE%sT	1944 Oct
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2159
			1:00	Poland	CE%sT	1977
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2160
			1:00	W-Eur	CE%sT	1988
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2161
			1:00	EU	CE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2162
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2163
# Portugal
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2164
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2165
# From Paul Eggert (2014-08-11), after a heads-up from Stephen Colebourne:
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2166
# According to a Portuguese decree (1911-05-26)
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
  2167
# https://dre.pt/application/dir/pdf1sdip/1911/05/12500/23132313.pdf
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2168
# Lisbon was at -0:36:44.68, but switched to GMT on 1912-01-01 at 00:00.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2169
# Round the old offset to -0:36:45.  This agrees with Willett but disagrees
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2170
# with Shanks, who says the transition occurred on 1911-05-24 at 00:00 for
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2171
# Europe/Lisbon, Atlantic/Azores, and Atlantic/Madeira.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2172
#
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2173
# From Rui Pedro Salgueiro (1992-11-12):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2174
# Portugal has recently (September, 27) changed timezone
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2175
# (from WET to MET or CET) to harmonize with EEC.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2176
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2177
# Martin Bruckmann (1996-02-29) reports via Peter Ilieve
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2178
# that Portugal is reverting to 0:00 by not moving its clocks this spring.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2179
# The new Prime Minister was fed up with getting up in the dark in the winter.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2180
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2181
# From Paul Eggert (1996-11-12):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2182
# IATA SSIM (1991-09) reports several 1991-09 and 1992-09 transitions
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2183
# at 02:00u, not 01:00u.  Assume that these are typos.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2184
# IATA SSIM (1991/1992) reports that the Azores were at -1:00.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2185
# IATA SSIM (1993-02) says +0:00; later issues (through 1996-09) say -1:00.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2186
# Guess that the Azores changed to EU rules in 1992 (since that's when Portugal
48716
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
  2187
# harmonized with EU rules), and that they stayed +0:00 that winter.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2188
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2189
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2190
# DSH writes that despite Decree 1,469 (1915), the change to the clocks was not
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2191
# done every year, depending on what Spain did, because of railroad schedules.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2192
# Go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2193
Rule	Port	1916	only	-	Jun	17	23:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2194
# Whitman gives 1916 Oct 31; go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2195
Rule	Port	1916	only	-	Nov	 1	 1:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2196
Rule	Port	1917	only	-	Feb	28	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2197
Rule	Port	1917	1921	-	Oct	14	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2198
Rule	Port	1918	only	-	Mar	 1	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2199
Rule	Port	1919	only	-	Feb	28	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2200
Rule	Port	1920	only	-	Feb	29	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2201
Rule	Port	1921	only	-	Feb	28	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2202
Rule	Port	1924	only	-	Apr	16	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2203
Rule	Port	1924	only	-	Oct	14	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2204
Rule	Port	1926	only	-	Apr	17	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2205
Rule	Port	1926	1929	-	Oct	Sat>=1	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2206
Rule	Port	1927	only	-	Apr	 9	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2207
Rule	Port	1928	only	-	Apr	14	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2208
Rule	Port	1929	only	-	Apr	20	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2209
Rule	Port	1931	only	-	Apr	18	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2210
# Whitman gives 1931 Oct 8; go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2211
Rule	Port	1931	1932	-	Oct	Sat>=1	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2212
Rule	Port	1932	only	-	Apr	 2	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2213
Rule	Port	1934	only	-	Apr	 7	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2214
# Whitman gives 1934 Oct 5; go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2215
Rule	Port	1934	1938	-	Oct	Sat>=1	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2216
# Shanks & Pottenger give 1935 Apr 30; go with Whitman.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2217
Rule	Port	1935	only	-	Mar	30	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2218
Rule	Port	1936	only	-	Apr	18	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2219
# Whitman gives 1937 Apr 2; go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2220
Rule	Port	1937	only	-	Apr	 3	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2221
Rule	Port	1938	only	-	Mar	26	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2222
Rule	Port	1939	only	-	Apr	15	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2223
# Whitman gives 1939 Oct 7; go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2224
Rule	Port	1939	only	-	Nov	18	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2225
Rule	Port	1940	only	-	Feb	24	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2226
# Shanks & Pottenger give 1940 Oct 7; go with Whitman.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2227
Rule	Port	1940	1941	-	Oct	 5	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2228
Rule	Port	1941	only	-	Apr	 5	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2229
Rule	Port	1942	1945	-	Mar	Sat>=8	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2230
Rule	Port	1942	only	-	Apr	25	22:00s	2:00	M # Midsummer
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2231
Rule	Port	1942	only	-	Aug	15	22:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2232
Rule	Port	1942	1945	-	Oct	Sat>=24	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2233
Rule	Port	1943	only	-	Apr	17	22:00s	2:00	M
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2234
Rule	Port	1943	1945	-	Aug	Sat>=25	22:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2235
Rule	Port	1944	1945	-	Apr	Sat>=21	22:00s	2:00	M
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2236
Rule	Port	1946	only	-	Apr	Sat>=1	23:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2237
Rule	Port	1946	only	-	Oct	Sat>=1	23:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2238
Rule	Port	1947	1949	-	Apr	Sun>=1	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2239
Rule	Port	1947	1949	-	Oct	Sun>=1	 2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2240
# Shanks & Pottenger say DST was observed in 1950; go with Whitman.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2241
# Whitman gives Oct lastSun for 1952 on; go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2242
Rule	Port	1951	1965	-	Apr	Sun>=1	 2:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2243
Rule	Port	1951	1965	-	Oct	Sun>=1	 2:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2244
Rule	Port	1977	only	-	Mar	27	 0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2245
Rule	Port	1977	only	-	Sep	25	 0:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2246
Rule	Port	1978	1979	-	Apr	Sun>=1	 0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2247
Rule	Port	1978	only	-	Oct	 1	 0:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2248
Rule	Port	1979	1982	-	Sep	lastSun	 1:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2249
Rule	Port	1980	only	-	Mar	lastSun	 0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2250
Rule	Port	1981	1982	-	Mar	lastSun	 1:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2251
Rule	Port	1983	only	-	Mar	lastSun	 2:00s	1:00	S
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2252
#
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2253
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2254
Zone	Europe/Lisbon	-0:36:45 -	LMT	1884
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2255
			-0:36:45 -	LMT	1912 Jan  1 # Lisbon Mean Time
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2256
			 0:00	Port	WE%sT	1966 Apr  3  2:00
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2257
			 1:00	-	CET	1976 Sep 26  1:00
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2258
			 0:00	Port	WE%sT	1983 Sep 25  1:00s
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2259
			 0:00	W-Eur	WE%sT	1992 Sep 27  1:00s
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2260
			 1:00	EU	CE%sT	1996 Mar 31  1:00u
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2261
			 0:00	EU	WE%sT
44118
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  2262
# This Zone can be simplified once we assume zic %z.
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2263
Zone Atlantic/Azores	-1:42:40 -	LMT	1884        # Ponta Delgada
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2264
			-1:54:32 -	HMT	1912 Jan  1 # Horta Mean Time
44118
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  2265
			-2:00	Port	-02/-01	1942 Apr 25 22:00s
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  2266
			-2:00	Port	+00	1942 Aug 15 22:00s
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  2267
			-2:00	Port	-02/-01	1943 Apr 17 22:00s
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  2268
			-2:00	Port	+00	1943 Aug 28 22:00s
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  2269
			-2:00	Port	-02/-01	1944 Apr 22 22:00s
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  2270
			-2:00	Port	+00	1944 Aug 26 22:00s
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  2271
			-2:00	Port	-02/-01	1945 Apr 21 22:00s
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  2272
			-2:00	Port	+00	1945 Aug 25 22:00s
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  2273
			-2:00	Port	-02/-01	1966 Apr  3  2:00
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  2274
			-1:00	Port	-01/+00	1983 Sep 25  1:00s
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  2275
			-1:00	W-Eur	-01/+00	1992 Sep 27  1:00s
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2276
			 0:00	EU	WE%sT	1993 Mar 28  1:00u
44118
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  2277
			-1:00	EU	-01/+00
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  2278
# This Zone can be simplified once we assume zic %z.
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2279
Zone Atlantic/Madeira	-1:07:36 -	LMT	1884        # Funchal
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2280
			-1:07:36 -	FMT	1912 Jan  1 # Funchal Mean Time
44118
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  2281
			-1:00	Port	-01/+00	1942 Apr 25 22:00s
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  2282
			-1:00	Port	+01	1942 Aug 15 22:00s
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  2283
			-1:00	Port	-01/+00	1943 Apr 17 22:00s
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  2284
			-1:00	Port	+01	1943 Aug 28 22:00s
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  2285
			-1:00	Port	-01/+00	1944 Apr 22 22:00s
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  2286
			-1:00	Port	+01	1944 Aug 26 22:00s
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  2287
			-1:00	Port	-01/+00	1945 Apr 21 22:00s
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  2288
			-1:00	Port	+01	1945 Aug 25 22:00s
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  2289
			-1:00	Port	-01/+00	1966 Apr  3  2:00
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2290
			 0:00	Port	WE%sT	1983 Sep 25  1:00s
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2291
			 0:00	EU	WE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2292
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2293
# Romania
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2294
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2295
# From Paul Eggert (1999-10-07):
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2296
# Nine O'clock <http://www.nineoclock.ro/POL/1778pol.html>
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2297
# (1998-10-23) reports that the switch occurred at
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2298
# 04:00 local time in fall 1998.  For lack of better info,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2299
# assume that Romania and Moldova switched to EU rules in 1997,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2300
# the same year as Bulgaria.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2301
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2302
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2303
Rule	Romania	1932	only	-	May	21	 0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2304
Rule	Romania	1932	1939	-	Oct	Sun>=1	 0:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2305
Rule	Romania	1933	1939	-	Apr	Sun>=2	 0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2306
Rule	Romania	1979	only	-	May	27	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2307
Rule	Romania	1979	only	-	Sep	lastSun	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2308
Rule	Romania	1980	only	-	Apr	 5	23:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2309
Rule	Romania	1980	only	-	Sep	lastSun	 1:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2310
Rule	Romania	1991	1993	-	Mar	lastSun	 0:00s	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2311
Rule	Romania	1991	1993	-	Sep	lastSun	 0:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2312
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2313
Zone Europe/Bucharest	1:44:24 -	LMT	1891 Oct
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2314
			1:44:24	-	BMT	1931 Jul 24 # Bucharest MT
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2315
			2:00	Romania	EE%sT	1981 Mar 29  2:00s
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2316
			2:00	C-Eur	EE%sT	1991
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2317
			2:00	Romania	EE%sT	1994
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2318
			2:00	E-Eur	EE%sT	1997
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2319
			2:00	EU	EE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2320
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2321
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2322
# Russia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2323
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2324
# From Alexander Krivenyshev (2011-09-15):
32215
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  2325
# Based on last Russian Government Decree No. 725 on August 31, 2011
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2326
# (Government document
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2327
# http://www.government.ru/gov/results/16355/print/
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2328
# in Russian)
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2329
# there are few corrections have to be made for some Russian time zones...
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2330
# All updated Russian Time Zones were placed in table and translated to English
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2331
# by WorldTimeZone.com at the link below:
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2332
# http://www.worldtimezone.com/dst_news/dst_news_russia36.htm
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2333
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2334
# From Sanjeev Gupta (2011-09-27):
32215
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  2335
# Scans of [Decree No. 23 of January 8, 1992] are available at:
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2336
# http://government.consultant.ru/page.aspx?1223966
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2337
# They are in Cyrillic letters (presumably Russian).
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2338
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2339
# From Arthur David Olson (2012-05-09):
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2340
# Regarding the instant when clocks in time-zone-shifting parts of Russia
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2341
# changed in September 2011:
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2342
#
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2343
# One source is
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2344
# http://government.ru/gov/results/16355/
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2345
# which, according to translate.google.com, begins "Decree of August 31,
32215
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  2346
# 2011 No. 725" and contains no other dates or "effective date" information.
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2347
#
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2348
# Another source is
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
  2349
# https://rg.ru/2011/09/06/chas-zona-dok.html
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2350
# which, according to translate.google.com, begins "Resolution of the
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2351
# Government of the Russian Federation on August 31, 2011 N 725" and also
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2352
# contains "Date first official publication: September 6, 2011 Posted on:
32215
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  2353
# in the 'RG' - Federal Issue No. 5573 September 6, 2011" but which
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2354
# does not contain any "effective date" information.
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2355
#
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2356
# Another source is
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
  2357
# https://en.wikipedia.org/wiki/Oymyakonsky_District#cite_note-RuTime-7
32215
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  2358
# which, in note 8, contains "Resolution No. 725 of August 31, 2011...
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2359
# Effective as of after 7 days following the day of the official publication"
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2360
# but which does not contain any reference to September 6, 2011.
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2361
#
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2362
# The Wikipedia article refers to
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2363
# http://base.consultant.ru/cons/cgi/online.cgi?req=doc;base=LAW;n=118896
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2364
# which seems to copy the text of the government.ru page.
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2365
#
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2366
# Tobias Conradi combines Wikipedia's
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2367
# "as of after 7 days following the day of the official publication"
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2368
# with www.rg.ru's "Date of first official publication: September 6, 2011" to
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2369
# get September 13, 2011 as the cutover date (unusually, a Tuesday, as Tobias
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2370
# Conradi notes).
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2371
#
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2372
# None of the sources indicates a time of day for changing clocks.
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2373
#
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2374
# Go with 2011-09-13 0:00s.
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  2375
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2376
# From Alexander Krivenyshev (2014-07-01):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2377
# According to the Russian news (ITAR-TASS News Agency)
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2378
# http://en.itar-tass.com/russia/738562
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2379
# the State Duma has approved ... the draft bill on returning to
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2380
# winter time standard and return Russia 11 time zones.  The new
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2381
# regulations will come into effect on October 26, 2014 at 02:00 ...
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2382
# http://asozd2.duma.gov.ru/main.nsf/%28Spravka%29?OpenAgent&RN=431985-6&02
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2383
# Here is a link where we put together table (based on approved Bill N
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2384
# 431985-6) with proposed 11 Russian time zones and corresponding
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2385
# areas/cities/administrative centers in the Russian Federation (in English):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2386
# http://www.worldtimezone.com/dst_news/dst_news_russia65.html
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2387
#
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2388
# From Alexander Krivenyshev (2014-07-22):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2389
# Putin signed the Federal Law 431985-6 ... (in Russian)
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2390
# http://itar-tass.com/obschestvo/1333711
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2391
# http://www.pravo.gov.ru:8080/page.aspx?111660
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2392
# http://www.kremlin.ru/acts/46279
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
  2393
# From October 26, 2014 the new Russian time zone map will look like this:
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2394
# http://www.worldtimezone.com/dst_news/dst_news_russia-map-2014-07.html
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2395
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2396
# From Paul Eggert (2006-03-22):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2397
# Moscow time zone abbreviations after 1919-07-01, and Moscow rules after 1991,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2398
# are from Andrey A. Chernov.  The rest is from Shanks & Pottenger,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2399
# except we follow Chernov's report that 1992 DST transitions were Sat
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2400
# 23:00, not Sun 02:00s.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2401
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2402
# From Stanislaw A. Kuzikowski (1994-06-29):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2403
# But now it is some months since Novosibirsk is 3 hours ahead of Moscow!
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2404
# I do not know why they have decided to make this change;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2405
# as far as I remember it was done exactly during winter->summer switching
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2406
# so we (Novosibirsk) simply did not switch.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2407
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2408
# From Andrey A. Chernov (1996-10-04):
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  2409
# 'MSK' and 'MSD' were born and used initially on Moscow computers with
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2410
# UNIX-like OSes by several developer groups (e.g. Demos group, Kiae group)....
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2411
# The next step was the UUCP network, the Relcom predecessor
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2412
# (used mainly for mail), and MSK/MSD was actively used there.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2413
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2414
# From Chris Carrier (1996-10-30):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2415
# According to a friend of mine who rode the Trans-Siberian Railroad from
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2416
# Moscow to Irkutsk in 1995, public air and rail transport in Russia ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2417
# still follows Moscow time, no matter where in Russia it is located.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2418
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2419
# For Grozny, Chechnya, we have the following story from
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2420
# John Daniszewski, "Scavengers in the Rubble", Los Angeles Times (2001-02-07):
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2421
# News - often false - is spread by word of mouth.  A rumor that it was
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2422
# time to move the clocks back put this whole city out of sync with
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2423
# the rest of Russia for two weeks - even soldiers stationed here began
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2424
# enforcing curfew at the wrong time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2425
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2426
# From Gwillim Law (2001-06-05):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2427
# There's considerable evidence that Sakhalin Island used to be in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2428
# UTC+11, and has changed to UTC+10, in this decade.  I start with the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2429
# SSIM, which listed Yuzhno-Sakhalinsk in zone RU10 along with Magadan
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2430
# until February 1997, and then in RU9 with Khabarovsk and Vladivostok
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2431
# since September 1997....  Although the Kuril Islands are
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2432
# administratively part of Sakhalin oblast', they appear to have
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2433
# remained on UTC+11 along with Magadan.
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2434
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2435
# From Tim Parenti (2014-07-06):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2436
# The comments detailing the coverage of each Russian zone are meant to assist
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2437
# with maintenance only and represent our best guesses as to which regions
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2438
# are covered by each zone.  They are not meant to be taken as an authoritative
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2439
# listing.  The region codes listed come from
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
  2440
# https://en.wikipedia.org/w/?title=Federal_subjects_of_Russia&oldid=611810498
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2441
# and are used for convenience only; no guarantees are made regarding their
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2442
# future stability.  ISO 3166-2:RU codes are also listed for first-level
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2443
# divisions where available.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2444
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2445
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2446
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2447
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2448
# From Tim Parenti (2014-07-03):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2449
# Europe/Kaliningrad covers...
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2450
# 39	RU-KGD	Kaliningrad Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2451
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2452
# From Paul Eggert (2016-03-18):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2453
# The 1989 transition is from USSR act No. 227 (1989-03-14).
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2454
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2455
# From Stepan Golosunov (2016-03-07):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2456
# http://www.rgo.ru/ru/kaliningradskoe-oblastnoe-otdelenie/ob-otdelenii/publikacii/kak-nam-zhilos-bez-letnego-vremeni
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2457
# confirms that the 1989 change to Moscow-1 was implemented.
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2458
# (The article, though, is misattributed to 1990 while saying that
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2459
# summer->winter transition would be done on the 24 of September. But
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2460
# 1990-09-24 was Monday, while 1989-09-24 was Sunday as expected.)
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2461
# ...
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2462
# http://www.kaliningradka.ru/site_pc/cherez/index.php?ELEMENT_ID=40091
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2463
# says that Kaliningrad switched to Moscow-1 on 1989-03-26, avoided
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2464
# at the last moment switch to Moscow-1 on 1991-03-31, switched to
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2465
# Moscow on 1991-11-03, switched to Moscow-1 on 1992-01-19.
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2466
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2467
Zone Europe/Kaliningrad	 1:22:00 -	LMT	1893 Apr
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2468
			 1:00	C-Eur	CE%sT	1945
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2469
			 2:00	Poland	CE%sT	1946
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2470
			 3:00	Russia	MSK/MSD	1989 Mar 26  2:00s
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2471
			 2:00	Russia	EE%sT	2011 Mar 27  2:00s
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2472
			 3:00	-	+03	2014 Oct 26  2:00s
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2473
			 2:00	-	EET
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2474
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2475
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2476
# From Paul Eggert (2016-02-21), per Tim Parenti (2014-07-03) and
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2477
# Oscar van Vlijmen (2001-08-25):
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2478
# Europe/Moscow covers...
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2479
# 01	RU-AD	Adygea, Republic of
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2480
# 05	RU-DA	Dagestan, Republic of
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2481
# 06	RU-IN	Ingushetia, Republic of
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2482
# 07	RU-KB	Kabardino-Balkar Republic
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2483
# 08	RU-KL	Kalmykia, Republic of
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2484
# 09	RU-KC	Karachay-Cherkess Republic
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2485
# 10	RU-KR	Karelia, Republic of
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2486
# 11	RU-KO	Komi Republic
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2487
# 12	RU-ME	Mari El Republic
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2488
# 13	RU-MO	Mordovia, Republic of
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2489
# 15	RU-SE	North Ossetia-Alania, Republic of
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2490
# 16	RU-TA	Tatarstan, Republic of
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2491
# 20	RU-CE	Chechen Republic
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2492
# 21	RU-CU	Chuvash Republic
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2493
# 23	RU-KDA	Krasnodar Krai
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2494
# 26	RU-STA	Stavropol Krai
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2495
# 29	RU-ARK	Arkhangelsk Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2496
# 31	RU-BEL	Belgorod Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2497
# 32	RU-BRY	Bryansk Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2498
# 33	RU-VLA	Vladimir Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2499
# 35	RU-VLG	Vologda Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2500
# 36	RU-VOR	Voronezh Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2501
# 37	RU-IVA	Ivanovo Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2502
# 40	RU-KLU	Kaluga Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2503
# 44	RU-KOS	Kostroma Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2504
# 46	RU-KRS	Kursk Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2505
# 47	RU-LEN	Leningrad Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2506
# 48	RU-LIP	Lipetsk Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2507
# 50	RU-MOS	Moscow Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2508
# 51	RU-MUR	Murmansk Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2509
# 52	RU-NIZ	Nizhny Novgorod Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2510
# 53	RU-NGR	Novgorod Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2511
# 57	RU-ORL	Oryol Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2512
# 58	RU-PNZ	Penza Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2513
# 60	RU-PSK	Pskov Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2514
# 61	RU-ROS	Rostov Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2515
# 62	RU-RYA	Ryazan Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2516
# 67	RU-SMO	Smolensk Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2517
# 68	RU-TAM	Tambov Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2518
# 69	RU-TVE	Tver Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2519
# 71	RU-TUL	Tula Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2520
# 76	RU-YAR	Yaroslavl Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2521
# 77	RU-MOW	Moscow
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2522
# 78	RU-SPE	Saint Petersburg
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2523
# 83	RU-NEN	Nenets Autonomous Okrug
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2524
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2525
# From Paul Eggert (2016-08-23):
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2526
# The Soviets switched to UT-based time in 1919.  Decree No. 59
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2527
# (1919-02-08) http://istmat.info/node/35567 established UT-based time
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2528
# zones, and Decree No. 147 (1919-03-29) http://istmat.info/node/35854
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2529
# specified a transition date of 1919-07-01, apparently at 00:00 UT.
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2530
# No doubt only the Soviet-controlled regions switched on that date;
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2531
# later transitions to UT-based time in other parts of Russia are
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2532
# taken from what appear to be guesses by Shanks.
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2533
# (Thanks to Alexander Belopolsky for pointers to the decrees.)
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2534
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2535
# From Stepan Golosunov (2016-03-07):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2536
# 11. Regions-violators, 1981-1982.
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2537
# Wikipedia refers to
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2538
# http://maps.monetonos.ru/maps/raznoe/Old_Maps/Old_Maps/Articles/022/3_1981.html
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2539
# http://besp.narod.ru/nauka_1981_3.htm
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2540
#
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2541
# The second link provides two articles scanned from the Nauka i Zhizn
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2542
# magazine No. 3, 1981 and a scan of the short article attributed to
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2543
# the Trud newspaper from February 1982.  The first link provides the
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2544
# same Nauka i Zhizn articles converted to the text form (but misses
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2545
# time belt changes map).
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2546
#
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2547
# The second Nauka i Zhizn article says that in addition to
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2548
# introduction of summer time on 1981-04-01 there are some time belt
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2549
# border changes on 1981-10-01, mostly affecting Nenets Autonomous
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2550
# Okrug, Krasnoyarsk Krai, Yakutia, Magadan Oblast and Chukotka
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2551
# according to the provided map (colored one).  In addition to that
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2552
# "time violators" (regions which were not using rules of the time
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2553
# belts in which they were located) would not be moving off the DST on
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2554
# 1981-10-01 to restore the decree time usage.  (Komi ASSR was
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2555
# supposed to repeat that move in October 1982 to account for the 2
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2556
# hour difference.)  Map depicting "time violators" before 1981-10-01
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2557
# is also provided.
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2558
#
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2559
# The article from Trud says that 1981-10-01 changes caused problems
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2560
# and some territories would be moved to pre-1981-10-01 time by not
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2561
# moving to summer time on 1982-04-01.  Namely: Dagestan,
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2562
# Kabardino-Balkar, Kalmyk, Komi, Mari, Mordovian, North Ossetian,
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2563
# Tatar, Chechen-Ingush and Chuvash ASSR, Krasnodar and Stavropol
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2564
# krais, Arkhangelsk, Vladimir, Vologda, Voronezh, Gorky, Ivanovo,
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2565
# Kostroma, Lipetsk, Penza, Rostov, Ryazan, Tambov, Tyumen and
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2566
# Yaroslavl oblasts, Nenets and Evenk autonomous okrugs, Khatangsky
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2567
# district of Taymyr Autonomous Okrug.  As a result Evenk Autonomous
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2568
# Okrug and Khatangsky district of Taymyr Autonomous Okrug would end
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2569
# up on Moscow+4, Tyumen Oblast on Moscow+2 and the rest on Moscow
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2570
# time.
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2571
#
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2572
# http://astrozet.net/files/Zones/DOC/RU/1980-925.txt
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2573
# attributes the 1982 changes to the Act of the Council of Ministers
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2574
# of the USSR No. 126 from 18.02.1982.  1980-925.txt also adds
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2575
# Udmurtia to the list of affected territories and lists Khatangsky
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2576
# district separately from Taymyr Autonomous Okrug.  Probably erroneously.
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2577
#
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2578
# The affected territories are currently listed under Europe/Moscow,
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2579
# Asia/Yekaterinburg and Asia/Krasnoyarsk.
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2580
#
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2581
# 12. Udmurtia
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2582
# The fact that Udmurtia is depicted as a violator in the Nauka i
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2583
# Zhizn article hints at Izhevsk being on different time from
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2584
# Kuybyshev before 1981-10-01. Udmurtia is not mentioned in the 1989 act.
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2585
# http://astrozet.net/files/Zones/DOC/RU/1980-925.txt
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2586
# implies Udmurtia was on Moscow time after 1982-04-01.
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2587
# Wikipedia implies Udmurtia being on Moscow+1 until 1991.
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2588
#
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2589
# ...
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2590
#
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2591
# All Russian zones are supposed to have by default a -1 change at
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2592
# 1991-03-31 2:00 (cancellation of the decree time in the USSR) and a +1
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2593
# change at 1992-01-19 2:00 (restoration of the decree time in Russia).
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2594
#
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2595
# There were some exceptions, though.
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2596
# Wikipedia says newspapers listed Astrakhan, Saratov, Kirov, Volgograd,
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2597
# Izhevsk, Grozny, Kazan and Samara as such exceptions for the 1992
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2598
# change. (Different newspapers providing different lists. And some
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2599
# lists found in the internet are quite wild.)
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2600
#
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2601
# And apparently some exceptions were reverted in the last moment.
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2602
# http://www.kaliningradka.ru/site_pc/cherez/index.php?ELEMENT_ID=40091
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2603
# says that Kaliningrad decided not to be an exception 2 days before the
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2604
# 1991-03-31 switch and one person at
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
  2605
# https://izhevsk.ru/forum_light_message/50/682597-m8369040.html
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2606
# says he remembers that Samara opted out of the 1992-01-19 exception
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2607
# 2 days before the switch.
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2608
#
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2609
#
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2610
# From Paul Eggert (2016-03-18):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2611
# Given the above, we appear to be missing some Zone entries for the
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2612
# chaotic early 1980s in Russia.  It's not clear what these entries
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2613
# should be.  For now, sweep this under the rug and just document the
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2614
# time in Moscow.
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2615
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2616
# From Vladimir Karpinsky (2014-07-08):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2617
# LMT in Moscow (before Jul 3, 1916) is 2:30:17, that was defined by Moscow
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2618
# Observatory (coordinates: 55 deg. 45'29.70", 37 deg. 34'05.30")....
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2619
# LMT in Moscow since Jul 3, 1916 is 2:31:01 as a result of new standard.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2620
# (The info is from the book by Byalokoz ... p. 18.)
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2621
# The time in St. Petersburg as capital of Russia was defined by
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2622
# Pulkov observatory, near St. Petersburg.  In 1916 LMT Moscow
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2623
# was synchronized with LMT St. Petersburg (+30 minutes), (Pulkov observatory
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2624
# coordinates: 59 deg. 46'18.70", 30 deg. 19'40.70") so 30 deg. 19'40.70" >
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2625
# 2h01m18.7s = 2:01:19.  LMT Moscow = LMT St.Petersburg + 30m 2:01:19 + 0:30 =
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2626
# 2:31:19 ...
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2627
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2628
# From Paul Eggert (2014-07-08):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2629
# Milne does not list Moscow, but suggests that its time might be listed in
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2630
# Résumés mensuels et annuels des observations météorologiques (1895).
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2631
# Presumably this is OCLC 85825704, a journal published with parallel text in
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2632
# Russian and French.  This source has not been located; go with Karpinsky.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2633
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2634
Zone Europe/Moscow	 2:30:17 -	LMT	1880
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2635
			 2:30:17 -	MMT	1916 Jul  3 # Moscow Mean Time
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2636
			 2:31:19 Russia	%s	1919 Jul  1  0:00u
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2637
			 3:00	Russia	%s	1921 Oct
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2638
			 3:00	Russia	MSK/MSD	1922 Oct
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2639
			 2:00	-	EET	1930 Jun 21
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2640
			 3:00	Russia	MSK/MSD	1991 Mar 31  2:00s
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2641
			 2:00	Russia	EE%sT	1992 Jan 19  2:00s
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2642
			 3:00	Russia	MSK/MSD	2011 Mar 27  2:00s
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2643
			 4:00	-	MSK	2014 Oct 26  2:00s
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2644
			 3:00	-	MSK
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2645
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2646
44118
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  2647
# From Paul Eggert (2016-12-06):
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  2648
# Europe/Simferopol covers Crimea.
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2649
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2650
Zone Europe/Simferopol	 2:16:24 -	LMT	1880
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2651
			 2:16	-	SMT	1924 May  2 # Simferopol Mean T
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2652
			 2:00	-	EET	1930 Jun 21
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2653
			 3:00	-	MSK	1941 Nov
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2654
			 1:00	C-Eur	CE%sT	1944 Apr 13
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2655
			 3:00	Russia	MSK/MSD	1990
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2656
			 3:00	-	MSK	1990 Jul  1  2:00
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2657
			 2:00	-	EET	1992
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2658
# Central Crimea used Moscow time 1994/1997.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2659
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2660
# From Paul Eggert (2006-03-22):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2661
# The _Economist_ (1994-05-28, p 45) reports that central Crimea switched
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2662
# from Kiev to Moscow time sometime after the January 1994 elections.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2663
# Shanks (1999) says "date of change uncertain", but implies that it happened
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2664
# sometime between the 1994 DST switches.  Shanks & Pottenger simply say
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2665
# 1994-09-25 03:00, but that can't be right.  For now, guess it
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2666
# changed in May.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2667
			 2:00	E-Eur	EE%sT	1994 May
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2668
# From IATA SSIM (1994/1997), which also says that Kerch is still like Kiev.
32215
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  2669
			 3:00	E-Eur	MSK/MSD	1996 Mar 31  0:00s
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2670
			 3:00	1:00	MSD	1996 Oct 27  3:00s
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2671
# IATA SSIM (1997-09) says Crimea switched to EET/EEST.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2672
# Assume it happened in March by not changing the clocks.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2673
			 3:00	Russia	MSK/MSD	1997
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2674
			 3:00	-	MSK	1997 Mar lastSun  1:00u
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2675
# From Alexander Krivenyshev (2014-03-17):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2676
# time change at 2:00 (2am) on March 30, 2014
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
  2677
# https://vz.ru/news/2014/3/17/677464.html
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2678
# From Paul Eggert (2014-03-30):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2679
# Simferopol and Sevastopol reportedly changed their central town clocks
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2680
# late the previous day, but this appears to have been ceremonial
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2681
# and the discrepancies are small enough to not worry about.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2682
			 2:00	EU	EE%sT	2014 Mar 30  2:00
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2683
			 4:00	-	MSK	2014 Oct 26  2:00s
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2684
			 3:00	-	MSK
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2685
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2686
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2687
# From Paul Eggert (2016-03-18):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2688
# Europe/Astrakhan covers:
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2689
# 30	RU-AST	Astrakhan Oblast
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2690
#
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2691
# The 1989 transition is from USSR act No. 227 (1989-03-14).
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2692
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2693
# From Alexander Krivenyshev (2016-01-12):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2694
# On February 10, 2016 Astrakhan Oblast got approval by the Federation
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2695
# Council to change its time zone to UTC+4 (from current UTC+3 Moscow time)....
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2696
# This Federal Law shall enter into force on 27 March 2016 at 02:00.
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2697
# From Matt Johnson (2016-03-09):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2698
# http://publication.pravo.gov.ru/Document/View/0001201602150056
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2699
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2700
Zone Europe/Astrakhan	 3:12:12 -	LMT	1924 May
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2701
			 3:00	-	+03	1930 Jun 21
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2702
			 4:00	Russia	+04/+05	1989 Mar 26  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2703
			 3:00	Russia	+03/+04	1991 Mar 31  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2704
			 4:00	-	+04	1992 Mar 29  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2705
			 3:00	Russia	+03/+04	2011 Mar 27  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2706
			 4:00	-	+04	2014 Oct 26  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2707
			 3:00	-	+03	2016 Mar 27  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2708
			 4:00	-	+04
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2709
42459
1ad58e0cbf16 8170316: (tz) Support tzdata2016j
rpatil
parents: 41962
diff changeset
  2710
# From Paul Eggert (2016-11-11):
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2711
# Europe/Volgograd covers:
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2712
# 34	RU-VGG	Volgograd Oblast
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2713
# The 1988 transition is from USSR act No. 5 (1988-01-04).
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2714
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2715
Zone Europe/Volgograd	 2:57:40 -	LMT	1920 Jan  3
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2716
			 3:00	-	+03	1930 Jun 21
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2717
			 4:00	-	+04	1961 Nov 11
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2718
			 4:00	Russia	+04/+05	1988 Mar 27  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2719
			 3:00	Russia	+03/+04	1991 Mar 31  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2720
			 4:00	-	+04	1992 Mar 29  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2721
			 3:00	Russia	+03/+04	2011 Mar 27  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2722
			 4:00	-	+04	2014 Oct 26  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2723
			 3:00	-	+03
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2724
42459
1ad58e0cbf16 8170316: (tz) Support tzdata2016j
rpatil
parents: 41962
diff changeset
  2725
# From Paul Eggert (2016-11-11):
1ad58e0cbf16 8170316: (tz) Support tzdata2016j
rpatil
parents: 41962
diff changeset
  2726
# Europe/Saratov covers:
1ad58e0cbf16 8170316: (tz) Support tzdata2016j
rpatil
parents: 41962
diff changeset
  2727
# 64	RU-SAR	Saratov Oblast
1ad58e0cbf16 8170316: (tz) Support tzdata2016j
rpatil
parents: 41962
diff changeset
  2728
1ad58e0cbf16 8170316: (tz) Support tzdata2016j
rpatil
parents: 41962
diff changeset
  2729
# From Yuri Konotopov (2016-11-11):
1ad58e0cbf16 8170316: (tz) Support tzdata2016j
rpatil
parents: 41962
diff changeset
  2730
# Dec 4, 2016 02:00 UTC+3....  Saratov Region's local time will be ... UTC+4.
1ad58e0cbf16 8170316: (tz) Support tzdata2016j
rpatil
parents: 41962
diff changeset
  2731
# From Stepan Golosunov (2016-11-11):
1ad58e0cbf16 8170316: (tz) Support tzdata2016j
rpatil
parents: 41962
diff changeset
  2732
# ... Byalokoz listed Saratov on 03:04:18.
1ad58e0cbf16 8170316: (tz) Support tzdata2016j
rpatil
parents: 41962
diff changeset
  2733
# From Stepan Golosunov (2016-11-22):
1ad58e0cbf16 8170316: (tz) Support tzdata2016j
rpatil
parents: 41962
diff changeset
  2734
# http://publication.pravo.gov.ru/Document/View/0001201611220031
1ad58e0cbf16 8170316: (tz) Support tzdata2016j
rpatil
parents: 41962
diff changeset
  2735
1ad58e0cbf16 8170316: (tz) Support tzdata2016j
rpatil
parents: 41962
diff changeset
  2736
Zone Europe/Saratov	 3:04:18 -	LMT	1919 Jul  1  0:00u
1ad58e0cbf16 8170316: (tz) Support tzdata2016j
rpatil
parents: 41962
diff changeset
  2737
			 3:00	-	+03	1930 Jun 21
1ad58e0cbf16 8170316: (tz) Support tzdata2016j
rpatil
parents: 41962
diff changeset
  2738
			 4:00	Russia	+04/+05	1988 Mar 27  2:00s
1ad58e0cbf16 8170316: (tz) Support tzdata2016j
rpatil
parents: 41962
diff changeset
  2739
			 3:00	Russia	+03/+04	1991 Mar 31  2:00s
1ad58e0cbf16 8170316: (tz) Support tzdata2016j
rpatil
parents: 41962
diff changeset
  2740
			 4:00	-	+04	1992 Mar 29  2:00s
1ad58e0cbf16 8170316: (tz) Support tzdata2016j
rpatil
parents: 41962
diff changeset
  2741
			 3:00	Russia	+03/+04	2011 Mar 27  2:00s
1ad58e0cbf16 8170316: (tz) Support tzdata2016j
rpatil
parents: 41962
diff changeset
  2742
			 4:00	-	+04	2014 Oct 26  2:00s
1ad58e0cbf16 8170316: (tz) Support tzdata2016j
rpatil
parents: 41962
diff changeset
  2743
			 3:00	-	+03	2016 Dec  4  2:00s
1ad58e0cbf16 8170316: (tz) Support tzdata2016j
rpatil
parents: 41962
diff changeset
  2744
			 4:00	-	+04
1ad58e0cbf16 8170316: (tz) Support tzdata2016j
rpatil
parents: 41962
diff changeset
  2745
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2746
# From Paul Eggert (2016-03-18):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2747
# Europe/Kirov covers:
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2748
# 43	RU-KIR	Kirov Oblast
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2749
# The 1989 transition is from USSR act No. 227 (1989-03-14).
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2750
#
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2751
Zone Europe/Kirov	 3:18:48 -	LMT	1919 Jul  1  0:00u
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2752
			 3:00	-	+03	1930 Jun 21
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2753
			 4:00	Russia	+04/+05	1989 Mar 26  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2754
			 3:00	Russia	+03/+04	1991 Mar 31  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2755
			 4:00	-	+04	1992 Mar 29  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2756
			 3:00	Russia	+03/+04	2011 Mar 27  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2757
			 4:00	-	+04	2014 Oct 26  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2758
			 3:00	-	+03
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2759
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2760
# From Tim Parenti (2014-07-03), per Oscar van Vlijmen (2001-08-25):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2761
# Europe/Samara covers...
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2762
# 18	RU-UD	Udmurt Republic
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2763
# 63	RU-SAM	Samara Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2764
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2765
# From Paul Eggert (2016-03-18):
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2766
# Byalokoz 1919 says Samara was 3:20:20.
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2767
# The 1989 transition is from USSR act No. 227 (1989-03-14).
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2768
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2769
Zone Europe/Samara	 3:20:20 -	LMT	1919 Jul  1  0:00u
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2770
			 3:00	-	+03	1930 Jun 21
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2771
			 4:00	-	+04	1935 Jan 27
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2772
			 4:00	Russia	+04/+05	1989 Mar 26  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2773
			 3:00	Russia	+03/+04	1991 Mar 31  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2774
			 2:00	Russia	+02/+03	1991 Sep 29  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2775
			 3:00	-	+03	1991 Oct 20  3:00
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2776
			 4:00	Russia	+04/+05	2010 Mar 28  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2777
			 3:00	Russia	+03/+04	2011 Mar 27  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2778
			 4:00	-	+04
5137
9a7b933f58ae 6939021: (tz) Support tzdata2010g
peytoia
parents: 4959
diff changeset
  2779
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2780
# From Paul Eggert (2016-03-18):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2781
# Europe/Ulyanovsk covers:
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2782
# 73	RU-ULY	Ulyanovsk Oblast
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2783
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2784
# The 1989 transition is from USSR act No. 227 (1989-03-14).
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2785
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2786
# From Alexander Krivenyshev (2016-02-17):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2787
# Ulyanovsk ... on their way to change time zones by March 27, 2016 at 2am.
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2788
# Ulyanovsk Oblast ... from MSK to MSK+1 (UTC+3 to UTC+4) ...
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2789
# 920582-6 ... 02/17/2016 The State Duma passed the bill in the first reading.
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2790
# From Matt Johnson (2016-03-09):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2791
# http://publication.pravo.gov.ru/Document/View/0001201603090051
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2792
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2793
Zone Europe/Ulyanovsk	 3:13:36 -	LMT	1919 Jul  1  0:00u
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2794
			 3:00	-	+03	1930 Jun 21
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2795
			 4:00	Russia	+04/+05	1989 Mar 26  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2796
			 3:00	Russia	+03/+04	1991 Mar 31  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2797
			 2:00	Russia	+02/+03	1992 Jan 19  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2798
			 3:00	Russia	+03/+04	2011 Mar 27  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2799
			 4:00	-	+04	2014 Oct 26  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2800
			 3:00	-	+03	2016 Mar 27  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2801
			 4:00	-	+04
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2802
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2803
# From Tim Parenti (2014-07-03), per Oscar van Vlijmen (2001-08-25):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2804
# Asia/Yekaterinburg covers...
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2805
# 02	RU-BA	Bashkortostan, Republic of
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2806
# 90	RU-PER	Perm Krai
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2807
# 45	RU-KGN	Kurgan Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2808
# 56	RU-ORE	Orenburg Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2809
# 66	RU-SVE	Sverdlovsk Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2810
# 72	RU-TYU	Tyumen Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2811
# 74	RU-CHE	Chelyabinsk Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2812
# 86	RU-KHM	Khanty-Mansi Autonomous Okrug - Yugra
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2813
# 89	RU-YAN	Yamalo-Nenets Autonomous Okrug
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2814
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2815
# Note: Effective 2005-12-01, (59) Perm Oblast and (81) Komi-Permyak
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2816
# Autonomous Okrug merged to form (90, RU-PER) Perm Krai.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2817
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2818
# Milne says Yekaterinburg was 4:02:32.9; round to nearest.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2819
# Byalokoz 1919 says its provincial time was based on Perm, at 3:45:05.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2820
# Assume it switched on 1916-07-03, the time of the new standard.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2821
# The 1919 and 1930 transitions are from Shanks.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2822
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2823
Zone Asia/Yekaterinburg	 4:02:33 -	LMT	1916 Jul  3
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2824
			 3:45:05 -	PMT	1919 Jul 15  4:00
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2825
			 4:00	-	+04	1930 Jun 21
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2826
			 5:00	Russia	+05/+06	1991 Mar 31  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2827
			 4:00	Russia	+04/+05	1992 Jan 19  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2828
			 5:00	Russia	+05/+06	2011 Mar 27  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2829
			 6:00	-	+06	2014 Oct 26  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2830
			 5:00	-	+05
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2831
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2832
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2833
# From Tim Parenti (2014-07-03), per Oscar van Vlijmen (2001-08-25):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2834
# Asia/Omsk covers...
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2835
# 55	RU-OMS	Omsk Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2836
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2837
# Byalokoz 1919 says Omsk was 4:53:30.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2838
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2839
Zone Asia/Omsk		 4:53:30 -	LMT	1919 Nov 14
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2840
			 5:00	-	+05	1930 Jun 21
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2841
			 6:00	Russia	+06/+07	1991 Mar 31  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2842
			 5:00	Russia	+05/+06	1992 Jan 19  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2843
			 6:00	Russia	+06/+07	2011 Mar 27  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2844
			 7:00	-	+07	2014 Oct 26  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2845
			 6:00	-	+06
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2846
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2847
# From Paul Eggert (2016-02-22):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2848
# Asia/Barnaul covers:
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2849
# 04	RU-AL	Altai Republic
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2850
# 22	RU-ALT	Altai Krai
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2851
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2852
# Data before 1991 are from Shanks & Pottenger.
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2853
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2854
# From Stepan Golosunov (2016-03-07):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2855
# Letter of Bank of Russia from 1995-05-25
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2856
# http://www.bestpravo.ru/rossijskoje/lj-akty/y3a.htm
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2857
# suggests that Altai Republic transitioned to Moscow+3 on
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2858
# 1995-05-28.
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2859
#
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
  2860
# https://regnum.ru/news/society/1957270.html
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2861
# has some historical data for Altai Krai:
48716
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
  2862
# before 1957: west part on UT+6, east on UT+7
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
  2863
# after 1957: UT+7
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
  2864
# since 1995: UT+6
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2865
# http://barnaul.rusplt.ru/index/pochemu_altajskij_kraj_okazalsja_v_neprivychnom_chasovom_pojase-17648.html
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2866
# confirms that and provides more details including 1995-05-28 transition date.
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2867
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2868
# From Alexander Krivenyshev (2016-02-17):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2869
# Altai Krai and Altai Republic on their way to change time zones
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2870
# by March 27, 2016 at 2am....
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2871
# Altai Republic / Gorno-Altaysk MSK+3 to MSK+4 (UTC+6 to UTC+7) ...
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2872
# Altai Krai / Barnaul MSK+3 to MSK+4 (UTC+6 to UTC+7)
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2873
# From Matt Johnson (2016-03-09):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2874
# http://publication.pravo.gov.ru/Document/View/0001201603090043
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2875
# http://publication.pravo.gov.ru/Document/View/0001201603090038
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2876
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2877
Zone Asia/Barnaul	 5:35:00 -	LMT	1919 Dec 10
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2878
			 6:00	-	+06	1930 Jun 21
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2879
			 7:00	Russia	+07/+08	1991 Mar 31  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2880
			 6:00	Russia	+06/+07	1992 Jan 19  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2881
			 7:00	Russia	+07/+08	1995 May 28
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2882
			 6:00	Russia	+06/+07	2011 Mar 27  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2883
			 7:00	-	+07	2014 Oct 26  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2884
			 6:00	-	+06	2016 Mar 27  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2885
			 7:00	-	+07
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2886
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2887
# From Paul Eggert (2016-03-18):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2888
# Asia/Novosibirsk covers:
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2889
# 54	RU-NVS	Novosibirsk Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2890
39829
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
  2891
# From Stepan Golosunov (2016-05-30):
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
  2892
# http://asozd2.duma.gov.ru/main.nsf/(Spravka)?OpenAgent&RN=1085784-6
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
  2893
# moves Novosibirsk oblast from UTC+6 to UTC+7.
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
  2894
# From Stepan Golosunov (2016-07-04):
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
  2895
# The law was signed yesterday and published today on
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
  2896
# http://publication.pravo.gov.ru/Document/View/0001201607040064
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
  2897
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2898
Zone Asia/Novosibirsk	 5:31:40 -	LMT	1919 Dec 14  6:00
39829
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
  2899
			 6:00	-	+06	1930 Jun 21
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
  2900
			 7:00	Russia	+07/+08	1991 Mar 31  2:00s
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
  2901
			 6:00	Russia	+06/+07	1992 Jan 19  2:00s
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
  2902
			 7:00	Russia	+07/+08	1993 May 23 # say Shanks & P.
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
  2903
			 6:00	Russia	+06/+07	2011 Mar 27  2:00s
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
  2904
			 7:00	-	+07	2014 Oct 26  2:00s
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
  2905
			 6:00	-	+06	2016 Jul 24  2:00s
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
  2906
			 7:00	-	+07
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2907
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2908
# From Paul Eggert (2016-03-18):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2909
# Asia/Tomsk covers:
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2910
# 70	RU-TOM	Tomsk Oblast
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2911
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2912
# From Stepan Golosunov (2016-03-24):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2913
# Byalokoz listed Tomsk at 5:39:51.
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2914
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2915
# From Stanislaw A. Kuzikowski (1994-06-29):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2916
# Tomsk is still 4 hours ahead of Moscow.
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2917
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2918
# From Stepan Golosunov (2016-03-19):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2919
# http://pravo.gov.ru/proxy/ips/?docbody=&nd=102075743
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2920
# (fifth time belt being UTC+5+1(decree time)
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2921
# / UTC+5+1(decree time)+1(summer time)) ...
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2922
# Note that time belts (numbered from 2 (Moscow) to 12 according to their
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2923
# GMT/UTC offset and having too many exceptions like regions formally
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2924
# belonging to one belt but using time from another) were replaced
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  2925
# with time zones in 2011 with different numbering (there was a
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2926
# 2-hour gap between second and third zones in 2011-2014).
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2927
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2928
# From Stepan Golosunov (2016-04-12):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2929
# http://asozd2.duma.gov.ru/main.nsf/(SpravkaNew)?OpenAgent&RN=1006865-6
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2930
# This bill was approved in the first reading today.  It moves Tomsk oblast
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2931
# from UTC+6 to UTC+7 and is supposed to come into effect on 2016-05-29 at
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2932
# 2:00.  The bill needs to be approved in the second and the third readings by
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2933
# the State Duma, approved by the Federation Council, signed by the President
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2934
# and published to become a law.  Minor changes in the text are to be expected
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2935
# before the second reading (references need to be updated to account for the
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2936
# recent changes).
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2937
#
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2938
# Judging by the ultra-short one-day amendments period, recent similar laws,
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2939
# the State Duma schedule and the Federation Council schedule
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2940
# http://www.duma.gov.ru/legislative/planning/day-shedule/por_vesna_2016/
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2941
# http://council.gov.ru/activity/meetings/schedule/63303
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2942
# I speculate that the final text of the bill will be proposed tomorrow, the
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2943
# bill will be approved in the second and the third readings on Friday,
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2944
# approved by the Federation Council on 2016-04-20, signed by the President and
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2945
# published as a law around 2016-04-26.
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2946
39829
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
  2947
# From Matt Johnson (2016-04-26):
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
  2948
# http://publication.pravo.gov.ru/Document/View/0001201604260048
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
  2949
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2950
Zone	Asia/Tomsk	 5:39:51 -	LMT	1919 Dec 22
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2951
			 6:00	-	+06	1930 Jun 21
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2952
			 7:00	Russia	+07/+08	1991 Mar 31  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2953
			 6:00	Russia	+06/+07	1992 Jan 19  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2954
			 7:00	Russia	+07/+08	2002 May  1  3:00
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2955
			 6:00	Russia	+06/+07	2011 Mar 27  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2956
			 7:00	-	+07	2014 Oct 26  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2957
			 6:00	-	+06	2016 May 29  2:00s
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2958
			 7:00	-	+07
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  2959
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2960
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2961
# From Tim Parenti (2014-07-03):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2962
# Asia/Novokuznetsk covers...
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2963
# 42	RU-KEM	Kemerovo Oblast
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2964
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2965
# From Alexander Krivenyshev (2009-10-13):
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2966
# Kemerovo oblast' (Kemerovo region) in Russia will change current time zone on
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2967
# March 28, 2010:
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2968
# from current Russia Zone 6 - Krasnoyarsk Time Zone (KRA) UTC +0700
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2969
# to Russia Zone 5 - Novosibirsk Time Zone (NOV) UTC +0600
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2970
#
32215
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  2971
# This is according to Government of Russia decree No. 740, on September
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2972
# 14, 2009 "Application in the territory of the Kemerovo region the Fifth
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2973
# time zone." ("Russia Zone 5" or old "USSR Zone 5" is GMT +0600)
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2974
#
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2975
# Russian Government web site (Russian language)
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2976
# http://www.government.ru/content/governmentactivity/rfgovernmentdecisions/archive/2009/09/14/991633.htm
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2977
# or Russian-English translation by WorldTimeZone.com with reference
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2978
# map to local region and new Russia Time Zone map after March 28, 2010
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2979
# http://www.worldtimezone.com/dst_news/dst_news_russia03.html
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2980
#
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2981
# Thus, when Russia will switch to DST on the night of March 28, 2010
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2982
# Kemerovo region (Kemerovo oblast') will not change the clock.
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2983
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2984
# From Tim Parenti (2014-07-02), per Alexander Krivenyshev (2014-07-02):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2985
# The Kemerovo region will remain at UTC+7 through the 2014-10-26 change, thus
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2986
# realigning itself with KRAT.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2987
27294
dfd89723bd6f 8059206: (tz) Support tzdata2014i
aefimov
parents: 26452
diff changeset
  2988
Zone Asia/Novokuznetsk	 5:48:48 -	LMT	1924 May  1
39829
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
  2989
			 6:00	-	+06	1930 Jun 21
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
  2990
			 7:00	Russia	+07/+08	1991 Mar 31  2:00s
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
  2991
			 6:00	Russia	+06/+07	1992 Jan 19  2:00s
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
  2992
			 7:00	Russia	+07/+08	2010 Mar 28  2:00s
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
  2993
			 6:00	Russia	+06/+07	2011 Mar 27  2:00s
f3b397a6efe2 8159684: (tz) Support tzdata2016f
rpatil
parents: 38768
diff changeset
  2994
			 7:00	-	+07
4279
67bbd3f37f62 6899397: (tz) Support tzdata2009r
peytoia
parents: 3739
diff changeset
  2995
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2996
# From Tim Parenti (2014-07-03), per Oscar van Vlijmen (2001-08-25):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2997
# Asia/Krasnoyarsk covers...
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2998
# 17	RU-TY	Tuva Republic
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  2999
# 19	RU-KK	Khakassia, Republic of
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3000
# 24	RU-KYA	Krasnoyarsk Krai
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3001
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3002
# Note: Effective 2007-01-01, (88) Evenk Autonomous Okrug and (84) Taymyr
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3003
# Autonomous Okrug were merged into (24, RU-KYA) Krasnoyarsk Krai.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3004
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3005
# Byalokoz 1919 says Krasnoyarsk was 6:11:26.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3006
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3007
Zone Asia/Krasnoyarsk	 6:11:26 -	LMT	1920 Jan  6
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3008
			 6:00	-	+06	1930 Jun 21
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3009
			 7:00	Russia	+07/+08	1991 Mar 31  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3010
			 6:00	Russia	+06/+07	1992 Jan 19  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3011
			 7:00	Russia	+07/+08	2011 Mar 27  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3012
			 8:00	-	+08	2014 Oct 26  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3013
			 7:00	-	+07
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3014
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3015
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3016
# From Tim Parenti (2014-07-03), per Oscar van Vlijmen (2001-08-25):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3017
# Asia/Irkutsk covers...
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3018
# 03	RU-BU	Buryatia, Republic of
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3019
# 38	RU-IRK	Irkutsk Oblast
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3020
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3021
# Note: Effective 2008-01-01, (85) Ust-Orda Buryat Autonomous Okrug was
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3022
# merged into (38, RU-IRK) Irkutsk Oblast.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3023
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3024
# Milne 1899 says Irkutsk was 6:57:15.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3025
# Byalokoz 1919 says Irkutsk was 6:57:05.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3026
# Go with Byalokoz.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3027
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3028
Zone Asia/Irkutsk	 6:57:05 -	LMT	1880
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3029
			 6:57:05 -	IMT	1920 Jan 25 # Irkutsk Mean Time
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3030
			 7:00	-	+07	1930 Jun 21
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3031
			 8:00	Russia	+08/+09	1991 Mar 31  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3032
			 7:00	Russia	+07/+08	1992 Jan 19  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3033
			 8:00	Russia	+08/+09	2011 Mar 27  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3034
			 9:00	-	+09	2014 Oct 26  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3035
			 8:00	-	+08
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3036
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3037
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3038
# From Tim Parenti (2014-07-06):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3039
# Asia/Chita covers...
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3040
# 92	RU-ZAB	Zabaykalsky Krai
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3041
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3042
# Note: Effective 2008-03-01, (75) Chita Oblast and (80) Agin-Buryat
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3043
# Autonomous Okrug merged to form (92, RU-ZAB) Zabaykalsky Krai.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3044
35770
931159d012e3 8148446: (tz) Support tzdata2016a
rpatil
parents: 32853
diff changeset
  3045
# From Alexander Krivenyshev (2016-01-02):
931159d012e3 8148446: (tz) Support tzdata2016a
rpatil
parents: 32853
diff changeset
  3046
# [The] time zone in the Trans-Baikal Territory (Zabaykalsky Krai) -
931159d012e3 8148446: (tz) Support tzdata2016a
rpatil
parents: 32853
diff changeset
  3047
# Asia/Chita [is changing] from UTC+8 to UTC+9.  Effective date will
931159d012e3 8148446: (tz) Support tzdata2016a
rpatil
parents: 32853
diff changeset
  3048
# be March 27, 2016 at 2:00am....
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  3049
# http://publication.pravo.gov.ru/Document/View/0001201512300107
35770
931159d012e3 8148446: (tz) Support tzdata2016a
rpatil
parents: 32853
diff changeset
  3050
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3051
Zone Asia/Chita	 7:33:52 -	LMT	1919 Dec 15
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3052
			 8:00	-	+08	1930 Jun 21
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3053
			 9:00	Russia	+09/+10	1991 Mar 31  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3054
			 8:00	Russia	+08/+09	1992 Jan 19  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3055
			 9:00	Russia	+09/+10	2011 Mar 27  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3056
			10:00	-	+10	2014 Oct 26  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3057
			 8:00	-	+08	2016 Mar 27  2:00
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3058
			 9:00	-	+09
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3059
4959
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
  3060
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3061
# From Tim Parenti (2014-07-03), per Oscar van Vlijmen (2009-11-29):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3062
# Asia/Yakutsk covers...
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3063
# 28	RU-AMU	Amur Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3064
#
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3065
# ...and parts of (14, RU-SA) Sakha (Yakutia) Republic:
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3066
# 14-02	****	Aldansky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3067
# 14-04	****	Amginsky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3068
# 14-05	****	Anabarsky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3069
# 14-06	****	Bulunsky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3070
# 14-07	****	Verkhnevilyuysky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3071
# 14-10	****	Vilyuysky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3072
# 14-11	****	Gorny District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3073
# 14-12	****	Zhigansky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3074
# 14-13	****	Kobyaysky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3075
# 14-14	****	Lensky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3076
# 14-15	****	Megino-Kangalassky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3077
# 14-16	****	Mirninsky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3078
# 14-18	****	Namsky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3079
# 14-19	****	Neryungrinsky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3080
# 14-21	****	Nyurbinsky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3081
# 14-23	****	Olenyoksky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3082
# 14-24	****	Olyokminsky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3083
# 14-26	****	Suntarsky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3084
# 14-27	****	Tattinsky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3085
# 14-29	****	Ust-Aldansky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3086
# 14-32	****	Khangalassky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3087
# 14-33	****	Churapchinsky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3088
# 14-34	****	Eveno-Bytantaysky National District
4959
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
  3089
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3090
# From Tim Parenti (2014-07-03):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3091
# Our commentary seems to have lost mention of (14-19) Neryungrinsky District.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3092
# Since the surrounding districts of Sakha are all YAKT, assume this is, too.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3093
# Also assume its history has been the same as the rest of Asia/Yakutsk.
4959
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
  3094
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3095
# Byalokoz 1919 says Yakutsk was 8:38:58.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3096
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3097
Zone Asia/Yakutsk	 8:38:58 -	LMT	1919 Dec 15
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3098
			 8:00	-	+08	1930 Jun 21
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3099
			 9:00	Russia	+09/+10	1991 Mar 31  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3100
			 8:00	Russia	+08/+09	1992 Jan 19  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3101
			 9:00	Russia	+09/+10	2011 Mar 27  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3102
			10:00	-	+10	2014 Oct 26  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3103
			 9:00	-	+09
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3104
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3105
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3106
# From Tim Parenti (2014-07-03), per Oscar van Vlijmen (2009-11-29):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3107
# Asia/Vladivostok covers...
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3108
# 25	RU-PRI	Primorsky Krai
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3109
# 27	RU-KHA	Khabarovsk Krai
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3110
# 79	RU-YEV	Jewish Autonomous Oblast
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3111
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3112
# ...and parts of (14, RU-SA) Sakha (Yakutia) Republic:
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3113
# 14-09	****	Verkhoyansky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3114
# 14-31	****	Ust-Yansky District
4959
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
  3115
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3116
# Milne 1899 says Vladivostok was 8:47:33.5.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3117
# Byalokoz 1919 says Vladivostok was 8:47:31.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3118
# Go with Byalokoz.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3119
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3120
Zone Asia/Vladivostok	 8:47:31 -	LMT	1922 Nov 15
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3121
			 9:00	-	+09	1930 Jun 21
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3122
			10:00	Russia	+10/+11	1991 Mar 31  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3123
			 9:00	Russia	+09/+10	1992 Jan 19  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3124
			10:00	Russia	+10/+11	2011 Mar 27  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3125
			11:00	-	+11	2014 Oct 26  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3126
			10:00	-	+10
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3127
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3128
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3129
# From Tim Parenti (2014-07-03):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3130
# Asia/Khandyga covers parts of (14, RU-SA) Sakha (Yakutia) Republic:
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3131
# 14-28	****	Tomponsky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3132
# 14-30	****	Ust-Maysky District
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  3133
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  3134
# From Arthur David Olson (2012-05-09):
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  3135
# Tomponskij and Ust'-Majskij switched from Vladivostok time to Yakutsk time
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  3136
# in 2011.
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3137
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  3138
# From Paul Eggert (2012-11-25):
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  3139
# Shanks and Pottenger (2003) has Khandyga on Yakutsk time.
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  3140
# Make a wild guess that it switched to Vladivostok time in 2004.
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  3141
# This transition is no doubt wrong, but we have no better info.
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3142
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  3143
Zone Asia/Khandyga	 9:02:13 -	LMT	1919 Dec 15
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3144
			 8:00	-	+08	1930 Jun 21
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3145
			 9:00	Russia	+09/+10	1991 Mar 31  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3146
			 8:00	Russia	+08/+09	1992 Jan 19  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3147
			 9:00	Russia	+09/+10	2004
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3148
			10:00	Russia	+10/+11	2011 Mar 27  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3149
			11:00	-	+11	2011 Sep 13  0:00s # Decree 725?
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3150
			10:00	-	+10	2014 Oct 26  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3151
			 9:00	-	+09
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3152
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  3153
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3154
# From Tim Parenti (2014-07-03):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3155
# Asia/Sakhalin covers...
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3156
# 65	RU-SAK	Sakhalin Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3157
# ...with the exception of:
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3158
# 65-11	****	Severo-Kurilsky District (North Kuril Islands)
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3159
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  3160
# From Matt Johnson (2016-02-22):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  3161
# Asia/Sakhalin is moving (in entirety) from UTC+10 to UTC+11 ...
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  3162
# (2016-03-09):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  3163
# http://publication.pravo.gov.ru/Document/View/0001201603090044
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  3164
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3165
# The Zone name should be Asia/Yuzhno-Sakhalinsk, but that's too long.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3166
Zone Asia/Sakhalin	 9:30:48 -	LMT	1905 Aug 23
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3167
			 9:00	-	+09	1945 Aug 25
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3168
			11:00	Russia	+11/+12	1991 Mar 31  2:00s # Sakhalin T
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3169
			10:00	Russia	+10/+11	1992 Jan 19  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3170
			11:00	Russia	+11/+12	1997 Mar lastSun  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3171
			10:00	Russia	+10/+11	2011 Mar 27  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3172
			11:00	-	+11	2014 Oct 26  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3173
			10:00	-	+10	2016 Mar 27  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3174
			11:00	-	+11
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3175
4959
cbbde29076d7 6921289: (tz) Support tzdata2010b
peytoia
parents: 4279
diff changeset
  3176
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3177
# From Tim Parenti (2014-07-03), per Oscar van Vlijmen (2009-11-29):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3178
# Asia/Magadan covers...
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3179
# 49	RU-MAG	Magadan Oblast
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3180
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3181
# From Tim Parenti (2014-07-06), per Alexander Krivenyshev (2014-07-02):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3182
# Magadan Oblast is moving from UTC+12 to UTC+10 on 2014-10-26; however,
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3183
# several districts of Sakha Republic as well as Severo-Kurilsky District of
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3184
# the Sakhalin Oblast (also known as the North Kuril Islands), represented
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3185
# until now by Asia/Magadan, will instead move to UTC+11.  These regions will
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3186
# need their own zone.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3187
38768
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  3188
# From Alexander Krivenyshev (2016-03-27):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  3189
# ... draft bill 948300-6 to change its time zone from UTC+10 to UTC+11 ...
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  3190
# will take ... effect ... on April 24, 2016 at 2 o'clock
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  3191
#
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  3192
# From Matt Johnson (2016-04-05):
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  3193
# ... signed by the President today ...
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  3194
# http://publication.pravo.gov.ru/Document/View/0001201604050038
7d6930523e38 8151876: (tz) Support tzdata2016d
rpatil
parents: 35770
diff changeset
  3195
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3196
Zone Asia/Magadan	10:03:12 -	LMT	1924 May  2
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3197
			10:00	-	+10	1930 Jun 21 # Magadan Time
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3198
			11:00	Russia	+11/+12	1991 Mar 31  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3199
			10:00	Russia	+10/+11	1992 Jan 19  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3200
			11:00	Russia	+11/+12	2011 Mar 27  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3201
			12:00	-	+12	2014 Oct 26  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3202
			10:00	-	+10	2016 Apr 24  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3203
			11:00	-	+11
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3204
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3205
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3206
# From Tim Parenti (2014-07-06):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3207
# Asia/Srednekolymsk covers parts of (14, RU-SA) Sakha (Yakutia) Republic:
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3208
# 14-01	****	Abyysky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3209
# 14-03	****	Allaikhovsky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3210
# 14-08	****	Verkhnekolymsky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3211
# 14-17	****	Momsky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3212
# 14-20	****	Nizhnekolymsky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3213
# 14-25	****	Srednekolymsky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3214
#
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3215
# ...and parts of (65, RU-SAK) Sakhalin Oblast:
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3216
# 65-11	****	Severo-Kurilsky District (North Kuril Islands)
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3217
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3218
# From Tim Parenti (2014-07-02):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3219
# Oymyakonsky District of Sakha Republic (represented by Ust-Nera), along with
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3220
# most of Sakhalin Oblast (represented by Sakhalin) will be moving to UTC+10 on
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3221
# 2014-10-26 to stay aligned with VLAT/SAKT; however, Severo-Kurilsky District
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3222
# of the Sakhalin Oblast (also known as the North Kuril Islands, represented by
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3223
# Severo-Kurilsk) will remain on UTC+11.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3224
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3225
# From Tim Parenti (2014-07-06):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3226
# Assume North Kuril Islands have history like Magadan before 2011-03-27.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3227
# There is a decent chance this is wrong, in which case a new zone
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3228
# Asia/Severo-Kurilsk would become necessary.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3229
#
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3230
# Srednekolymsk and Zyryanka are the most populous places amongst these
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3231
# districts, but have very similar populations.  In fact, Wikipedia currently
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3232
# lists them both as having 3528 people, exactly 1668 males and 1860 females
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3233
# each!  (Yikes!)
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
  3234
# https://en.wikipedia.org/w/?title=Srednekolymsky_District&oldid=603435276
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
  3235
# https://en.wikipedia.org/w/?title=Verkhnekolymsky_District&oldid=594378493
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3236
# Assume this is a mistake, albeit an amusing one.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3237
#
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3238
# Looking at censuses, the populations of the two municipalities seem to have
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3239
# fluctuated recently.  Zyryanka was more populous than Srednekolymsk in the
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3240
# 1989 and 2002 censuses, but Srednekolymsk was more populous in the most
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3241
# recent (2010) census, 3525 to 3170.  (See pages 195 and 197 of
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3242
# http://www.gks.ru/free_doc/new_site/perepis2010/croc/Documents/Vol1/pub-01-05.pdf
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3243
# in Russian.)  In addition, Srednekolymsk appears to be a much older
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3244
# settlement and the population of Zyryanka seems to be declining.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3245
# Go with Srednekolymsk.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3246
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3247
Zone Asia/Srednekolymsk	10:14:52 -	LMT	1924 May  2
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3248
			10:00	-	+10	1930 Jun 21
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3249
			11:00	Russia	+11/+12	1991 Mar 31  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3250
			10:00	Russia	+10/+11	1992 Jan 19  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3251
			11:00	Russia	+11/+12	2011 Mar 27  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3252
			12:00	-	+12	2014 Oct 26  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3253
			11:00	-	+11
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3254
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3255
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3256
# From Tim Parenti (2014-07-03):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3257
# Asia/Ust-Nera covers parts of (14, RU-SA) Sakha (Yakutia) Republic:
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3258
# 14-22	****	Oymyakonsky District
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  3259
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  3260
# From Arthur David Olson (2012-05-09):
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3261
# Ojmyakonskij [and the Kuril Islands] switched from
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  3262
# Magadan time to Vladivostok time in 2011.
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3263
#
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3264
# From Tim Parenti (2014-07-06), per Alexander Krivenyshev (2014-07-02):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3265
# It's unlikely that any of the Kuril Islands were involved in such a switch,
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3266
# as the South and Middle Kurils have been on UTC+11 (SAKT) with the rest of
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3267
# Sakhalin Oblast since at least 2011-09, and the North Kurils have been on
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3268
# UTC+12 since at least then, too.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3269
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  3270
Zone Asia/Ust-Nera	 9:32:54 -	LMT	1919 Dec 15
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3271
			 8:00	-	+08	1930 Jun 21
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3272
			 9:00	Russia	+09/+10	1981 Apr  1
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3273
			11:00	Russia	+11/+12	1991 Mar 31  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3274
			10:00	Russia	+10/+11	1992 Jan 19  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3275
			11:00	Russia	+11/+12	2011 Mar 27  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3276
			12:00	-	+12	2011 Sep 13  0:00s # Decree 725?
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3277
			11:00	-	+11	2014 Oct 26  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3278
			10:00	-	+10
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3279
17464
268d3ce75045 8013386: (tz) Support tzdata2013c
sherman
parents: 14416
diff changeset
  3280
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3281
# From Tim Parenti (2014-07-03), per Oscar van Vlijmen (2001-08-25):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3282
# Asia/Kamchatka covers...
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3283
# 91	RU-KAM	Kamchatka Krai
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3284
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3285
# Note: Effective 2007-07-01, (41) Kamchatka Oblast and (82) Koryak
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3286
# Autonomous Okrug merged to form (91, RU-KAM) Kamchatka Krai.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3287
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3288
# The Zone name should be Asia/Petropavlovsk-Kamchatski or perhaps
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3289
# Asia/Petropavlovsk-Kamchatsky, but these are too long.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3290
Zone Asia/Kamchatka	10:34:36 -	LMT	1922 Nov 10
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3291
			11:00	-	+11	1930 Jun 21
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3292
			12:00	Russia	+12/+13	1991 Mar 31  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3293
			11:00	Russia	+11/+12	1992 Jan 19  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3294
			12:00	Russia	+12/+13	2010 Mar 28  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3295
			11:00	Russia	+11/+12	2011 Mar 27  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3296
			12:00	-	+12
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3297
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3298
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3299
# From Tim Parenti (2014-07-03):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3300
# Asia/Anadyr covers...
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3301
# 87	RU-CHU	Chukotka Autonomous Okrug
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3302
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3303
Zone Asia/Anadyr	11:49:56 -	LMT	1924 May  2
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3304
			12:00	-	+12	1930 Jun 21
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3305
			13:00	Russia	+13/+14	1982 Apr  1  0:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3306
			12:00	Russia	+12/+13	1991 Mar 31  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3307
			11:00	Russia	+11/+12	1992 Jan 19  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3308
			12:00	Russia	+12/+13	2010 Mar 28  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3309
			11:00	Russia	+11/+12	2011 Mar 27  2:00s
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3310
			12:00	-	+12
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3311
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3312
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3313
# San Marino
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3314
# See Europe/Rome.
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3315
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3316
# Serbia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3317
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3318
Zone	Europe/Belgrade	1:22:00	-	LMT	1884
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3319
			1:00	-	CET	1941 Apr 18 23:00
1316
20fc6d4d57ae 6730743: (tz) Support tzdata2008e
peytoia
parents: 2
diff changeset
  3320
			1:00	C-Eur	CE%sT	1945
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3321
			1:00	-	CET	1945 May  8  2:00s
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3322
			1:00	1:00	CEST	1945 Sep 16  2:00s
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3323
# Metod Koželj reports that the legal date of
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3324
# transition to EU rules was 1982-11-27, for all of Yugoslavia at the time.
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3325
# Shanks & Pottenger don't give as much detail, so go with Koželj.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3326
			1:00	-	CET	1982 Nov 27
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3327
			1:00	EU	CE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3328
Link Europe/Belgrade Europe/Ljubljana	# Slovenia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3329
Link Europe/Belgrade Europe/Podgorica	# Montenegro
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3330
Link Europe/Belgrade Europe/Sarajevo	# Bosnia and Herzegovina
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3331
Link Europe/Belgrade Europe/Skopje	# Macedonia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3332
Link Europe/Belgrade Europe/Zagreb	# Croatia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3333
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3334
# Slovakia
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3335
Link Europe/Prague Europe/Bratislava
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3336
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3337
# Slovenia
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3338
# See Europe/Belgrade.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3339
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3340
# Spain
44118
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3341
#
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3342
# From Paul Eggert (2016-12-14):
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3343
#
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3344
# The source for Europe/Madrid before 2013 is:
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3345
# Planesas P. La hora oficial en España y sus cambios.
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3346
# Anuario del Observatorio Astronómico de Madrid (2013, in Spanish).
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3347
# http://astronomia.ign.es/rknowsys-theme/images/webAstro/paginas/documentos/Anuario/lahoraoficialenespana.pdf
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3348
# As this source says that historical time in the Canaries is obscure,
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3349
# and it does not discuss Ceuta, stick with Shanks for now for that data.
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3350
#
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3351
# In the 1918 and 1919 fallback transitions in Spain, the clock for
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3352
# the hour-longer day officially kept going after midnight, so that
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3353
# the repeated instances of that day's 00:00 hour were 24 hours apart,
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3354
# with a fallback transition from the second occurrence of 00:59... to
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3355
# the next day's 00:00.  Our data format cannot represent this
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3356
# directly, and instead repeats the first hour of the next day, with a
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3357
# fallback transition from the next day's 00:59... to 00:00.
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3358
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3359
# From Michael Deckers (2016-12-15):
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3360
# The Royal Decree of 1900-06-26 quoted by Planesas, online at
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3361
# https://www.boe.es/datos/pdfs/BOE//1900/209/A00383-00384.pdf
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3362
# says in its article 5 (my translation):
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3363
# These dispositions will enter into force beginning with the
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3364
# instant at which, according to the time indicated in article 1,
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3365
# the 1st day of January of 1901 will begin.
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3366
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3367
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
44118
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3368
Rule	Spain	1918	only	-	Apr	15	23:00	1:00	S
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3369
Rule	Spain	1918	1919	-	Oct	 6	24:00s	0	-
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3370
Rule	Spain	1919	only	-	Apr	 6	23:00	1:00	S
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3371
Rule	Spain	1924	only	-	Apr	16	23:00	1:00	S
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3372
Rule	Spain	1924	only	-	Oct	 4	24:00s	0	-
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3373
Rule	Spain	1926	only	-	Apr	17	23:00	1:00	S
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3374
Rule	Spain	1926	1929	-	Oct	Sat>=1	24:00s	0	-
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3375
Rule	Spain	1927	only	-	Apr	 9	23:00	1:00	S
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3376
Rule	Spain	1928	only	-	Apr	15	 0:00	1:00	S
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3377
Rule	Spain	1929	only	-	Apr	20	23:00	1:00	S
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3378
# Republican Spain during the civil war; it controlled Madrid until 1939-03-28.
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3379
Rule	Spain	1937	only	-	Jun	16	23:00	1:00	S
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3380
Rule	Spain	1937	only	-	Oct	 2	24:00s	0	-
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3381
Rule	Spain	1938	only	-	Apr	 2	23:00	1:00	S
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3382
Rule	Spain	1938	only	-	Apr	30	23:00	2:00	M
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3383
Rule	Spain	1938	only	-	Oct	 2	24:00	1:00	S
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3384
# The following rules are for unified Spain again.
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3385
#
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3386
# Planesas does not say what happened in Madrid between its fall on
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3387
# 1939-03-28 and the Nationalist spring-forward transition on
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3388
# 1939-04-15.  For lack of better info, assume Madrid's clocks did not
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3389
# change during that period.
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3390
#
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3391
# The first rule is commented out, as it is redundant for Republican Spain.
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3392
#Rule	Spain	1939	only	-	Apr	15	23:00	1:00	S
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3393
Rule	Spain	1939	only	-	Oct	 7	24:00s	0	-
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3394
Rule	Spain	1942	only	-	May	 2	23:00	1:00	S
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3395
Rule	Spain	1942	only	-	Sep	 1	 1:00	0	-
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3396
Rule	Spain	1943	1946	-	Apr	Sat>=13	23:00	1:00	S
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3397
Rule	Spain	1943	1944	-	Oct	Sun>=1	 1:00	0	-
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3398
Rule	Spain	1945	1946	-	Sep	lastSun	 1:00	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3399
Rule	Spain	1949	only	-	Apr	30	23:00	1:00	S
44118
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3400
Rule	Spain	1949	only	-	Oct	 2	 1:00	0	-
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3401
Rule	Spain	1974	1975	-	Apr	Sat>=12	23:00	1:00	S
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3402
Rule	Spain	1974	1975	-	Oct	Sun>=1	 1:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3403
Rule	Spain	1976	only	-	Mar	27	23:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3404
Rule	Spain	1976	1977	-	Sep	lastSun	 1:00	0	-
44118
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3405
Rule	Spain	1977	only	-	Apr	 2	23:00	1:00	S
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3406
Rule	Spain	1978	only	-	Apr	 2	 2:00s	1:00	S
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3407
Rule	Spain	1978	only	-	Oct	 1	 2:00s	0	-
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3408
# Nationalist Spain during the civil war
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3409
#Rule NatSpain	1937	only	-	May	22	23:00	1:00	S
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3410
#Rule NatSpain	1937	1938	-	Oct	Sat>=1	24:00s	0	-
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3411
#Rule NatSpain	1938	only	-	Mar	26	23:00	1:00	S
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3412
# The following rules are copied from Morocco from 1967 through 1978.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3413
Rule SpainAfrica 1967	only	-	Jun	 3	12:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3414
Rule SpainAfrica 1967	only	-	Oct	 1	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3415
Rule SpainAfrica 1974	only	-	Jun	24	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3416
Rule SpainAfrica 1974	only	-	Sep	 1	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3417
Rule SpainAfrica 1976	1977	-	May	 1	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3418
Rule SpainAfrica 1976	only	-	Aug	 1	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3419
Rule SpainAfrica 1977	only	-	Sep	28	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3420
Rule SpainAfrica 1978	only	-	Jun	 1	 0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3421
Rule SpainAfrica 1978	only	-	Aug	 4	 0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3422
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
44118
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3423
Zone	Europe/Madrid	-0:14:44 -	LMT	1900 Dec 31 23:45:16
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3424
			 0:00	Spain	WE%sT	1940 Mar 16 23:00
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3425
			 1:00	Spain	CE%sT	1979
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3426
			 1:00	EU	CE%sT
44118
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3427
Zone	Africa/Ceuta	-0:21:16 -	LMT	1900 Dec 31 23:38:44
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3428
			 0:00	-	WET	1918 May  6 23:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3429
			 0:00	1:00	WEST	1918 Oct  7 23:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3430
			 0:00	-	WET	1924
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3431
			 0:00	Spain	WE%sT	1929
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3432
			 0:00 SpainAfrica WE%sT	1984 Mar 16
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3433
			 1:00	-	CET	1986
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3434
			 1:00	EU	CE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3435
Zone	Atlantic/Canary	-1:01:36 -	LMT	1922 Mar # Las Palmas de Gran C.
44118
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3436
			-1:00	-	-01	1946 Sep 30  1:00
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3437
			 0:00	-	WET	1980 Apr  6  0:00s
32215
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  3438
			 0:00	1:00	WEST	1980 Sep 28  1:00u
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3439
			 0:00	EU	WE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3440
# IATA SSIM (1996-09) says the Canaries switch at 2:00u, not 1:00u.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3441
# Ignore this for now, as the Canaries are part of the EU.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3442
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3443
# Sweden
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3444
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3445
# From Ivan Nilsson (2001-04-13), superseding Shanks & Pottenger:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3446
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3447
# The law "Svensk författningssamling 1878, no 14" about standard time in 1879:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3448
# From the beginning of 1879 (that is 01-01 00:00) the time for all
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3449
# places in the country is "the mean solar time for the meridian at
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3450
# three degrees, or twelve minutes of time, to the west of the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3451
# meridian of the Observatory of Stockholm".  The law is dated 1878-05-31.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3452
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3453
# The observatory at that time had the meridian 18 degrees 03' 30"
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3454
# eastern longitude = 01:12:14 in time.  Less 12 minutes gives the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3455
# national standard time as 01:00:14 ahead of GMT....
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3456
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3457
# About the beginning of CET in Sweden. The lawtext ("Svensk
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3458
# författningssamling 1899, no 44") states, that "from the beginning
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3459
# of 1900... ... the same as the mean solar time for the meridian at
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3460
# the distance of one hour of time from the meridian of the English
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3461
# observatory at Greenwich, or at 12 minutes 14 seconds to the west
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3462
# from the meridian of the Observatory of Stockholm". The law is dated
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3463
# 1899-06-16.  In short: At 1900-01-01 00:00:00 the new standard time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3464
# in Sweden is 01:00:00 ahead of GMT.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3465
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3466
# 1916: The lawtext ("Svensk författningssamling 1916, no 124") states
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3467
# that "1916-05-15 is considered to begin one hour earlier". It is
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3468
# pretty obvious that at 05-14 23:00 the clocks are set to 05-15 00:00....
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3469
# Further the law says, that "1916-09-30 is considered to end one hour later".
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3470
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3471
# The laws regulating [DST] are available on the site of the Swedish
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3472
# Parliament beginning with 1985 - the laws regulating 1980/1984 are
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3473
# not available on the site (to my knowledge they are only available
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3474
# in Swedish): <http://www.riksdagen.se/english/work/sfst.asp> (type
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3475
# "sommartid" without the quotes in the field "Fritext" and then click
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3476
# the Sök-button).
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3477
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3478
# (2001-05-13):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3479
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3480
# I have now found a newspaper stating that at 1916-10-01 01:00
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3481
# summertime the church-clocks etc were set back one hour to show
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3482
# 1916-10-01 00:00 standard time.  The article also reports that some
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3483
# people thought the switch to standard time would take place already
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3484
# at 1916-10-01 00:00 summer time, but they had to wait for another
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3485
# hour before the event took place.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3486
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3487
# Source: The newspaper "Dagens Nyheter", 1916-10-01, page 7 upper left.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3488
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3489
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3490
Zone Europe/Stockholm	1:12:12 -	LMT	1879 Jan  1
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3491
			1:00:14	-	SET	1900 Jan  1 # Swedish Time
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3492
			1:00	-	CET	1916 May 14 23:00
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3493
			1:00	1:00	CEST	1916 Oct  1  1:00
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3494
			1:00	-	CET	1980
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3495
			1:00	EU	CE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3496
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3497
# Switzerland
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3498
# From Howse:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3499
# By the end of the 18th century clocks and watches became commonplace
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3500
# and their performance improved enormously.  Communities began to keep
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3501
# mean time in preference to apparent time - Geneva from 1780 ....
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3502
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3503
# From Whitman (who writes "Midnight?"):
1850
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3504
# Rule	Swiss	1940	only	-	Nov	 2	0:00	1:00	S
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3505
# Rule	Swiss	1940	only	-	Dec	31	0:00	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3506
# From Shanks & Pottenger:
1850
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3507
# Rule	Swiss	1941	1942	-	May	Sun>=1	2:00	1:00	S
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3508
# Rule	Swiss	1941	1942	-	Oct	Sun>=1	0:00	0	-
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3509
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3510
# From Alois Treindl (2008-12-17):
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3511
# I have researched the DST usage in Switzerland during the 1940ies.
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3512
#
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3513
# As I wrote in an earlier message, I suspected the current tzdata values
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3514
# to be wrong. This is now verified.
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3515
#
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3516
# I have found copies of the original ruling by the Swiss Federal
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3517
# government, in 'Eidgenössische Gesetzessammlung 1941 and 1942' (Swiss
1850
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3518
# federal law collection)...
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3519
#
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3520
# DST began on Monday 5 May 1941, 1:00 am by shifting the clocks to 2:00 am
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3521
# DST ended on Monday 6 Oct 1941, 2:00 am by shifting the clocks to 1:00 am.
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3522
#
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3523
# DST began on Monday, 4 May 1942 at 01:00 am
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3524
# DST ended on Monday, 5 Oct 1942 at 02:00 am
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3525
#
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3526
# There was no DST in 1940, I have checked the law collection carefully.
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3527
# It is also indicated by the fact that the 1942 entry in the law
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3528
# collection points back to 1941 as a reference, but no reference to any
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3529
# other years are made.
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3530
#
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3531
# Newspaper articles I have read in the archives on 6 May 1941 reported
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3532
# about the introduction of DST (Sommerzeit in German) during the previous
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3533
# night as an absolute novelty, because this was the first time that such
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3534
# a thing had happened in Switzerland.
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3535
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3536
# I have also checked 1916, because one book source (Gabriel, Traité de
1850
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3537
# l'heure dans le monde) claims that Switzerland had DST in 1916. This is
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3538
# false, no official document could be found. Probably Gabriel got misled
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3539
# by references to Germany, which introduced DST in 1916 for the first time.
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3540
#
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3541
# The tzdata rules for Switzerland must be changed to:
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3542
# Rule  Swiss   1941    1942    -       May     Mon>=1  1:00    1:00    S
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3543
# Rule  Swiss   1941    1942    -       Oct     Mon>=1  2:00    0       -
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3544
#
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3545
# The 1940 rules must be deleted.
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3546
#
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3547
# One further detail for Switzerland, which is probably out of scope for
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3548
# most users of tzdata: The [Europe/Zurich zone] ...
1850
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3549
# describes all of Switzerland correctly, with the exception of
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3550
# the Canton de Genève (Geneva, Genf). Between 1848 and 1894 Geneva did not
1850
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3551
# follow Bern Mean Time but kept its own local mean time.
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3552
# To represent this, an extra zone would be needed.
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3553
#
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3554
# From Alois Treindl (2013-09-11):
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3555
# The Federal regulations say
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
  3556
# https://www.admin.ch/opc/de/classified-compilation/20071096/index.html
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3557
# ... the meridian for Bern mean time ... is 7 degrees 26' 22.50".
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3558
# Expressed in time, it is 0h29m45.5s.
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3559
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3560
# From Pierre-Yves Berger (2013-09-11):
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3561
# the "Circulaire du conseil fédéral" (December 11 1893)
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3562
# http://www.amtsdruckschriften.bar.admin.ch/viewOrigDoc.do?id=10071353
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3563
# clearly states that the [1894-06-01] change should be done at midnight
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3564
# but if no one is present after 11 at night, could be postponed until one
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3565
# hour before the beginning of service.
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3566
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3567
# From Paul Eggert (2013-09-11):
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3568
# Round BMT to the nearest even second, 0:29:46.
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3569
#
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3570
# We can find no reliable source for Shanks's assertion that all of Switzerland
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3571
# except Geneva switched to Bern Mean Time at 00:00 on 1848-09-12.  This book:
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3572
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3573
#	Jakob Messerli. Gleichmässig, pünktlich, schnell. Zeiteinteilung und
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3574
#	Zeitgebrauch in der Schweiz im 19. Jahrhundert. Chronos, Zurich 1995,
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3575
#	ISBN 3-905311-68-2, OCLC 717570797.
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3576
#
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3577
# suggests that the transition was more gradual, and that the Swiss did not
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3578
# agree about civil time during the transition.  The timekeeping it gives the
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3579
# most detail for is postal and telegraph time: here, federal legislation (the
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3580
# "Bundesgesetz über die Erstellung von elektrischen Telegraphen") passed on
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3581
# 1851-11-23, and an official implementation notice was published 1853-07-16
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3582
# (Bundesblatt 1853, Bd. II, S. 859).  On p 72 Messerli writes that in
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3583
# practice since July 1853 Bernese time was used in "all postal and telegraph
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3584
# offices in Switzerland from Geneva to St. Gallen and Basel to Chiasso"
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3585
# (Google translation).  For now, model this transition as occurring on
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3586
# 1853-07-16, though it probably occurred at some other date in Zurich, and
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3587
# legal civil time probably changed at still some other transition date.
1850
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3588
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3589
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3590
Rule	Swiss	1941	1942	-	May	Mon>=1	1:00	1:00	S
be2da26d2b21 6796489: (tz) Support tzdata2009a
peytoia
parents: 1831
diff changeset
  3591
Rule	Swiss	1941	1942	-	Oct	Mon>=1	2:00	0	-
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3592
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3593
Zone	Europe/Zurich	0:34:08 -	LMT	1853 Jul 16 # See above comment.
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3594
			0:29:46	-	BMT	1894 Jun    # Bern Mean Time
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3595
			1:00	Swiss	CE%sT	1981
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3596
			1:00	EU	CE%sT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3597
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3598
# Turkey
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3599
41819
48fdba4b8808 8168512: (tz) Support tzdata2016h
rpatil
parents: 41354
diff changeset
  3600
# From Kıvanç Yazan (2016-09-25):
48fdba4b8808 8168512: (tz) Support tzdata2016h
rpatil
parents: 41354
diff changeset
  3601
# 1) For 1986-2006, DST started at 01:00 local and ended at 02:00 local, with
48fdba4b8808 8168512: (tz) Support tzdata2016h
rpatil
parents: 41354
diff changeset
  3602
#    no exceptions.
48fdba4b8808 8168512: (tz) Support tzdata2016h
rpatil
parents: 41354
diff changeset
  3603
# 2) 1994's lastSun was overridden with Mar 20 ...
48fdba4b8808 8168512: (tz) Support tzdata2016h
rpatil
parents: 41354
diff changeset
  3604
# Here are official papers:
48fdba4b8808 8168512: (tz) Support tzdata2016h
rpatil
parents: 41354
diff changeset
  3605
# http://www.resmigazete.gov.tr/arsiv/19032.pdf  - page 2 for 1986
48fdba4b8808 8168512: (tz) Support tzdata2016h
rpatil
parents: 41354
diff changeset
  3606
# http://www.resmigazete.gov.tr/arsiv/19400.pdf  - page 4 for 1987
48fdba4b8808 8168512: (tz) Support tzdata2016h
rpatil
parents: 41354
diff changeset
  3607
# http://www.resmigazete.gov.tr/arsiv/19752.pdf  - page 15 for 1988
48fdba4b8808 8168512: (tz) Support tzdata2016h
rpatil
parents: 41354
diff changeset
  3608
# http://www.resmigazete.gov.tr/arsiv/20102.pdf  - page 6 for 1989
48fdba4b8808 8168512: (tz) Support tzdata2016h
rpatil
parents: 41354
diff changeset
  3609
# http://www.resmigazete.gov.tr/arsiv/20464.pdf  - page 1 for 1990 - 1992
48fdba4b8808 8168512: (tz) Support tzdata2016h
rpatil
parents: 41354
diff changeset
  3610
# http://www.resmigazete.gov.tr/arsiv/21531.pdf  - page 15 for 1993 - 1995
48fdba4b8808 8168512: (tz) Support tzdata2016h
rpatil
parents: 41354
diff changeset
  3611
# http://www.resmigazete.gov.tr/arsiv/21879.pdf  - page 1 for overriding 1994
48fdba4b8808 8168512: (tz) Support tzdata2016h
rpatil
parents: 41354
diff changeset
  3612
# http://www.resmigazete.gov.tr/arsiv/22588.pdf  - page 1 for 1996, 1997
48fdba4b8808 8168512: (tz) Support tzdata2016h
rpatil
parents: 41354
diff changeset
  3613
# http://www.resmigazete.gov.tr/arsiv/23286.pdf  - page 10 for 1998 - 2000
48fdba4b8808 8168512: (tz) Support tzdata2016h
rpatil
parents: 41354
diff changeset
  3614
# http://www.resmigazete.gov.tr/eskiler/2001/03/20010324.htm#2  - for 2001
48fdba4b8808 8168512: (tz) Support tzdata2016h
rpatil
parents: 41354
diff changeset
  3615
# http://www.resmigazete.gov.tr/eskiler/2002/03/20020316.htm#2  - for 2002-2006
48fdba4b8808 8168512: (tz) Support tzdata2016h
rpatil
parents: 41354
diff changeset
  3616
# From Paul Eggert (2016-09-25):
48fdba4b8808 8168512: (tz) Support tzdata2016h
rpatil
parents: 41354
diff changeset
  3617
# Prefer the above sources to Shanks & Pottenger for time stamps after 1985.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3618
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3619
# From Steffen Thorsen (2007-03-09):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3620
# Starting 2007 though, it seems that they are adopting EU's 1:00 UTC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3621
# start/end time, according to the following page (2007-03-07):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3622
# http://www.ntvmsnbc.com/news/402029.asp
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3623
# The official document is located here - it is in Turkish...:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3624
# http://rega.basbakanlik.gov.tr/eskiler/2007/03/20070307-7.htm
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3625
# I was able to locate the following seemingly official document
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3626
# (on a non-government server though) describing dates between 2002 and 2006:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3627
# http://www.alomaliye.com/bkk_2002_3769.htm
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3628
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3629
# From Gökdeniz Karadağ (2011-03-10):
8761
561d07549c0c 7027387: (tz) Support tzdata2011d
peytoia
parents: 6290
diff changeset
  3630
# According to the articles linked below, Turkey will change into summer
561d07549c0c 7027387: (tz) Support tzdata2011d
peytoia
parents: 6290
diff changeset
  3631
# time zone (GMT+3) on March 28, 2011 at 3:00 a.m. instead of March 27.
561d07549c0c 7027387: (tz) Support tzdata2011d
peytoia
parents: 6290
diff changeset
  3632
# This change is due to a nationwide exam on 27th.
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
  3633
# https://www.worldbulletin.net/?aType=haber&ArticleID=70872
8761
561d07549c0c 7027387: (tz) Support tzdata2011d
peytoia
parents: 6290
diff changeset
  3634
# Turkish:
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
  3635
# https://www.hurriyet.com.tr/yaz-saati-uygulamasi-bir-gun-ileri-alindi-17230464
23348
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3636
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3637
# From Faruk Pasin (2014-02-14):
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3638
# The DST for Turkey has been changed for this year because of the
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3639
# Turkish Local election....
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3640
# http://www.sabah.com.tr/Ekonomi/2014/02/12/yaz-saatinde-onemli-degisiklik
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3641
# ... so Turkey will move clocks forward one hour on March 31 at 3:00 a.m.
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3642
# From Randal L. Schwartz (2014-04-15):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3643
# Having landed on a flight from the states to Istanbul (via AMS) on March 31,
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3644
# I can tell you that NOBODY (even the airlines) respected this timezone DST
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3645
# change delay.  Maybe the word just didn't get out in time.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3646
# From Paul Eggert (2014-06-15):
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3647
# The press reported massive confusion, as election officials obeyed the rule
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3648
# change but cell phones (and airline baggage systems) did not.  See:
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3649
# Kostidis M. Eventful elections in Turkey. Balkan News Agency
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3650
# http://www.balkaneu.com/eventful-elections-turkey/ 2014-03-30.
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3651
# I guess the best we can do is document the official time.
1831
c9effd4226ea 6756569: (tz) Support tzdata2008g
peytoia
parents: 1316
diff changeset
  3652
32853
15bb8b5dd10e 8138716: (tz) Support tzdata2015g
aefimov
parents: 32215
diff changeset
  3653
# From Fatih (2015-09-29):
15bb8b5dd10e 8138716: (tz) Support tzdata2015g
aefimov
parents: 32215
diff changeset
  3654
# It's officially announced now by the Ministry of Energy.
15bb8b5dd10e 8138716: (tz) Support tzdata2015g
aefimov
parents: 32215
diff changeset
  3655
# Turkey delays winter time to 8th of November 04:00
15bb8b5dd10e 8138716: (tz) Support tzdata2015g
aefimov
parents: 32215
diff changeset
  3656
# http://www.aa.com.tr/tr/turkiye/yaz-saati-uygulamasi-8-kasimda-sona-erecek/362217
35770
931159d012e3 8148446: (tz) Support tzdata2016a
rpatil
parents: 32853
diff changeset
  3657
#
931159d012e3 8148446: (tz) Support tzdata2016a
rpatil
parents: 32853
diff changeset
  3658
# From BBC News (2015-10-25):
931159d012e3 8148446: (tz) Support tzdata2016a
rpatil
parents: 32853
diff changeset
  3659
# Confused Turks are asking "what's the time?" after automatic clocks defied a
931159d012e3 8148446: (tz) Support tzdata2016a
rpatil
parents: 32853
diff changeset
  3660
# government decision ... "For the next two weeks #Turkey is on EEST... Erdogan
931159d012e3 8148446: (tz) Support tzdata2016a
rpatil
parents: 32853
diff changeset
  3661
# Engineered Standard Time," said Twitter user @aysekarahasan.
931159d012e3 8148446: (tz) Support tzdata2016a
rpatil
parents: 32853
diff changeset
  3662
# http://www.bbc.com/news/world-europe-34631326
32853
15bb8b5dd10e 8138716: (tz) Support tzdata2015g
aefimov
parents: 32215
diff changeset
  3663
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3664
# From Burak AYDIN (2016-09-08):
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3665
# Turkey will stay in Daylight Saving Time even in winter....
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3666
# http://www.resmigazete.gov.tr/eskiler/2016/09/20160908-2.pdf
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3667
#
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3668
# From Paul Eggert (2016-09-07):
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3669
# The change is permanent, so this is the new standard time in Turkey.
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3670
# It takes effect today, which is not much notice.
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3671
48716
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
  3672
# From Kıvanç Yazan (2017-10-28):
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
  3673
# Turkey will go back to Daylight Saving Time starting 2018-10.
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
  3674
# http://www.resmigazete.gov.tr/eskiler/2017/10/20171028-5.pdf
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
  3675
#
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
  3676
# From Even Scharning (2017-11-08):
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
  3677
# ... today it was announced that the DST will become "continuous":
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
  3678
# http://www.hurriyet.com.tr/son-dakika-yaz-saati-uygulamasi-surekli-hale-geldi-40637482
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
  3679
# From Paul Eggert (2017-11-08):
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
  3680
# Although Google Translate misfires on that source, it looks like
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
  3681
# Turkey reversed last month's decision, and so will stay at +03.
55272cc70514 8195837: (tz) Upgrade time-zone data to tzdata2018c
rpatil
parents: 47724
diff changeset
  3682
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3683
# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3684
Rule	Turkey	1916	only	-	May	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3685
Rule	Turkey	1916	only	-	Oct	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3686
Rule	Turkey	1920	only	-	Mar	28	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3687
Rule	Turkey	1920	only	-	Oct	25	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3688
Rule	Turkey	1921	only	-	Apr	 3	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3689
Rule	Turkey	1921	only	-	Oct	 3	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3690
Rule	Turkey	1922	only	-	Mar	26	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3691
Rule	Turkey	1922	only	-	Oct	 8	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3692
# Whitman gives 1923 Apr 28 - Sep 16 and no DST in 1924-1925;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3693
# go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3694
Rule	Turkey	1924	only	-	May	13	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3695
Rule	Turkey	1924	1925	-	Oct	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3696
Rule	Turkey	1925	only	-	May	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3697
Rule	Turkey	1940	only	-	Jun	30	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3698
Rule	Turkey	1940	only	-	Oct	 5	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3699
Rule	Turkey	1940	only	-	Dec	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3700
Rule	Turkey	1941	only	-	Sep	21	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3701
Rule	Turkey	1942	only	-	Apr	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3702
# Whitman omits the next two transition and gives 1945 Oct 1;
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3703
# go with Shanks & Pottenger.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3704
Rule	Turkey	1942	only	-	Nov	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3705
Rule	Turkey	1945	only	-	Apr	 2	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3706
Rule	Turkey	1945	only	-	Oct	 8	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3707
Rule	Turkey	1946	only	-	Jun	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3708
Rule	Turkey	1946	only	-	Oct	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3709
Rule	Turkey	1947	1948	-	Apr	Sun>=16	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3710
Rule	Turkey	1947	1950	-	Oct	Sun>=2	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3711
Rule	Turkey	1949	only	-	Apr	10	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3712
Rule	Turkey	1950	only	-	Apr	19	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3713
Rule	Turkey	1951	only	-	Apr	22	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3714
Rule	Turkey	1951	only	-	Oct	 8	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3715
Rule	Turkey	1962	only	-	Jul	15	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3716
Rule	Turkey	1962	only	-	Oct	 8	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3717
Rule	Turkey	1964	only	-	May	15	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3718
Rule	Turkey	1964	only	-	Oct	 1	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3719
Rule	Turkey	1970	1972	-	May	Sun>=2	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3720
Rule	Turkey	1970	1972	-	Oct	Sun>=2	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3721
Rule	Turkey	1973	only	-	Jun	 3	1:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3722
Rule	Turkey	1973	only	-	Nov	 4	3:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3723
Rule	Turkey	1974	only	-	Mar	31	2:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3724
Rule	Turkey	1974	only	-	Nov	 3	5:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3725
Rule	Turkey	1975	only	-	Mar	30	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3726
Rule	Turkey	1975	1976	-	Oct	lastSun	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3727
Rule	Turkey	1976	only	-	Jun	 1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3728
Rule	Turkey	1977	1978	-	Apr	Sun>=1	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3729
Rule	Turkey	1977	only	-	Oct	16	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3730
Rule	Turkey	1979	1980	-	Apr	Sun>=1	3:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3731
Rule	Turkey	1979	1982	-	Oct	Mon>=11	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3732
Rule	Turkey	1981	1982	-	Mar	lastSun	3:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3733
Rule	Turkey	1983	only	-	Jul	31	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3734
Rule	Turkey	1983	only	-	Oct	 2	0:00	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3735
Rule	Turkey	1985	only	-	Apr	20	0:00	1:00	S
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3736
Rule	Turkey	1985	only	-	Sep	28	0:00	0	-
41819
48fdba4b8808 8168512: (tz) Support tzdata2016h
rpatil
parents: 41354
diff changeset
  3737
Rule	Turkey	1986	1993	-	Mar	lastSun	1:00s	1:00	S
48fdba4b8808 8168512: (tz) Support tzdata2016h
rpatil
parents: 41354
diff changeset
  3738
Rule	Turkey	1986	1995	-	Sep	lastSun	1:00s	0	-
48fdba4b8808 8168512: (tz) Support tzdata2016h
rpatil
parents: 41354
diff changeset
  3739
Rule	Turkey	1994	only	-	Mar	20	1:00s	1:00	S
48fdba4b8808 8168512: (tz) Support tzdata2016h
rpatil
parents: 41354
diff changeset
  3740
Rule	Turkey	1995	2006	-	Mar	lastSun	1:00s	1:00	S
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3741
Rule	Turkey	1996	2006	-	Oct	lastSun	1:00s	0	-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3742
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3743
Zone	Europe/Istanbul	1:55:52 -	LMT	1880
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3744
			1:56:56	-	IMT	1910 Oct # Istanbul Mean Time?
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3745
			2:00	Turkey	EE%sT	1978 Oct 15
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3746
			3:00	Turkey	+03/+04	1985 Apr 20
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3747
			2:00	Turkey	EE%sT	2007
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3748
			2:00	EU	EE%sT	2011 Mar 27  1:00u
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3749
			2:00	-	EET	2011 Mar 28  1:00u
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3750
			2:00	EU	EE%sT	2014 Mar 30  1:00u
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3751
			2:00	-	EET	2014 Mar 31  1:00u
32853
15bb8b5dd10e 8138716: (tz) Support tzdata2015g
aefimov
parents: 32215
diff changeset
  3752
			2:00	EU	EE%sT	2015 Oct 25  1:00u
15bb8b5dd10e 8138716: (tz) Support tzdata2015g
aefimov
parents: 32215
diff changeset
  3753
			2:00	1:00	EEST	2015 Nov  8  1:00u
41354
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3754
			2:00	EU	EE%sT	2016 Sep  7
d8271dd87747 8166875: (tz) Support tzdata2016g
rpatil
parents: 39829
diff changeset
  3755
			3:00	-	+03
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3756
Link	Europe/Istanbul	Asia/Istanbul	# Istanbul is in both continents.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3757
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3758
# Ukraine
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3759
#
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
  3760
# From Igor Karpov, who works for the Ukrainian Ministry of Justice,
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3761
# via Garrett Wollman (2003-01-27):
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
  3762
# BTW, I've found the official document on this matter. It's government
32215
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  3763
# regulations No. 509, May 13, 1996. In my poor translation it says:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3764
# "Time in Ukraine is set to second timezone (Kiev time). Each last Sunday
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3765
# of March at 3am the time is changing to 4am and each last Sunday of
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3766
# October the time at 4am is changing to 3am"
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3767
10795
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  3768
# From Alexander Krivenyshev (2011-09-20):
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  3769
# On September 20, 2011 the deputies of the Verkhovna Rada agreed to
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  3770
# abolish the transfer clock to winter time.
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  3771
#
32215
bf04280f393a 8133321: (tz) Support tzdata2015f
aefimov
parents: 30320
diff changeset
  3772
# Bill No. 8330 of MP from the Party of Regions Oleg Nadoshi got
10795
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  3773
# approval from 266 deputies.
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  3774
#
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3775
# Ukraine abolishes transfer back to the winter time (in Russian)
10795
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  3776
# http://news.mail.ru/politics/6861560/
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  3777
#
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  3778
# The Ukrainians will no longer change the clock (in Russian)
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  3779
# http://www.segodnya.ua/news/14290482.html
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  3780
#
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  3781
# Deputies cancelled the winter time (in Russian)
47724
6b374b7fdc3d 8190258: (tz) Support tzdata2017c
rpatil
parents: 47216
diff changeset
  3782
# https://www.pravda.com.ua/rus/news/2011/09/20/6600616/
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  3783
#
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  3784
# From Philip Pizzey (2011-10-18):
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  3785
# Today my Ukrainian colleagues have informed me that the
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  3786
# Ukrainian parliament have decided that they will go to winter
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  3787
# time this year after all.
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  3788
#
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  3789
# From Udo Schwedt (2011-10-18):
19382
fdb8e07fdaee 8020054: (tz) Support tzdata2013d
sherman
parents: 17464
diff changeset
  3790
# As far as I understand, the recent change to the Ukrainian time zone
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  3791
# (Europe/Kiev) to introduce permanent daylight saving time (similar
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  3792
# to Russia) was reverted today:
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  3793
# http://portal.rada.gov.ua/rada/control/en/publish/article/info_left?art_id=287324&cat_id=105995
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  3794
#
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  3795
# Also reported by Alexander Bokovoy (2011-10-18) who also noted:
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  3796
# The law documents themselves are at
23348
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3797
# http://w1.c1.rada.gov.ua/pls/zweb_n/webproc4_1?id=&pf3511=41484
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3798
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3799
# From Vladimir in Moscow via Alois Treindl re Kiev time 1991/2 (2014-02-28):
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3800
# First in Ukraine they changed Time zone from UTC+3 to UTC+2 with DST:
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3801
#       03 25 1990 02:00 -03.00 1       Time Zone 3 with DST
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3802
#       07 01 1990 02:00 -02.00 1       Time Zone 2 with DST
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3803
# * Ukrainian Government's Resolution of 18.06.1990, No. 134.
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3804
# http://search.ligazakon.ua/l_doc2.nsf/link1/T001500.html
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  3805
#
23348
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3806
# They did not end DST in September, 1990 (according to the law,
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3807
# "summer time" was still in action):
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3808
#       09 30 1990 03:00 -02.00 1       Time Zone 2 with DST
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3809
# * Ukrainian Government's Resolution of 21.09.1990, No. 272.
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3810
# http://search.ligazakon.ua/l_doc2.nsf/link1/KP900272.html
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3811
#
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3812
# Again no change in March, 1991 ("summer time" in action):
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3813
#       03 31 1991 02:00 -02.00 1       Time Zone 2 with DST
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3814
#
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3815
# DST ended in September 1991 ("summer time" ended):
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3816
#       09 29 1991 03:00 -02.00 0       Time Zone 2, no DST
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3817
# * Ukrainian Government's Resolution of 25.09.1991, No. 225.
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3818
# http://www.uazakon.com/documents/date_21/pg_iwgdoc.htm
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3819
# This is an answer.
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3820
#
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3821
# Since 1992 they had normal DST procedure:
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3822
#       03 29 1992 02:00 -02.00 1       DST started
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3823
#       09 27 1992 03:00 -02.00 0       DST ended
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3824
# * Ukrainian Government's Resolution of 20.03.1992, No. 139.
c6aac3e0bc8f 8037012: (tz) Support tzdata2014a
aefimov
parents: 21805
diff changeset
  3825
# http://www.uazakon.com/documents/date_8u/pg_grcasa.htm
10795
39d94a6eb53a 7103108: (tz) Support tzdata2011l
peytoia
parents: 10593
diff changeset
  3826
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3827
# Zone	NAME		GMTOFF	RULES	FORMAT	[UNTIL]
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3828
# Most of Ukraine since 1970 has been like Kiev.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3829
# "Kyiv" is the transliteration of the Ukrainian name, but
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3830
# "Kiev" is more common in English.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3831
Zone Europe/Kiev	2:02:04 -	LMT	1880
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3832
			2:02:04	-	KMT	1924 May  2 # Kiev Mean Time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3833
			2:00	-	EET	1930 Jun 21
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3834
			3:00	-	MSK	1941 Sep 20
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3835
			1:00	C-Eur	CE%sT	1943 Nov  6
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3836
			3:00	Russia	MSK/MSD	1990 Jul  1  2:00
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3837
			2:00	1:00	EEST	1991 Sep 29  3:00
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3838
			2:00	E-Eur	EE%sT	1995
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  3839
			2:00	EU	EE%sT
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3840
# Ruthenia used CET 1990/1991.
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3841
# "Uzhhorod" is the transliteration of the Rusyn/Ukrainian pronunciation, but
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3842
# "Uzhgorod" is more common in English.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3843
Zone Europe/Uzhgorod	1:29:12 -	LMT	1890 Oct
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3844
			1:00	-	CET	1940
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3845
			1:00	C-Eur	CE%sT	1944 Oct
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3846
			1:00	1:00	CEST	1944 Oct 26
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3847
			1:00	-	CET	1945 Jun 29
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3848
			3:00	Russia	MSK/MSD	1990
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3849
			3:00	-	MSK	1990 Jul  1  2:00
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3850
			1:00	-	CET	1991 Mar 31  3:00
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3851
			2:00	-	EET	1992
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3852
			2:00	E-Eur	EE%sT	1995
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  3853
			2:00	EU	EE%sT
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3854
# Zaporozh'ye and eastern Lugansk oblasts observed DST 1990/1991.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3855
# "Zaporizhia" is the transliteration of the Ukrainian name, but
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3856
# "Zaporozh'ye" is more common in English.  Use the common English
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3857
# spelling, except omit the apostrophe as it is not allowed in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3858
# portable Posix file names.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3859
Zone Europe/Zaporozhye	2:20:40 -	LMT	1880
44118
800a6450f7d4 8176044: (tz) Support tzdata2017a
rpatil
parents: 42459
diff changeset
  3860
			2:20	-	+0220	1924 May  2
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3861
			2:00	-	EET	1930 Jun 21
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3862
			3:00	-	MSK	1941 Aug 25
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3863
			1:00	C-Eur	CE%sT	1943 Oct 25
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3864
			3:00	Russia	MSK/MSD	1991 Mar 31  2:00
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3865
			2:00	E-Eur	EE%sT	1995
12306
35ebe1184d3d 7158483: (tz) Support tzdata2012c
peytoia
parents: 10795
diff changeset
  3866
			2:00	EU	EE%sT
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3867
20867
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3868
# Vatican City
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3869
# See Europe/Rome.
38b088040f4f 8025255: (tz) Support tzdata2013g
aefimov
parents: 19382
diff changeset
  3870
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3871
###############################################################################
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3872
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3873
# One source shows that Bulgaria, Cyprus, Finland, and Greece observe DST from
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3874
# the last Sunday in March to the last Sunday in September in 1986.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3875
# The source shows Romania changing a day later than everybody else.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3876
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3877
# According to Bernard Sieloff's source, Poland is in the MET time zone but
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3878
# uses the WE DST rules.  The Western USSR uses EET+1 and ME DST rules.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3879
# Bernard Sieloff's source claims Romania switches on the same day, but at
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3880
# 00:00 standard time (i.e., 01:00 DST).  It also claims that Turkey
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3881
# switches on the same day, but switches on at 01:00 standard time
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3882
# and off at 00:00 standard time (i.e., 01:00 DST)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3883
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3884
# ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3885
# Date: Wed, 28 Jan 87 16:56:27 -0100
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3886
# From: Tom Hofmann
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3887
# ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3888
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3889
# ...the European time rules are...standardized since 1981, when
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3890
# most European countries started DST.  Before that year, only
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3891
# a few countries (UK, France, Italy) had DST, each according
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3892
# to own national rules.  In 1981, however, DST started on
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3893
# 'Apr firstSun', and not on 'Mar lastSun' as in the following
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3894
# years...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3895
# But also since 1981 there are some more national exceptions
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3896
# than listed in 'europe': Switzerland, for example, joined DST
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3897
# one year later, Denmark ended DST on 'Oct 1' instead of 'Sep
26452
04bfc550f2b4 8049343: (tz) Support tzdata2014g
aefimov
parents: 24375
diff changeset
  3898
# lastSun' in 1981 - I don't know how they handle now.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3899
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3900
# Finally, DST ist always from 'Apr 1' to 'Oct 1' in the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3901
# Soviet Union (as far as I know).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3902
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3903
# Tom Hofmann, Scientific Computer Center, CIBA-GEIGY AG,
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3904
# 4002 Basle, Switzerland
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3905
# ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3906
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3907
# ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3908
# Date: Wed, 4 Feb 87 22:35:22 +0100
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3909
# From: Dik T. Winter
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3910
# ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3911
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3912
# The information from Tom Hofmann is (as far as I know) not entirely correct.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3913
# After a request from chongo at amdahl I tried to retrieve all information
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3914
# about DST in Europe.  I was able to find all from about 1969.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3915
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3916
# ...standardization on DST in Europe started in about 1977 with switches on
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3917
# first Sunday in April and last Sunday in September...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3918
# In 1981 UK joined Europe insofar that
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3919
# the starting day for both shifted to last Sunday in March.  And from 1982
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3920
# the whole of Europe used DST, with switch dates April 1 and October 1 in
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3921
# the Sov[i]et Union.  In 1985 the SU reverted to standard Europe[a]n switch
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3922
# dates...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3923
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3924
# It should also be remembered that time-zones are not constants; e.g.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3925
# Portugal switched in 1976 from MET (or CET) to WET with DST...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3926
# Note also that though there were rules for switch dates not
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3927
# all countries abided to these dates, and many individual deviations
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3928
# occurred, though not since 1982 I believe.  Another note: it is always
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3929
# assumed that DST is 1 hour ahead of normal time, this need not be the
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3930
# case; at least in the Netherlands there have been times when DST was 2 hours
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3931
# in advance of normal time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3932
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3933
# ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3934
# dik t. winter, cwi, amsterdam, nederland
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3935
# ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3936
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3937
# From Bob Devine (1988-01-28):
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3938
# ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3939
# Greece: Last Sunday in April to last Sunday in September (iffy on dates).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3940
# Since 1978.  Change at midnight.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3941
# ...
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3942
# Monaco: has same DST as France.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3943
# ...