1 # This file is in the public domain, so clarified as of
   2 # 2009-05-17 by Arthur David Olson.
   3 
   4 # This file is by no means authoritative; if you think you know better,
   5 # go ahead and edit the file (and please send any changes to
   6 # tz@iana.org for general use in the future).  For more, please see
   7 # the file CONTRIBUTING in the tz distribution.
   8 
   9 # From Paul Eggert (2014-10-31):
  10 #
  11 # Unless otherwise specified, the source for data through 1990 is:
  12 # Thomas G. Shanks and Rique Pottenger, The International Atlas (6th edition),
  13 # San Diego: ACS Publications, Inc. (2003).
  14 # Unfortunately this book contains many errors and cites no sources.
  15 #
  16 # Gwillim Law writes that a good source
  17 # for recent time zone data is the International Air Transport
  18 # Association's Standard Schedules Information Manual (IATA SSIM),
  19 # published semiannually.  Law sent in several helpful summaries
  20 # of the IATA's data after 1990.  Except where otherwise noted,
  21 # IATA SSIM is the source for entries after 1990.
  22 #
  23 # A reliable and entertaining source about time zones is
  24 # Derek Howse, Greenwich time and longitude, Philip Wilson Publishers (1997).
  25 #
  26 # Except where otherwise noted, Shanks & Pottenger is the source for
  27 # entries through 1991, and IATA SSIM is the source for entries afterwards.
  28 #
  29 # Other sources occasionally used include:
  30 #
  31 #       Edward W. Whitman, World Time Differences,
  32 #       Whitman Publishing Co, 2 Niagara Av, Ealing, London (undated),
  33 #       which I found in the UCLA library.
  34 #
  35 #       William Willett, The Waste of Daylight, 19th edition
  36 #       <http://cs.ucla.edu/~eggert/The-Waste-of-Daylight-19th.pdf>
  37 #       [PDF] (1914-03)
  38 #
  39 #       Milne J. Civil time. Geogr J. 1899 Feb;13(2):173-94
  40 #       <http://www.jstor.org/stable/1774359>.  He writes:
  41 #       "It is requested that corrections and additions to these tables
  42 #       may be sent to Mr. John Milne, Royal Geographical Society,
  43 #       Savile Row, London."  Nowadays please email them to tz@iana.org.
  44 #
  45 #       Byalokoz EL. New Counting of Time in Russia since July 1, 1919.
  46 #       This Russian-language source was consulted by Vladimir Karpinsky; see
  47 #       http://mm.icann.org/pipermail/tz/2014-August/021320.html
  48 #       The full Russian citation is:
  49 #       Бялокоз, Евгений Людвигович. Новый счет времени в течении суток
  50 #       введенный декретом Совета народных комиссаров для всей России с 1-го
  51 #       июля 1919 г. / Изд. 2-е Междуведомственной комиссии. - Петроград:
  52 #       Десятая гос. тип., 1919.
  53 #       http://resolver.gpntb.ru/purl?docushare/dsweb/Get/Resource-2011/Byalokoz__E.L.__Novyy__schet__vremeni__v__techenie__sutok__izd__2(1).pdf
  54 #
  55 #       Brazil's Divisão Serviço da Hora (DSHO),
  56 #       History of Summer Time
  57 #       <http://pcdsh01.on.br/HISTHV.htm>
  58 #       (1998-09-21, in Portuguese)
  59 
  60 #
  61 # I invented the abbreviations marked '*' in the following table;
  62 # the rest are from earlier versions of this file, or from other sources.
  63 # Corrections are welcome!
  64 #                   std dst  2dst
  65 #                   LMT           Local Mean Time
  66 #       -4:00       AST ADT       Atlantic
  67 #       -3:00       WGT WGST      Western Greenland*
  68 #       -1:00       EGT EGST      Eastern Greenland*
  69 #        0:00       GMT BST  BDST Greenwich, British Summer
  70 #        0:00       GMT IST       Greenwich, Irish Summer
  71 #        0:00       WET WEST WEMT Western Europe
  72 #        0:19:32.13 AMT NST       Amsterdam, Netherlands Summer (1835-1937)*
  73 #        0:20       NET NEST      Netherlands (1937-1940)*
  74 #        1:00       BST           British Standard (1968-1971)
  75 #        1:00       CET CEST CEMT Central Europe
  76 #        1:00:14    SET           Swedish (1879-1899)*
  77 #        2:00       EET EEST      Eastern Europe
  78 #        3:00       FET           Further-eastern Europe (2011-2014)*
  79 #        3:00       MSK MSD  MSM* Minsk, Moscow
  80 
  81 # From Peter Ilieve (1994-12-04),
  82 # The original six [EU members]: Belgium, France, (West) Germany, Italy,
  83 # Luxembourg, the Netherlands.
  84 # Plus, from 1 Jan 73: Denmark, Ireland, United Kingdom.
  85 # Plus, from 1 Jan 81: Greece.
  86 # Plus, from 1 Jan 86: Spain, Portugal.
  87 # Plus, from 1 Jan 95: Austria, Finland, Sweden. (Norway negotiated terms for
  88 # entry but in a referendum on 28 Nov 94 the people voted No by 52.2% to 47.8%
  89 # on a turnout of 88.6%. This was almost the same result as Norway's previous
  90 # referendum in 1972, they are the only country to have said No twice.
  91 # Referendums in the other three countries voted Yes.)
  92 # ...
  93 # Estonia ... uses EU dates but not at 01:00 GMT, they use midnight GMT.
  94 # I don't think they know yet what they will do from 1996 onwards.
  95 # ...
  96 # There shouldn't be any [current members who are not using EU rules].
  97 # A Directive has the force of law, member states are obliged to enact
  98 # national law to implement it. The only contentious issue was the
  99 # different end date for the UK and Ireland, and this was always allowed
 100 # in the Directive.
 101 
 102 
 103 ###############################################################################
 104 
 105 # Britain (United Kingdom) and Ireland (Eire)
 106 
 107 # From Peter Ilieve (1994-07-06):
 108 #
 109 # On 17 Jan 1994 the Independent, a UK quality newspaper, had a piece about
 110 # historical vistas along the Thames in west London. There was a photo
 111 # and a sketch map showing some of the sightlines involved. One paragraph
 112 # of the text said:
 113 #
 114 # 'An old stone obelisk marking a forgotten terrestrial meridian stands
 115 # beside the river at Kew. In the 18th century, before time and longitude
 116 # was standardised by the Royal Observatory in Greenwich, scholars observed
 117 # this stone and the movement of stars from Kew Observatory nearby. They
 118 # made their calculations and set the time for the Horse Guards and Parliament,
 119 # but now the stone is obscured by scrubwood and can only be seen by walking
 120 # along the towpath within a few yards of it.'
 121 #
 122 # I have a one inch to one mile map of London and my estimate of the stone's
 123 # position is 51 degrees 28' 30" N, 0 degrees 18' 45" W. The longitude should
 124 # be within about +-2". The Ordnance Survey grid reference is TQ172761.
 125 #
 126 # [This yields GMTOFF = -0:01:15 for London LMT in the 18th century.]
 127 
 128 # From Paul Eggert (1993-11-18):
 129 #
 130 # Howse writes that Britain was the first country to use standard time.
 131 # The railways cared most about the inconsistencies of local mean time,
 132 # and it was they who forced a uniform time on the country.
 133 # The original idea was credited to Dr. William Hyde Wollaston (1766-1828)
 134 # and was popularized by Abraham Follett Osler (1808-1903).
 135 # The first railway to adopt London time was the Great Western Railway
 136 # in November 1840; other railways followed suit, and by 1847 most
 137 # (though not all) railways used London time.  On 1847-09-22 the
 138 # Railway Clearing House, an industry standards body, recommended that GMT be
 139 # adopted at all stations as soon as the General Post Office permitted it.
 140 # The transition occurred on 12-01 for the L&NW, the Caledonian,
 141 # and presumably other railways; the January 1848 Bradshaw's lists many
 142 # railways as using GMT.  By 1855 the vast majority of public
 143 # clocks in Britain were set to GMT (though some, like the great clock
 144 # on Tom Tower at Christ Church, Oxford, were fitted with two minute hands,
 145 # one for local time and one for GMT).  The last major holdout was the legal
 146 # system, which stubbornly stuck to local time for many years, leading
 147 # to oddities like polls opening at 08:13 and closing at 16:13.
 148 # The legal system finally switched to GMT when the Statutes (Definition
 149 # of Time) Act took effect; it received the Royal Assent on 1880-08-02.
 150 #
 151 # In the tables below, we condense this complicated story into a single
 152 # transition date for London, namely 1847-12-01.  We don't know as much
 153 # about Dublin, so we use 1880-08-02, the legal transition time.
 154 
 155 # From Paul Eggert (2014-07-19):
 156 # The ancients had no need for daylight saving, as they kept time
 157 # informally or via hours whose length depended on the time of year.
 158 # Daylight saving time in its modern sense was invented by the
 159 # New Zealand entomologist George Vernon Hudson (1867-1946),
 160 # whose day job as a postal clerk led him to value
 161 # after-hours daylight in which to pursue his research.
 162 # In 1895 he presented a paper to the Wellington Philosophical Society
 163 # that proposed a two-hour daylight-saving shift.  See:
 164 # Hudson GV. On seasonal time-adjustment in countries south of lat. 30 deg.
 165 # Transactions and Proceedings of the New Zealand Institute. 1895;28:734
 166 # http://rsnz.natlib.govt.nz/volume/rsnz_28/rsnz_28_00_006110.html
 167 # Although some interest was expressed in New Zealand, his proposal
 168 # did not find its way into law and eventually it was almost forgotten.
 169 #
 170 # In England, DST was independently reinvented by William Willett (1857-1915),
 171 # a London builder and member of the Royal Astronomical Society
 172 # who circulated a pamphlet "The Waste of Daylight" (1907)
 173 # that proposed advancing clocks 20 minutes on each of four Sundays in April,
 174 # and retarding them by the same amount on four Sundays in September.
 175 # A bill was drafted in 1909 and introduced in Parliament several times,
 176 # but it met with ridicule and opposition, especially from farming interests.
 177 # Later editions of the pamphlet proposed one-hour summer time, and
 178 # it was eventually adopted as a wartime measure in 1916.
 179 # See: Summer Time Arrives Early, The Times (2000-05-18).
 180 # A monument to Willett was unveiled on 1927-05-21, in an open space in
 181 # a 45-acre wood near Chislehurst, Kent that was purchased by popular
 182 # subscription and open to the public.  On the south face of the monolith,
 183 # designed by G. W. Miller, is the William Willett Memorial Sundial,
 184 # which is permanently set to Summer Time.
 185 
 186 # From Winston Churchill (1934-04-28):
 187 # It is one of the paradoxes of history that we should owe the boon of
 188 # summer time, which gives every year to the people of this country
 189 # between 160 and 170 hours more daylight leisure, to a war which
 190 # plunged Europe into darkness for four years, and shook the
 191 # foundations of civilization throughout the world.
 192 #       -- "A Silent Toast to William Willett", Pictorial Weekly;
 193 #       republished in Finest Hour (Spring 2002) 1(114):26
 194 #       http://www.winstonchurchill.org/images/finesthour/Vol.01%20No.114.pdf
 195 
 196 # From Paul Eggert (2015-08-08):
 197 # The OED Supplement says that the English originally said "Daylight Saving"
 198 # when they were debating the adoption of DST in 1908; but by 1916 this
 199 # term appears only in quotes taken from DST's opponents, whereas the
 200 # proponents (who eventually won the argument) are quoted as using "Summer".
 201 # The term "Summer Time" was introduced by Herbert Samuel, Home Secretary; see:
 202 # Viscount Samuel. Leisure in a Democracy. Cambridge University Press
 203 # ISBN 978-1-107-49471-8 (1949, reissued 2015), p 8.
 204 
 205 # From Arthur David Olson (1989-01-19):
 206 # A source at the British Information Office in New York avers that it's
 207 # known as "British" Summer Time in all parts of the United Kingdom.
 208 
 209 # Date: 4 Jan 89 08:57:25 GMT (Wed)
 210 # From: Jonathan Leffler
 211 # [British Summer Time] is fixed annually by Act of Parliament.
 212 # If you can predict what Parliament will do, you should be in
 213 # politics making a fortune, not computing.
 214 
 215 # From Chris Carrier (1996-06-14):
 216 # I remember reading in various wartime issues of the London Times the
 217 # acronym BDST for British Double Summer Time.  Look for the published
 218 # time of sunrise and sunset in The Times, when BDST was in effect, and
 219 # if you find a zone reference it will say, "All times B.D.S.T."
 220 
 221 # From Joseph S. Myers (1999-09-02):
 222 # ... some military cables (WO 219/4100 - this is a copy from the
 223 # main SHAEF archives held in the US National Archives, SHAEF/5252/8/516)
 224 # agree that the usage is BDST (this appears in a message dated 17 Feb 1945).
 225 
 226 # From Joseph S. Myers (2000-10-03):
 227 # On 18th April 1941, Sir Stephen Tallents of the BBC wrote to Sir
 228 # Alexander Maxwell of the Home Office asking whether there was any
 229 # official designation; the reply of the 21st was that there wasn't
 230 # but he couldn't think of anything better than the "Double British
 231 # Summer Time" that the BBC had been using informally.
 232 # http://www.polyomino.org.uk/british-time/bbc-19410418.png
 233 # http://www.polyomino.org.uk/british-time/ho-19410421.png
 234 
 235 # From Sir Alexander Maxwell in the above-mentioned letter (1941-04-21):
 236 # [N]o official designation has as far as I know been adopted for the time
 237 # which is to be introduced in May....
 238 # I cannot think of anything better than "Double British Summer Time"
 239 # which could not be said to run counter to any official description.
 240 
 241 # From Paul Eggert (2000-10-02):
 242 # Howse writes (p 157) 'DBST' too, but 'BDST' seems to have been common
 243 # and follows the more usual convention of putting the location name first,
 244 # so we use 'BDST'.
 245 
 246 # Peter Ilieve (1998-04-19) described at length
 247 # the history of summer time legislation in the United Kingdom.
 248 # Since 1998 Joseph S. Myers has been updating
 249 # and extending this list, which can be found in
 250 # http://www.polyomino.org.uk/british-time/
 251 
 252 # From Joseph S. Myers (1998-01-06):
 253 #
 254 # The legal time in the UK outside of summer time is definitely GMT, not UTC;
 255 # see Lord Tanlaw's speech
 256 # http://www.publications.parliament.uk/pa/ld199798/ldhansrd/vo970611/text/70611-10.htm#70611-10_head0
 257 # (Lords Hansard 11 June 1997 columns 964 to 976).
 258 
 259 # From Paul Eggert (2006-03-22):
 260 #
 261 # For lack of other data, follow Shanks & Pottenger for Eire in 1940-1948.
 262 #
 263 # Given Ilieve and Myers's data, the following claims by Shanks & Pottenger
 264 # are incorrect:
 265 #     * Wales did not switch from GMT to daylight saving time until
 266 #       1921 Apr 3, when they began to conform with the rest of Great Britain.
 267 # Actually, Wales was identical after 1880.
 268 #     * Eire had two transitions on 1916 Oct 1.
 269 # It actually just had one transition.
 270 #     * Northern Ireland used single daylight saving time throughout WW II.
 271 # Actually, it conformed to Britain.
 272 #     * GB-Eire changed standard time to 1 hour ahead of GMT on 1968-02-18.
 273 # Actually, that date saw the usual switch to summer time.
 274 # Standard time was not changed until 1968-10-27 (the clocks didn't change).
 275 #
 276 # Here is another incorrect claim by Shanks & Pottenger:
 277 #     * Jersey, Guernsey, and the Isle of Man did not switch from GMT
 278 #       to daylight saving time until 1921 Apr 3, when they began to
 279 #       conform with Great Britain.
 280 # S.R.&O. 1916, No. 382 and HO 45/10811/312364 (quoted above) say otherwise.
 281 #
 282 # The following claim by Shanks & Pottenger is possible though doubtful;
 283 # we'll ignore it for now.
 284 #     * Dublin's 1971-10-31 switch was at 02:00, even though London's was 03:00.
 285 #
 286 #
 287 # Whitman says Dublin Mean Time was -0:25:21, which is more precise than
 288 # Shanks & Pottenger.
 289 # Perhaps this was Dunsink Observatory Time, as Dunsink Observatory
 290 # (8 km NW of Dublin's center) seemingly was to Dublin as Greenwich was
 291 # to London.  For example:
 292 #
 293 #   "Timeball on the ballast office is down.  Dunsink time."
 294 #   -- James Joyce, Ulysses
 295 
 296 # "Countess Markievicz ... claimed that the [1916] abolition of Dublin Mean Time
 297 # was among various actions undertaken by the 'English' government that
 298 # would 'put the whole country into the SF (Sinn Féin) camp'.  She claimed
 299 # Irish 'public feeling (was) outraged by forcing of English time on us'."
 300 # -- Parsons M. Dublin lost its time zone - and 25 minutes - after 1916 Rising.
 301 # Irish Times 2014-10-27.
 302 # http://www.irishtimes.com/news/politics/dublin-lost-its-time-zone-and-25-minutes-after-1916-rising-1.1977411
 303 
 304 # From Joseph S. Myers (2005-01-26):
 305 # Irish laws are available online at <http://www.irishstatutebook.ie>.
 306 # These include various relating to legal time, for example:
 307 #
 308 # ZZA13Y1923.html ZZA12Y1924.html ZZA8Y1925.html ZZSIV20PG1267.html
 309 #
 310 # ZZSI71Y1947.html ZZSI128Y1948.html ZZSI23Y1949.html ZZSI41Y1950.html
 311 # ZZSI27Y1951.html ZZSI73Y1952.html
 312 #
 313 # ZZSI11Y1961.html ZZSI232Y1961.html ZZSI182Y1962.html
 314 # ZZSI167Y1963.html ZZSI257Y1964.html ZZSI198Y1967.html
 315 # ZZA23Y1968.html ZZA17Y1971.html
 316 #
 317 # ZZSI67Y1981.html ZZSI212Y1982.html ZZSI45Y1986.html
 318 # ZZSI264Y1988.html ZZSI52Y1990.html ZZSI371Y1992.html
 319 # ZZSI395Y1994.html ZZSI484Y1997.html ZZSI506Y2001.html
 320 #
 321 # [These are all relative to the root, e.g., the first is
 322 # <http://www.irishstatutebook.ie/ZZA13Y1923.html>.]
 323 #
 324 # (These are those I found, but there could be more.  In any case these
 325 # should allow various updates to the comments in the europe file to cover
 326 # the laws applicable in Ireland.)
 327 #
 328 # (Note that the time in the Republic of Ireland since 1968 has been defined
 329 # in terms of standard time being GMT+1 with a period of winter time when it
 330 # is GMT, rather than standard time being GMT with a period of summer time
 331 # being GMT+1.)
 332 
 333 # From Paul Eggert (1999-03-28):
 334 # Clive Feather (<news:859845706.26043.0@office.demon.net>, 1997-03-31)
 335 # reports that Folkestone (Cheriton) Shuttle Terminal uses Concession Time
 336 # (CT), equivalent to French civil time.
 337 # Julian Hill (<news:36118128.5A14@virgin.net>, 1998-09-30) reports that
 338 # trains between Dollands Moor (the freight facility next door)
 339 # and Frethun run in CT.
 340 # My admittedly uninformed guess is that the terminal has two authorities,
 341 # the French concession operators and the British civil authorities,
 342 # and that the time depends on who you're talking to.
 343 # If, say, the British police were called to the station for some reason,
 344 # I would expect the official police report to use GMT/BST and not CET/CEST.
 345 # This is a borderline case, but for now let's stick to GMT/BST.
 346 
 347 # From an anonymous contributor (1996-06-02):
 348 # The law governing time in Ireland is under Statutory Instrument SI 395/94,
 349 # which gives force to European Union 7th Council Directive No. 94/21/EC.
 350 # Under this directive, the Minister for Justice in Ireland makes appropriate
 351 # regulations. I spoke this morning with the Secretary of the Department of
 352 # Justice (tel +353 1 678 9711) who confirmed to me that the correct name is
 353 # "Irish Summer Time", abbreviated to "IST".
 354 
 355 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
 356 # Summer Time Act, 1916
 357 Rule    GB-Eire 1916    only    -       May     21      2:00s   1:00    BST
 358 Rule    GB-Eire 1916    only    -       Oct      1      2:00s   0       GMT
 359 # S.R.&O. 1917, No. 358
 360 Rule    GB-Eire 1917    only    -       Apr      8      2:00s   1:00    BST
 361 Rule    GB-Eire 1917    only    -       Sep     17      2:00s   0       GMT
 362 # S.R.&O. 1918, No. 274
 363 Rule    GB-Eire 1918    only    -       Mar     24      2:00s   1:00    BST
 364 Rule    GB-Eire 1918    only    -       Sep     30      2:00s   0       GMT
 365 # S.R.&O. 1919, No. 297
 366 Rule    GB-Eire 1919    only    -       Mar     30      2:00s   1:00    BST
 367 Rule    GB-Eire 1919    only    -       Sep     29      2:00s   0       GMT
 368 # S.R.&O. 1920, No. 458
 369 Rule    GB-Eire 1920    only    -       Mar     28      2:00s   1:00    BST
 370 # S.R.&O. 1920, No. 1844
 371 Rule    GB-Eire 1920    only    -       Oct     25      2:00s   0       GMT
 372 # S.R.&O. 1921, No. 363
 373 Rule    GB-Eire 1921    only    -       Apr      3      2:00s   1:00    BST
 374 Rule    GB-Eire 1921    only    -       Oct      3      2:00s   0       GMT
 375 # S.R.&O. 1922, No. 264
 376 Rule    GB-Eire 1922    only    -       Mar     26      2:00s   1:00    BST
 377 Rule    GB-Eire 1922    only    -       Oct      8      2:00s   0       GMT
 378 # The Summer Time Act, 1922
 379 Rule    GB-Eire 1923    only    -       Apr     Sun>=16      2:00s   1:00    BST
 380 Rule    GB-Eire 1923    1924    -       Sep     Sun>=16      2:00s   0       GMT
 381 Rule    GB-Eire 1924    only    -       Apr     Sun>=9       2:00s   1:00    BST
 382 Rule    GB-Eire 1925    1926    -       Apr     Sun>=16      2:00s   1:00    BST
 383 # The Summer Time Act, 1925
 384 Rule    GB-Eire 1925    1938    -       Oct     Sun>=2       2:00s   0       GMT
 385 Rule    GB-Eire 1927    only    -       Apr     Sun>=9       2:00s   1:00    BST
 386 Rule    GB-Eire 1928    1929    -       Apr     Sun>=16      2:00s   1:00    BST
 387 Rule    GB-Eire 1930    only    -       Apr     Sun>=9       2:00s   1:00    BST
 388 Rule    GB-Eire 1931    1932    -       Apr     Sun>=16      2:00s   1:00    BST
 389 Rule    GB-Eire 1933    only    -       Apr     Sun>=9       2:00s   1:00    BST
 390 Rule    GB-Eire 1934    only    -       Apr     Sun>=16      2:00s   1:00    BST
 391 Rule    GB-Eire 1935    only    -       Apr     Sun>=9       2:00s   1:00    BST
 392 Rule    GB-Eire 1936    1937    -       Apr     Sun>=16      2:00s   1:00    BST
 393 Rule    GB-Eire 1938    only    -       Apr     Sun>=9       2:00s   1:00    BST
 394 Rule    GB-Eire 1939    only    -       Apr     Sun>=16      2:00s   1:00    BST
 395 # S.R.&O. 1939, No. 1379
 396 Rule    GB-Eire 1939    only    -       Nov     Sun>=16      2:00s   0       GMT
 397 # S.R.&O. 1940, No. 172 and No. 1883
 398 Rule    GB-Eire 1940    only    -       Feb     Sun>=23      2:00s   1:00    BST
 399 # S.R.&O. 1941, No. 476
 400 Rule    GB-Eire 1941    only    -       May     Sun>=2       1:00s   2:00    BDST
 401 Rule    GB-Eire 1941    1943    -       Aug     Sun>=9       1:00s   1:00    BST
 402 # S.R.&O. 1942, No. 506
 403 Rule    GB-Eire 1942    1944    -       Apr     Sun>=2       1:00s   2:00    BDST
 404 # S.R.&O. 1944, No. 932
 405 Rule    GB-Eire 1944    only    -       Sep     Sun>=16      1:00s   1:00    BST
 406 # S.R.&O. 1945, No. 312
 407 Rule    GB-Eire 1945    only    -       Apr     Mon>=2       1:00s   2:00    BDST
 408 Rule    GB-Eire 1945    only    -       Jul     Sun>=9       1:00s   1:00    BST
 409 # S.R.&O. 1945, No. 1208
 410 Rule    GB-Eire 1945    1946    -       Oct     Sun>=2       2:00s   0       GMT
 411 Rule    GB-Eire 1946    only    -       Apr     Sun>=9       2:00s   1:00    BST
 412 # The Summer Time Act, 1947
 413 Rule    GB-Eire 1947    only    -       Mar     16      2:00s   1:00    BST
 414 Rule    GB-Eire 1947    only    -       Apr     13      1:00s   2:00    BDST
 415 Rule    GB-Eire 1947    only    -       Aug     10      1:00s   1:00    BST
 416 Rule    GB-Eire 1947    only    -       Nov      2      2:00s   0       GMT
 417 # Summer Time Order, 1948 (S.I. 1948/495)
 418 Rule    GB-Eire 1948    only    -       Mar     14      2:00s   1:00    BST
 419 Rule    GB-Eire 1948    only    -       Oct     31      2:00s   0       GMT
 420 # Summer Time Order, 1949 (S.I. 1949/373)
 421 Rule    GB-Eire 1949    only    -       Apr      3      2:00s   1:00    BST
 422 Rule    GB-Eire 1949    only    -       Oct     30      2:00s   0       GMT
 423 # Summer Time Order, 1950 (S.I. 1950/518)
 424 # Summer Time Order, 1951 (S.I. 1951/430)
 425 # Summer Time Order, 1952 (S.I. 1952/451)
 426 Rule    GB-Eire 1950    1952    -       Apr     Sun>=14      2:00s   1:00    BST
 427 Rule    GB-Eire 1950    1952    -       Oct     Sun>=21      2:00s   0       GMT
 428 # revert to the rules of the Summer Time Act, 1925
 429 Rule    GB-Eire 1953    only    -       Apr     Sun>=16      2:00s   1:00    BST
 430 Rule    GB-Eire 1953    1960    -       Oct     Sun>=2       2:00s   0       GMT
 431 Rule    GB-Eire 1954    only    -       Apr     Sun>=9       2:00s   1:00    BST
 432 Rule    GB-Eire 1955    1956    -       Apr     Sun>=16      2:00s   1:00    BST
 433 Rule    GB-Eire 1957    only    -       Apr     Sun>=9       2:00s   1:00    BST
 434 Rule    GB-Eire 1958    1959    -       Apr     Sun>=16      2:00s   1:00    BST
 435 Rule    GB-Eire 1960    only    -       Apr     Sun>=9       2:00s   1:00    BST
 436 # Summer Time Order, 1961 (S.I. 1961/71)
 437 # Summer Time (1962) Order, 1961 (S.I. 1961/2465)
 438 # Summer Time Order, 1963 (S.I. 1963/81)
 439 Rule    GB-Eire 1961    1963    -       Mar     lastSun 2:00s   1:00    BST
 440 Rule    GB-Eire 1961    1968    -       Oct     Sun>=23      2:00s   0       GMT
 441 # Summer Time (1964) Order, 1963 (S.I. 1963/2101)
 442 # Summer Time Order, 1964 (S.I. 1964/1201)
 443 # Summer Time Order, 1967 (S.I. 1967/1148)
 444 Rule    GB-Eire 1964    1967    -       Mar     Sun>=19      2:00s   1:00    BST
 445 # Summer Time Order, 1968 (S.I. 1968/117)
 446 Rule    GB-Eire 1968    only    -       Feb     18      2:00s   1:00    BST
 447 # The British Standard Time Act, 1968
 448 #       (no summer time)
 449 # The Summer Time Act, 1972
 450 Rule    GB-Eire 1972    1980    -       Mar     Sun>=16      2:00s   1:00    BST
 451 Rule    GB-Eire 1972    1980    -       Oct     Sun>=23      2:00s   0       GMT
 452 # Summer Time Order, 1980 (S.I. 1980/1089)
 453 # Summer Time Order, 1982 (S.I. 1982/1673)
 454 # Summer Time Order, 1986 (S.I. 1986/223)
 455 # Summer Time Order, 1988 (S.I. 1988/931)
 456 Rule    GB-Eire 1981    1995    -       Mar     lastSun 1:00u   1:00    BST
 457 Rule    GB-Eire 1981    1989    -       Oct     Sun>=23      1:00u   0       GMT
 458 # Summer Time Order, 1989 (S.I. 1989/985)
 459 # Summer Time Order, 1992 (S.I. 1992/1729)
 460 # Summer Time Order 1994 (S.I. 1994/2798)
 461 Rule    GB-Eire 1990    1995    -       Oct     Sun>=22      1:00u   0       GMT
 462 # Summer Time Order 1997 (S.I. 1997/2982)
 463 # See EU for rules starting in 1996.
 464 #
 465 # Use Europe/London for Jersey, Guernsey, and the Isle of Man.
 466 
 467 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
 468 Zone    Europe/London   -0:01:15 -      LMT     1847 Dec  1  0:00s
 469                          0:00   GB-Eire %s      1968 Oct 27
 470                          1:00   -       BST     1971 Oct 31  2:00u
 471                          0:00   GB-Eire %s      1996
 472                          0:00   EU      GMT/BST
 473 Link    Europe/London   Europe/Jersey
 474 Link    Europe/London   Europe/Guernsey
 475 Link    Europe/London   Europe/Isle_of_Man
 476 
 477 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
 478 Zone    Europe/Dublin   -0:25:00 -      LMT     1880 Aug  2
 479                         -0:25:21 -      DMT     1916 May 21  2:00
 480                         -0:25:21 1:00   IST     1916 Oct  1  2:00s
 481                          0:00   GB-Eire %s      1921 Dec  6 # independence
 482                          0:00   GB-Eire GMT/IST 1940 Feb 25  2:00
 483                          0:00   1:00    IST     1946 Oct  6  2:00
 484                          0:00   -       GMT     1947 Mar 16  2:00
 485                          0:00   1:00    IST     1947 Nov  2  2:00
 486                          0:00   -       GMT     1948 Apr 18  2:00
 487                          0:00   GB-Eire GMT/IST 1968 Oct 27
 488                          1:00   -       IST     1971 Oct 31  2:00u
 489                          0:00   GB-Eire GMT/IST 1996
 490                          0:00   EU      GMT/IST
 491 
 492 ###############################################################################
 493 
 494 # Europe
 495 
 496 # EU rules are for the European Union, previously known as the EC, EEC,
 497 # Common Market, etc.
 498 
 499 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
 500 Rule    EU      1977    1980    -       Apr     Sun>=1        1:00u  1:00    S
 501 Rule    EU      1977    only    -       Sep     lastSun  1:00u  0       -
 502 Rule    EU      1978    only    -       Oct      1       1:00u  0       -
 503 Rule    EU      1979    1995    -       Sep     lastSun  1:00u  0       -
 504 Rule    EU      1981    max     -       Mar     lastSun  1:00u  1:00    S
 505 Rule    EU      1996    max     -       Oct     lastSun  1:00u  0       -
 506 # The most recent directive covers the years starting in 2002.  See:
 507 # Directive 2000/84/EC of the European Parliament and of the Council
 508 # of 19 January 2001 on summer-time arrangements.
 509 # http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=CELEX:32000L0084:EN:NOT
 510 
 511 # W-Eur differs from EU only in that W-Eur uses standard time.
 512 Rule    W-Eur   1977    1980    -       Apr     Sun>=1        1:00s  1:00    S
 513 Rule    W-Eur   1977    only    -       Sep     lastSun  1:00s  0       -
 514 Rule    W-Eur   1978    only    -       Oct      1       1:00s  0       -
 515 Rule    W-Eur   1979    1995    -       Sep     lastSun  1:00s  0       -
 516 Rule    W-Eur   1981    max     -       Mar     lastSun  1:00s  1:00    S
 517 Rule    W-Eur   1996    max     -       Oct     lastSun  1:00s  0       -
 518 
 519 # Older C-Eur rules are for convenience in the tables.
 520 # From 1977 on, C-Eur differs from EU only in that C-Eur uses standard time.
 521 Rule    C-Eur   1916    only    -       Apr     30      23:00   1:00    S
 522 Rule    C-Eur   1916    only    -       Oct      1       1:00   0       -
 523 Rule    C-Eur   1917    1918    -       Apr     Mon>=15       2:00s  1:00    S
 524 Rule    C-Eur   1917    1918    -       Sep     Mon>=15       2:00s  0       -
 525 Rule    C-Eur   1940    only    -       Apr      1       2:00s  1:00    S
 526 Rule    C-Eur   1942    only    -       Nov      2       2:00s  0       -
 527 Rule    C-Eur   1943    only    -       Mar     29       2:00s  1:00    S
 528 Rule    C-Eur   1943    only    -       Oct      4       2:00s  0       -
 529 Rule    C-Eur   1944    1945    -       Apr     Mon>=1        2:00s  1:00    S
 530 # Whitman gives 1944 Oct 7; go with Shanks & Pottenger.
 531 Rule    C-Eur   1944    only    -       Oct      2       2:00s  0       -
 532 # From Jesper Nørgaard Welen (2008-07-13):
 533 #
 534 # I found what is probably a typo of 2:00 which should perhaps be 2:00s
 535 # in the C-Eur rule from tz database version 2008d (this part was
 536 # corrected in version 2008d). The circumstantial evidence is simply the
 537 # tz database itself, as seen below:
 538 #
 539 # Zone Europe/Paris 0:09:21 - LMT 1891 Mar 15  0:01
 540 #    0:00 France WE%sT 1945 Sep 16  3:00
 541 #
 542 # Zone Europe/Monaco 0:29:32 - LMT 1891 Mar 15
 543 #    0:00 France WE%sT 1945 Sep 16  3:00
 544 #
 545 # Zone Europe/Belgrade 1:22:00 - LMT 1884
 546 #    1:00 1:00 CEST 1945 Sep 16  2:00s
 547 #
 548 # Rule France 1945 only - Sep 16  3:00 0 -
 549 # Rule Belgium 1945 only - Sep 16  2:00s 0 -
 550 # Rule Neth 1945 only - Sep 16 2:00s 0 -
 551 #
 552 # The rule line to be changed is:
 553 #
 554 # Rule C-Eur 1945 only - Sep 16  2:00 0 -
 555 #
 556 # It seems that Paris, Monaco, Rule France, Rule Belgium all agree on
 557 # 2:00 standard time, e.g. 3:00 local time.  However there are no
 558 # countries that use C-Eur rules in September 1945, so the only items
 559 # affected are apparently these fictitious zones that translate acronyms
 560 # CET and MET:
 561 #
 562 # Zone CET  1:00 C-Eur CE%sT
 563 # Zone MET  1:00 C-Eur ME%sT
 564 #
 565 # It this is right then the corrected version would look like:
 566 #
 567 # Rule C-Eur 1945 only - Sep 16  2:00s 0 -
 568 #
 569 # A small step for mankind though 8-)
 570 Rule    C-Eur   1945    only    -       Sep     16       2:00s  0       -
 571 Rule    C-Eur   1977    1980    -       Apr     Sun>=1        2:00s  1:00    S
 572 Rule    C-Eur   1977    only    -       Sep     lastSun  2:00s  0       -
 573 Rule    C-Eur   1978    only    -       Oct      1       2:00s  0       -
 574 Rule    C-Eur   1979    1995    -       Sep     lastSun  2:00s  0       -
 575 Rule    C-Eur   1981    max     -       Mar     lastSun  2:00s  1:00    S
 576 Rule    C-Eur   1996    max     -       Oct     lastSun  2:00s  0       -
 577 
 578 # E-Eur differs from EU only in that E-Eur switches at midnight local time.
 579 Rule    E-Eur   1977    1980    -       Apr     Sun>=1        0:00   1:00    S
 580 Rule    E-Eur   1977    only    -       Sep     lastSun  0:00   0       -
 581 Rule    E-Eur   1978    only    -       Oct      1       0:00   0       -
 582 Rule    E-Eur   1979    1995    -       Sep     lastSun  0:00   0       -
 583 Rule    E-Eur   1981    max     -       Mar     lastSun  0:00   1:00    S
 584 Rule    E-Eur   1996    max     -       Oct     lastSun  0:00   0       -
 585 
 586 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
 587 Rule    Russia  1917    only    -       Jul      1      23:00   1:00    MST  # Moscow Summer Time
 588 Rule    Russia  1917    only    -       Dec     28       0:00   0       MMT  # Moscow Mean Time
 589 Rule    Russia  1918    only    -       May     31      22:00   2:00    MDST # Moscow Double Summer Time
 590 Rule    Russia  1918    only    -       Sep     16       1:00   1:00    MST
 591 Rule    Russia  1919    only    -       May     31      23:00   2:00    MDST
 592 Rule    Russia  1919    only    -       Jul      1       2:00   1:00    MSD
 593 Rule    Russia  1919    only    -       Aug     16       0:00   0       MSK
 594 Rule    Russia  1921    only    -       Feb     14      23:00   1:00    MSD
 595 Rule    Russia  1921    only    -       Mar     20      23:00   2:00    MSM  # Midsummer
 596 Rule    Russia  1921    only    -       Sep      1       0:00   1:00    MSD
 597 Rule    Russia  1921    only    -       Oct      1       0:00   0       -
 598 # Act No. 925 of the Council of Ministers of the USSR (1980-10-24):
 599 Rule    Russia  1981    1984    -       Apr      1       0:00   1:00    S
 600 Rule    Russia  1981    1983    -       Oct      1       0:00   0       -
 601 # Act No. 967 of the Council of Ministers of the USSR (1984-09-13), repeated in
 602 # Act No. 227 of the Council of Ministers of the USSR (1989-03-14):
 603 Rule    Russia  1984    1991    -       Sep     lastSun  2:00s  0       -
 604 Rule    Russia  1985    1991    -       Mar     lastSun  2:00s  1:00    S
 605 #
 606 Rule    Russia  1992    only    -       Mar     lastSat  23:00  1:00    S
 607 Rule    Russia  1992    only    -       Sep     lastSat  23:00  0       -
 608 Rule    Russia  1993    2010    -       Mar     lastSun  2:00s  1:00    S
 609 Rule    Russia  1993    1995    -       Sep     lastSun  2:00s  0       -
 610 Rule    Russia  1996    2010    -       Oct     lastSun  2:00s  0       -
 611 # As described below, Russia's 2014 change affects Zone data, not Rule data.
 612 
 613 # From Stepan Golosunov (2016-03-07):
 614 # Wikipedia and other sources refer to the Act of the Council of
 615 # Ministers of the USSR from 1988-01-04 No. 5 and the Act of the
 616 # Council of Ministers of the USSR from 1989-03-14 No. 227.
 617 #
 618 # I did not find full texts of these acts.  For the 1989 one we have
 619 # title at http://base.garant.ru/70754136/ :
 620 # "About change in calculation of time on the territories of
 621 # Lithuanian SSR, Latvian SSR and Estonian SSR, Astrakhan,
 622 # Kaliningrad, Kirov, Kuybyshev, Ulyanovsk and Uralsk oblasts".
 623 # And http://astrozet.net/files/Zones/DOC/RU/1980-925.txt appears to
 624 # contain quotes from both acts: Since last Sunday of March 1988 rules
 625 # of the second time belt are installed in Volgograd and Saratov
 626 # oblasts.  Since last Sunday of March 1989:
 627 # a) Lithuanian SSR, Latvian SSR, Estonian SSR, Kaliningrad oblast:
 628 # second time belt rules without extra hour (Moscow-1);
 629 # b) Astrakhan, Kirov, Kuybyshev, Ulyanovsk oblasts: second time belt
 630 # rules (Moscow time)
 631 # c) Uralsk oblast: third time belt rules (Moscow+1).
 632 
 633 # From Alexander Krivenyshev (2011-06-14):
 634 # According to Kremlin press service, Russian President Dmitry Medvedev
 635 # signed a federal law "On calculation of time" on June 9, 2011.
 636 # According to the law Russia is abolishing daylight saving time.
 637 #
 638 # Medvedev signed a law "On the Calculation of Time" (in russian):
 639 # http://bmockbe.ru/events/?ID=7583
 640 #
 641 # Medvedev signed a law on the calculation of the time (in russian):
 642 # http://www.regnum.ru/news/polit/1413906.html
 643 
 644 # From Arthur David Olson (2011-06-15):
 645 # Take "abolishing daylight saving time" to mean that time is now considered
 646 # to be standard.
 647 
 648 # These are for backward compatibility with older versions.
 649 
 650 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
 651 Zone    WET             0:00    EU      WE%sT
 652 Zone    CET             1:00    C-Eur   CE%sT
 653 Zone    MET             1:00    C-Eur   ME%sT
 654 Zone    EET             2:00    EU      EE%sT
 655 
 656 # Previous editions of this database used abbreviations like MET DST
 657 # for Central European Summer Time, but this didn't agree with common usage.
 658 
 659 # From Markus Kuhn (1996-07-12):
 660 # The official German names ... are
 661 #
 662 #       Mitteleuropäische Zeit (MEZ)         = UTC+01:00
 663 #       Mitteleuropäische Sommerzeit (MESZ)  = UTC+02:00
 664 #
 665 # as defined in the German Time Act (Gesetz über die Zeitbestimmung (ZeitG),
 666 # 1978-07-25, Bundesgesetzblatt, Jahrgang 1978, Teil I, S. 1110-1111)....
 667 # I wrote ... to the German Federal Physical-Technical Institution
 668 #
 669 #       Physikalisch-Technische Bundesanstalt (PTB)
 670 #       Laboratorium 4.41 "Zeiteinheit"
 671 #       Postfach 3345
 672 #       D-38023 Braunschweig
 673 #       phone: +49 531 592-0
 674 #
 675 # ... I received today an answer letter from Dr. Peter Hetzel, head of the PTB
 676 # department for time and frequency transmission.  He explained that the
 677 # PTB translates MEZ and MESZ into English as
 678 #
 679 #       Central European Time (CET)         = UTC+01:00
 680 #       Central European Summer Time (CEST) = UTC+02:00
 681 
 682 
 683 # Albania
 684 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
 685 Rule    Albania 1940    only    -       Jun     16      0:00    1:00    S
 686 Rule    Albania 1942    only    -       Nov      2      3:00    0       -
 687 Rule    Albania 1943    only    -       Mar     29      2:00    1:00    S
 688 Rule    Albania 1943    only    -       Apr     10      3:00    0       -
 689 Rule    Albania 1974    only    -       May      4      0:00    1:00    S
 690 Rule    Albania 1974    only    -       Oct      2      0:00    0       -
 691 Rule    Albania 1975    only    -       May      1      0:00    1:00    S
 692 Rule    Albania 1975    only    -       Oct      2      0:00    0       -
 693 Rule    Albania 1976    only    -       May      2      0:00    1:00    S
 694 Rule    Albania 1976    only    -       Oct      3      0:00    0       -
 695 Rule    Albania 1977    only    -       May      8      0:00    1:00    S
 696 Rule    Albania 1977    only    -       Oct      2      0:00    0       -
 697 Rule    Albania 1978    only    -       May      6      0:00    1:00    S
 698 Rule    Albania 1978    only    -       Oct      1      0:00    0       -
 699 Rule    Albania 1979    only    -       May      5      0:00    1:00    S
 700 Rule    Albania 1979    only    -       Sep     30      0:00    0       -
 701 Rule    Albania 1980    only    -       May      3      0:00    1:00    S
 702 Rule    Albania 1980    only    -       Oct      4      0:00    0       -
 703 Rule    Albania 1981    only    -       Apr     26      0:00    1:00    S
 704 Rule    Albania 1981    only    -       Sep     27      0:00    0       -
 705 Rule    Albania 1982    only    -       May      2      0:00    1:00    S
 706 Rule    Albania 1982    only    -       Oct      3      0:00    0       -
 707 Rule    Albania 1983    only    -       Apr     18      0:00    1:00    S
 708 Rule    Albania 1983    only    -       Oct      1      0:00    0       -
 709 Rule    Albania 1984    only    -       Apr      1      0:00    1:00    S
 710 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
 711 Zone    Europe/Tirane   1:19:20 -       LMT     1914
 712                         1:00    -       CET     1940 Jun 16
 713                         1:00    Albania CE%sT   1984 Jul
 714                         1:00    EU      CE%sT
 715 
 716 # Andorra
 717 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
 718 Zone    Europe/Andorra  0:06:04 -       LMT     1901
 719                         0:00    -       WET     1946 Sep 30
 720                         1:00    -       CET     1985 Mar 31  2:00
 721                         1:00    EU      CE%sT
 722 
 723 # Austria
 724 
 725 # Milne says Vienna time was 1:05:21.
 726 
 727 # From Paul Eggert (2006-03-22): Shanks & Pottenger give 1918-06-16 and
 728 # 1945-11-18, but the Austrian Federal Office of Metrology and
 729 # Surveying (BEV) gives 1918-09-16 and for Vienna gives the "alleged"
 730 # date of 1945-04-12 with no time.  For the 1980-04-06 transition
 731 # Shanks & Pottenger give 02:00, the BEV 00:00.  Go with the BEV,
 732 # and guess 02:00 for 1945-04-12.
 733 
 734 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
 735 Rule    Austria 1920    only    -       Apr      5      2:00s   1:00    S
 736 Rule    Austria 1920    only    -       Sep     13      2:00s   0       -
 737 Rule    Austria 1946    only    -       Apr     14      2:00s   1:00    S
 738 Rule    Austria 1946    1948    -       Oct     Sun>=1       2:00s   0       -
 739 Rule    Austria 1947    only    -       Apr      6      2:00s   1:00    S
 740 Rule    Austria 1948    only    -       Apr     18      2:00s   1:00    S
 741 Rule    Austria 1980    only    -       Apr      6      0:00    1:00    S
 742 Rule    Austria 1980    only    -       Sep     28      0:00    0       -
 743 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
 744 Zone    Europe/Vienna   1:05:21 -       LMT     1893 Apr
 745                         1:00    C-Eur   CE%sT   1920
 746                         1:00    Austria CE%sT   1940 Apr  1  2:00s
 747                         1:00    C-Eur   CE%sT   1945 Apr  2  2:00s
 748                         1:00    1:00    CEST    1945 Apr 12  2:00s
 749                         1:00    -       CET     1946
 750                         1:00    Austria CE%sT   1981
 751                         1:00    EU      CE%sT
 752 
 753 # Belarus
 754 # From Yauhen Kharuzhy (2011-09-16):
 755 # By latest Belarus government act Europe/Minsk timezone was changed to
 756 # GMT+3 without DST (was GMT+2 with DST).
 757 #
 758 # Sources (Russian language):
 759 # http://www.belta.by/ru/all_news/society/V-Belarusi-otmenjaetsja-perexod-na-sezonnoe-vremja_i_572952.html
 760 # http://naviny.by/rubrics/society/2011/09/16/ic_articles_116_175144/
 761 # http://news.tut.by/society/250578.html
 762 #
 763 # From Alexander Bokovoy (2014-10-09):
 764 # Belarussian government decided against changing to winter time....
 765 # http://eng.belta.by/all_news/society/Belarus-decides-against-adjusting-time-in-Russias-wake_i_76335.html
 766 # From Paul Eggert (2014-10-08):
 767 # Hence Belarus can share time zone abbreviations with Moscow again.
 768 #
 769 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
 770 Zone    Europe/Minsk    1:50:16 -       LMT     1880
 771                         1:50    -       MMT     1924 May  2 # Minsk Mean Time
 772                         2:00    -       EET     1930 Jun 21
 773                         3:00    -       MSK     1941 Jun 28
 774                         1:00    C-Eur   CE%sT   1944 Jul  3
 775                         3:00    Russia  MSK/MSD 1990
 776                         3:00    -       MSK     1991 Mar 31  2:00s
 777                         2:00    1:00    EEST    1991 Sep 29  2:00s
 778                         2:00    -       EET     1992 Mar 29  0:00s
 779                         2:00    1:00    EEST    1992 Sep 27  0:00s
 780                         2:00    Russia  EE%sT   2011 Mar 27  2:00s
 781                         3:00    -       FET     2014 Oct 26  1:00s
 782                         3:00    -       MSK
 783 
 784 # Belgium
 785 #
 786 # From Paul Eggert (1997-07-02):
 787 # Entries from 1918 through 1991 are taken from:
 788 #       Annuaire de L'Observatoire Royal de Belgique,
 789 #       Avenue Circulaire, 3, B-1180 BRUXELLES, CLVIIe année, 1991
 790 #       (Imprimerie HAYEZ, s.p.r.l., Rue Fin, 4, 1080 BRUXELLES, MCMXC),
 791 #       pp 8-9.
 792 # LMT before 1892 was 0:17:30, according to the official journal of Belgium:
 793 #       Moniteur Belge, Samedi 30 Avril 1892, N.121.
 794 # Thanks to Pascal Delmoitie for these references.
 795 # The 1918 rules are listed for completeness; they apply to unoccupied Belgium.
 796 # Assume Brussels switched to WET in 1918 when the armistice took effect.
 797 #
 798 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
 799 Rule    Belgium 1918    only    -       Mar      9       0:00s  1:00    S
 800 Rule    Belgium 1918    1919    -       Oct     Sat>=1       23:00s  0       -
 801 Rule    Belgium 1919    only    -       Mar      1      23:00s  1:00    S
 802 Rule    Belgium 1920    only    -       Feb     14      23:00s  1:00    S
 803 Rule    Belgium 1920    only    -       Oct     23      23:00s  0       -
 804 Rule    Belgium 1921    only    -       Mar     14      23:00s  1:00    S
 805 Rule    Belgium 1921    only    -       Oct     25      23:00s  0       -
 806 Rule    Belgium 1922    only    -       Mar     25      23:00s  1:00    S
 807 Rule    Belgium 1922    1927    -       Oct     Sat>=1       23:00s  0       -
 808 Rule    Belgium 1923    only    -       Apr     21      23:00s  1:00    S
 809 Rule    Belgium 1924    only    -       Mar     29      23:00s  1:00    S
 810 Rule    Belgium 1925    only    -       Apr      4      23:00s  1:00    S
 811 # DSH writes that a royal decree of 1926-02-22 specified the Sun following 3rd
 812 # Sat in Apr (except if it's Easter, in which case it's one Sunday earlier),
 813 # to Sun following 1st Sat in Oct, and that a royal decree of 1928-09-15
 814 # changed the transition times to 02:00 GMT.
 815 Rule    Belgium 1926    only    -       Apr     17      23:00s  1:00    S
 816 Rule    Belgium 1927    only    -       Apr      9      23:00s  1:00    S
 817 Rule    Belgium 1928    only    -       Apr     14      23:00s  1:00    S
 818 Rule    Belgium 1928    1938    -       Oct     Sun>=2        2:00s  0       -
 819 Rule    Belgium 1929    only    -       Apr     21       2:00s  1:00    S
 820 Rule    Belgium 1930    only    -       Apr     13       2:00s  1:00    S
 821 Rule    Belgium 1931    only    -       Apr     19       2:00s  1:00    S
 822 Rule    Belgium 1932    only    -       Apr      3       2:00s  1:00    S
 823 Rule    Belgium 1933    only    -       Mar     26       2:00s  1:00    S
 824 Rule    Belgium 1934    only    -       Apr      8       2:00s  1:00    S
 825 Rule    Belgium 1935    only    -       Mar     31       2:00s  1:00    S
 826 Rule    Belgium 1936    only    -       Apr     19       2:00s  1:00    S
 827 Rule    Belgium 1937    only    -       Apr      4       2:00s  1:00    S
 828 Rule    Belgium 1938    only    -       Mar     27       2:00s  1:00    S
 829 Rule    Belgium 1939    only    -       Apr     16       2:00s  1:00    S
 830 Rule    Belgium 1939    only    -       Nov     19       2:00s  0       -
 831 Rule    Belgium 1940    only    -       Feb     25       2:00s  1:00    S
 832 Rule    Belgium 1944    only    -       Sep     17       2:00s  0       -
 833 Rule    Belgium 1945    only    -       Apr      2       2:00s  1:00    S
 834 Rule    Belgium 1945    only    -       Sep     16       2:00s  0       -
 835 Rule    Belgium 1946    only    -       May     19       2:00s  1:00    S
 836 Rule    Belgium 1946    only    -       Oct      7       2:00s  0       -
 837 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
 838 Zone    Europe/Brussels 0:17:30 -       LMT     1880
 839                         0:17:30 -       BMT     1892 May  1 12:00  # Brussels MT
 840                         0:00    -       WET     1914 Nov  8
 841                         1:00    -       CET     1916 May  1  0:00
 842                         1:00    C-Eur   CE%sT   1918 Nov 11 11:00u
 843                         0:00    Belgium WE%sT   1940 May 20  2:00s
 844                         1:00    C-Eur   CE%sT   1944 Sep  3
 845                         1:00    Belgium CE%sT   1977
 846                         1:00    EU      CE%sT
 847 
 848 # Bosnia and Herzegovina
 849 # See Europe/Belgrade.
 850 
 851 # Bulgaria
 852 #
 853 # From Plamen Simenov via Steffen Thorsen (1999-09-09):
 854 # A document of Government of Bulgaria (No. 94/1997) says:
 855 # EET -> EETDST is in 03:00 Local time in last Sunday of March ...
 856 # EETDST -> EET is in 04:00 Local time in last Sunday of October
 857 #
 858 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
 859 Rule    Bulg    1979    only    -       Mar     31      23:00   1:00    S
 860 Rule    Bulg    1979    only    -       Oct      1       1:00   0       -
 861 Rule    Bulg    1980    1982    -       Apr     Sat>=1       23:00   1:00    S
 862 Rule    Bulg    1980    only    -       Sep     29       1:00   0       -
 863 Rule    Bulg    1981    only    -       Sep     27       2:00   0       -
 864 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
 865 Zone    Europe/Sofia    1:33:16 -       LMT     1880
 866                         1:56:56 -       IMT     1894 Nov 30 # Istanbul MT?
 867                         2:00    -       EET     1942 Nov  2  3:00
 868                         1:00    C-Eur   CE%sT   1945
 869                         1:00    -       CET     1945 Apr  2  3:00
 870                         2:00    -       EET     1979 Mar 31 23:00
 871                         2:00    Bulg    EE%sT   1982 Sep 26  3:00
 872                         2:00    C-Eur   EE%sT   1991
 873                         2:00    E-Eur   EE%sT   1997
 874                         2:00    EU      EE%sT
 875 
 876 # Croatia
 877 # See Europe/Belgrade.
 878 
 879 # Cyprus
 880 # Please see the 'asia' file for Asia/Nicosia.
 881 
 882 # Czech Republic
 883 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
 884 Rule    Czech   1945    only    -       Apr      8      2:00s   1:00    S
 885 Rule    Czech   1945    only    -       Nov     18      2:00s   0       -
 886 Rule    Czech   1946    only    -       May      6      2:00s   1:00    S
 887 Rule    Czech   1946    1949    -       Oct     Sun>=1       2:00s   0       -
 888 Rule    Czech   1947    only    -       Apr     20      2:00s   1:00    S
 889 Rule    Czech   1948    only    -       Apr     18      2:00s   1:00    S
 890 Rule    Czech   1949    only    -       Apr      9      2:00s   1:00    S
 891 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
 892 Zone    Europe/Prague   0:57:44 -       LMT     1850
 893                         0:57:44 -       PMT     1891 Oct    # Prague Mean Time
 894                         1:00    C-Eur   CE%sT   1944 Sep 17  2:00s
 895                         1:00    Czech   CE%sT   1979
 896                         1:00    EU      CE%sT
 897 # Use Europe/Prague also for Slovakia.
 898 
 899 # Denmark, Faroe Islands, and Greenland
 900 
 901 # From Jesper Nørgaard Welen (2005-04-26):
 902 # http://www.hum.aau.dk/~poe/tid/tine/DanskTid.htm says that the law
 903 # [introducing standard time] was in effect from 1894-01-01....
 904 # The page http://www.retsinfo.dk/_GETDOCI_/ACCN/A18930008330-REGL
 905 # confirms this, and states that the law was put forth 1893-03-29.
 906 #
 907 # The EU treaty with effect from 1973:
 908 # http://www.retsinfo.dk/_GETDOCI_/ACCN/A19722110030-REGL
 909 #
 910 # This provoked a new law from 1974 to make possible summer time changes
 911 # in subsequent decrees with the law
 912 # http://www.retsinfo.dk/_GETDOCI_/ACCN/A19740022330-REGL
 913 #
 914 # It seems however that no decree was set forward until 1980.  I have
 915 # not found any decree, but in another related law, the effecting DST
 916 # changes are stated explicitly to be from 1980-04-06 at 02:00 to
 917 # 1980-09-28 at 02:00.  If this is true, this differs slightly from
 918 # the EU rule in that DST runs to 02:00, not 03:00.  We don't know
 919 # when Denmark began using the EU rule correctly, but we have only
 920 # confirmation of the 1980-time, so I presume it was correct in 1981:
 921 # The law is about the management of the extra hour, concerning
 922 # working hours reported and effect on obligatory-rest rules (which
 923 # was suspended on that night):
 924 # http://www.retsinfo.dk/_GETDOCI_/ACCN/C19801120554-REGL
 925 
 926 # From Jesper Nørgaard Welen (2005-06-11):
 927 # The Herning Folkeblad (1980-09-26) reported that the night between
 928 # Saturday and Sunday the clock is set back from three to two.
 929 
 930 # From Paul Eggert (2005-06-11):
 931 # Hence the "02:00" of the 1980 law refers to standard time, not
 932 # wall-clock time, and so the EU rules were in effect in 1980.
 933 
 934 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
 935 Rule    Denmark 1916    only    -       May     14      23:00   1:00    S
 936 Rule    Denmark 1916    only    -       Sep     30      23:00   0       -
 937 Rule    Denmark 1940    only    -       May     15       0:00   1:00    S
 938 Rule    Denmark 1945    only    -       Apr      2       2:00s  1:00    S
 939 Rule    Denmark 1945    only    -       Aug     15       2:00s  0       -
 940 Rule    Denmark 1946    only    -       May      1       2:00s  1:00    S
 941 Rule    Denmark 1946    only    -       Sep      1       2:00s  0       -
 942 Rule    Denmark 1947    only    -       May      4       2:00s  1:00    S
 943 Rule    Denmark 1947    only    -       Aug     10       2:00s  0       -
 944 Rule    Denmark 1948    only    -       May      9       2:00s  1:00    S
 945 Rule    Denmark 1948    only    -       Aug      8       2:00s  0       -
 946 #
 947 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
 948 Zone Europe/Copenhagen   0:50:20 -      LMT     1890
 949                          0:50:20 -      CMT     1894 Jan  1 # Copenhagen MT
 950                          1:00   Denmark CE%sT   1942 Nov  2  2:00s
 951                          1:00   C-Eur   CE%sT   1945 Apr  2  2:00
 952                          1:00   Denmark CE%sT   1980
 953                          1:00   EU      CE%sT
 954 Zone Atlantic/Faroe     -0:27:04 -      LMT     1908 Jan 11 # Tórshavn
 955                          0:00   -       WET     1981
 956                          0:00   EU      WE%sT
 957 #
 958 # From Paul Eggert (2004-10-31):
 959 # During World War II, Germany maintained secret manned weather stations in
 960 # East Greenland and Franz Josef Land, but we don't know their time zones.
 961 # My source for this is Wilhelm Dege's book mentioned under Svalbard.
 962 #
 963 # From Paul Eggert (2006-03-22):
 964 # Greenland joined the EU as part of Denmark, obtained home rule on 1979-05-01,
 965 # and left the EU on 1985-02-01.  It therefore should have been using EU
 966 # rules at least through 1984.  Shanks & Pottenger say Scoresbysund and Godthåb
 967 # used C-Eur rules after 1980, but IATA SSIM (1991/1996) says they use EU
 968 # rules since at least 1991.  Assume EU rules since 1980.
 969 
 970 # From Gwillim Law (2001-06-06), citing
 971 # <http://www.statkart.no/efs/efshefter/2001/efs5-2001.pdf> (2001-03-15),
 972 # and with translations corrected by Steffen Thorsen:
 973 #
 974 # Greenland has four local times, and the relation to UTC
 975 # is according to the following time line:
 976 #
 977 # The military zone near Thule  UTC-4
 978 # Standard Greenland time       UTC-3
 979 # Scoresbysund                  UTC-1
 980 # Danmarkshavn                  UTC
 981 #
 982 # In the military area near Thule and in Danmarkshavn DST will not be
 983 # introduced.
 984 
 985 # From Rives McDow (2001-11-01):
 986 #
 987 # I correspond regularly with the Dansk Polarcenter, and wrote them at
 988 # the time to clarify the situation in Thule.  Unfortunately, I have
 989 # not heard back from them regarding my recent letter.  [But I have
 990 # info from earlier correspondence.]
 991 #
 992 # According to the center, a very small local time zone around Thule
 993 # Air Base keeps the time according to UTC-4, implementing daylight
 994 # savings using North America rules, changing the time at 02:00 local time....
 995 #
 996 # The east coast of Greenland north of the community of Scoresbysund
 997 # uses UTC in the same way as in Iceland, year round, with no dst.
 998 # There are just a few stations on this coast, including the
 999 # Danmarkshavn ICAO weather station mentioned in your September 29th
1000 # email.  The other stations are two sledge patrol stations in
1001 # Mestersvig and Daneborg, the air force base at Station Nord, and the
1002 # DPC research station at Zackenberg.
1003 #
1004 # Scoresbysund and two small villages nearby keep time UTC-1 and use
1005 # the same daylight savings time period as in West Greenland (Godthåb).
1006 #
1007 # The rest of Greenland, including Godthåb (this area, although it
1008 # includes central Greenland, is known as west Greenland), keeps time
1009 # UTC-3, with daylight savings methods according to European rules.
1010 #
1011 # It is common procedure to use UTC 0 in the wilderness of East and
1012 # North Greenland, because it is mainly Icelandic aircraft operators
1013 # maintaining traffic in these areas.  However, the official status of
1014 # this area is that it sticks with Godthåb time.  This area might be
1015 # considered a dual time zone in some respects because of this.
1016 
1017 # From Rives McDow (2001-11-19):
1018 # I heard back from someone stationed at Thule; the time change took place
1019 # there at 2:00 AM.
1020 
1021 # From Paul Eggert (2006-03-22):
1022 # From 1997 on the CIA map shows Danmarkshavn on GMT;
1023 # the 1995 map as like Godthåb.
1024 # For lack of better info, assume they were like Godthåb before 1996.
1025 # startkart.no says Thule does not observe DST, but this is clearly an error,
1026 # so go with Shanks & Pottenger for Thule transitions until this year.
1027 # For 2007 on assume Thule will stay in sync with US DST rules.
1028 
1029 # From J William Piggott (2016-02-20):
1030 # "Greenland north of the community of Scoresbysund" is officially named
1031 # "National Park" by Executive Order:
1032 # http://naalakkersuisut.gl/~/media/Nanoq/Files/Attached%20Files/Engelske-tekster/Legislation/Executive%20Order%20National%20Park.rtf
1033 # It is their only National Park.
1034 #
1035 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
1036 Rule    Thule   1991    1992    -       Mar     lastSun 2:00    1:00    D
1037 Rule    Thule   1991    1992    -       Sep     lastSun 2:00    0       S
1038 Rule    Thule   1993    2006    -       Apr     Sun>=1       2:00    1:00    D
1039 Rule    Thule   1993    2006    -       Oct     lastSun 2:00    0       S
1040 Rule    Thule   2007    max     -       Mar     Sun>=8       2:00    1:00    D
1041 Rule    Thule   2007    max     -       Nov     Sun>=1       2:00    0       S
1042 #
1043 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
1044 Zone America/Danmarkshavn -1:14:40 -    LMT     1916 Jul 28
1045                         -3:00   -       WGT     1980 Apr  6  2:00
1046                         -3:00   EU      WG%sT   1996
1047                         0:00    -       GMT
1048 Zone America/Scoresbysund -1:27:52 -    LMT     1916 Jul 28 # Ittoqqortoormiit
1049                         -2:00   -       CGT     1980 Apr  6  2:00
1050                         -2:00   C-Eur   CG%sT   1981 Mar 29
1051                         -1:00   EU      EG%sT
1052 Zone America/Godthab    -3:26:56 -      LMT     1916 Jul 28 # Nuuk
1053                         -3:00   -       WGT     1980 Apr  6  2:00
1054                         -3:00   EU      WG%sT
1055 Zone America/Thule      -4:35:08 -      LMT     1916 Jul 28 # Pituffik air base
1056                         -4:00   Thule   A%sT
1057 
1058 # Estonia
1059 #
1060 # From Paul Eggert (2016-03-18):
1061 # The 1989 transition is from USSR act No. 227 (1989-03-14).
1062 #
1063 # From Peter Ilieve (1994-10-15):
1064 # A relative in Tallinn confirms the accuracy of the data for 1989 onwards
1065 # [through 1994] and gives the legal authority for it,
1066 # a regulation of the Government of Estonia, No. 111 of 1989....
1067 #
1068 # From Peter Ilieve (1996-10-28):
1069 # [IATA SSIM (1992/1996) claims that the Baltic republics switch at 01:00s,
1070 # but a relative confirms that Estonia still switches at 02:00s, writing:]
1071 # "I do not [know] exactly but there are some little different
1072 # (confusing) rules for International Air and Railway Transport Schedules
1073 # conversion in Sunday connected with end of summer time in Estonia....
1074 # A discussion is running about the summer time efficiency and effect on
1075 # human physiology.  It seems that Estonia maybe will not change to
1076 # summer time next spring."
1077 
1078 # From Peter Ilieve (1998-11-04), heavily edited:
1079 # The 1998-09-22 Estonian time law
1080 # http://trip.rk.ee/cgi-bin/thw?${BASE}=akt&${OOHTML}=rtd&TA=1998&TO=1&AN=1390
1081 # refers to the Eighth Directive and cites the association agreement between
1082 # the EU and Estonia, ratified by the Estonian law (RT II 1995, 22-27, 120).
1083 #
1084 # I also asked [my relative] whether they use any standard abbreviation
1085 # for their standard and summer times. He says no, they use "suveaeg"
1086 # (summer time) and "talveaeg" (winter time).
1087 
1088 # From The Baltic Times <http://www.baltictimes.com/> (1999-09-09)
1089 # via Steffen Thorsen:
1090 # This year will mark the last time Estonia shifts to summer time,
1091 # a council of the ruling coalition announced Sept. 6....
1092 # But what this could mean for Estonia's chances of joining the European
1093 # Union are still unclear.  In 1994, the EU declared summer time compulsory
1094 # for all member states until 2001.  Brussels has yet to decide what to do
1095 # after that.
1096 
1097 # From Mart Oruaas (2000-01-29):
1098 # Regulation No. 301 (1999-10-12) obsoletes previous regulation
1099 # No. 206 (1998-09-22) and thus sticks Estonia to +02:00 GMT for all
1100 # the year round.  The regulation is effective 1999-11-01.
1101 
1102 # From Toomas Soome (2002-02-21):
1103 # The Estonian government has changed once again timezone politics.
1104 # Now we are using again EU rules.
1105 #
1106 # From Urmet Jänes (2002-03-28):
1107 # The legislative reference is Government decree No. 84 on 2002-02-21.
1108 
1109 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
1110 Zone    Europe/Tallinn  1:39:00 -       LMT     1880
1111                         1:39:00 -       TMT     1918 Feb    # Tallinn Mean Time
1112                         1:00    C-Eur   CE%sT   1919 Jul
1113                         1:39:00 -       TMT     1921 May
1114                         2:00    -       EET     1940 Aug  6
1115                         3:00    -       MSK     1941 Sep 15
1116                         1:00    C-Eur   CE%sT   1944 Sep 22
1117                         3:00    Russia  MSK/MSD 1989 Mar 26  2:00s
1118                         2:00    1:00    EEST    1989 Sep 24  2:00s
1119                         2:00    C-Eur   EE%sT   1998 Sep 22
1120                         2:00    EU      EE%sT   1999 Oct 31  4:00
1121                         2:00    -       EET     2002 Feb 21
1122                         2:00    EU      EE%sT
1123 
1124 # Finland
1125 
1126 # From Hannu Strang (1994-09-25 06:03:37 UTC):
1127 # Well, here in Helsinki we're just changing from summer time to regular one,
1128 # and it's supposed to change at 4am...
1129 
1130 # From Janne Snabb (2010-07-15):
1131 #
1132 # I noticed that the Finland data is not accurate for years 1981 and 1982.
1133 # During these two first trial years the DST adjustment was made one hour
1134 # earlier than in forthcoming years. Starting 1983 the adjustment was made
1135 # according to the central European standards.
1136 #
1137 # This is documented in Heikki Oja: Aikakirja 2007, published by The Almanac
1138 # Office of University of Helsinki, ISBN 952-10-3221-9, available online (in
1139 # Finnish) at
1140 # http://almanakka.helsinki.fi/aikakirja/Aikakirja2007kokonaan.pdf
1141 #
1142 # Page 105 (56 in PDF version) has a handy table of all past daylight savings
1143 # transitions. It is easy enough to interpret without Finnish skills.
1144 #
1145 # This is also confirmed by Finnish Broadcasting Company's archive at:
1146 # http://www.yle.fi/elavaarkisto/?s=s&g=1&ag=5&t=&a=3401
1147 #
1148 # The news clip from 1981 says that "the time between 2 and 3 o'clock does not
1149 # exist tonight."
1150 
1151 # From Konstantin Hyppönen (2014-06-13):
1152 # [Heikki Oja's book Aikakirja 2013]
1153 # http://almanakka.helsinki.fi/images/aikakirja/Aikakirja2013kokonaan.pdf
1154 # pages 104-105, including a scan from a newspaper published on Apr 2 1942
1155 # say that ... [o]n Apr 2 1942, 24 o'clock (which means Apr 3 1942,
1156 # 00:00), clocks were moved one hour forward. The newspaper
1157 # mentions "on the night from Thursday to Friday"....
1158 # On Oct 4 1942, clocks were moved at 1:00 one hour backwards.
1159 #
1160 # From Paul Eggert (2014-06-14):
1161 # Go with Oja over Shanks.
1162 
1163 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
1164 Rule    Finland 1942    only    -       Apr     2       24:00   1:00    S
1165 Rule    Finland 1942    only    -       Oct     4       1:00    0       -
1166 Rule    Finland 1981    1982    -       Mar     lastSun 2:00    1:00    S
1167 Rule    Finland 1981    1982    -       Sep     lastSun 3:00    0       -
1168 
1169 # Milne says Helsinki (Helsingfors) time was 1:39:49.2 (official document);
1170 # round to nearest.
1171 
1172 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
1173 Zone    Europe/Helsinki 1:39:49 -       LMT     1878 May 31
1174                         1:39:49 -       HMT     1921 May    # Helsinki Mean Time
1175                         2:00    Finland EE%sT   1983
1176                         2:00    EU      EE%sT
1177 
1178 # Åland Is
1179 Link    Europe/Helsinki Europe/Mariehamn
1180 
1181 
1182 # France
1183 
1184 # From Ciro Discepolo (2000-12-20):
1185 #
1186 # Henri Le Corre, Régimes horaires pour le monde entier, Éditions
1187 # Traditionnelles - Paris 2 books, 1993
1188 #
1189 # Gabriel, Traité de l'heure dans le monde, Guy Trédaniel,
1190 # Paris, 1991
1191 #
1192 # Françoise Gauquelin, Problèmes de l'heure résolus en astrologie,
1193 # Guy Trédaniel, Paris 1987
1194 
1195 
1196 #
1197 # Shank & Pottenger seem to use '24:00' ambiguously; resolve it with Whitman.
1198 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
1199 Rule    France  1916    only    -       Jun     14      23:00s  1:00    S
1200 Rule    France  1916    1919    -       Oct     Sun>=1       23:00s  0       -
1201 Rule    France  1917    only    -       Mar     24      23:00s  1:00    S
1202 Rule    France  1918    only    -       Mar      9      23:00s  1:00    S
1203 Rule    France  1919    only    -       Mar      1      23:00s  1:00    S
1204 Rule    France  1920    only    -       Feb     14      23:00s  1:00    S
1205 Rule    France  1920    only    -       Oct     23      23:00s  0       -
1206 Rule    France  1921    only    -       Mar     14      23:00s  1:00    S
1207 Rule    France  1921    only    -       Oct     25      23:00s  0       -
1208 Rule    France  1922    only    -       Mar     25      23:00s  1:00    S
1209 # DSH writes that a law of 1923-05-24 specified 3rd Sat in Apr at 23:00 to 1st
1210 # Sat in Oct at 24:00; and that in 1930, because of Easter, the transitions
1211 # were Apr 12 and Oct 5.  Go with Shanks & Pottenger.
1212 Rule    France  1922    1938    -       Oct     Sat>=1       23:00s  0       -
1213 Rule    France  1923    only    -       May     26      23:00s  1:00    S
1214 Rule    France  1924    only    -       Mar     29      23:00s  1:00    S
1215 Rule    France  1925    only    -       Apr      4      23:00s  1:00    S
1216 Rule    France  1926    only    -       Apr     17      23:00s  1:00    S
1217 Rule    France  1927    only    -       Apr      9      23:00s  1:00    S
1218 Rule    France  1928    only    -       Apr     14      23:00s  1:00    S
1219 Rule    France  1929    only    -       Apr     20      23:00s  1:00    S
1220 Rule    France  1930    only    -       Apr     12      23:00s  1:00    S
1221 Rule    France  1931    only    -       Apr     18      23:00s  1:00    S
1222 Rule    France  1932    only    -       Apr      2      23:00s  1:00    S
1223 Rule    France  1933    only    -       Mar     25      23:00s  1:00    S
1224 Rule    France  1934    only    -       Apr      7      23:00s  1:00    S
1225 Rule    France  1935    only    -       Mar     30      23:00s  1:00    S
1226 Rule    France  1936    only    -       Apr     18      23:00s  1:00    S
1227 Rule    France  1937    only    -       Apr      3      23:00s  1:00    S
1228 Rule    France  1938    only    -       Mar     26      23:00s  1:00    S
1229 Rule    France  1939    only    -       Apr     15      23:00s  1:00    S
1230 Rule    France  1939    only    -       Nov     18      23:00s  0       -
1231 Rule    France  1940    only    -       Feb     25       2:00   1:00    S
1232 # The French rules for 1941-1944 were not used in Paris, but Shanks & Pottenger
1233 # write that they were used in Monaco and in many French locations.
1234 # Le Corre writes that the upper limit of the free zone was Arnéguy, Orthez,
1235 # Mont-de-Marsan, Bazas, Langon, Lamothe-Montravel, Marœuil, La
1236 # Rochefoucauld, Champagne-Mouton, La Roche-Posay, La Haye-Descartes,
1237 # Loches, Montrichard, Vierzon, Bourges, Moulins, Digoin,
1238 # Paray-le-Monial, Montceau-les-Mines, Chalon-sur-Saône, Arbois,
1239 # Dole, Morez, St-Claude, and Collonges (Haute-Savoie).
1240 Rule    France  1941    only    -       May      5       0:00   2:00    M # Midsummer
1241 # Shanks & Pottenger say this transition occurred at Oct 6 1:00,
1242 # but go with Denis Excoffier (1997-12-12),
1243 # who quotes the Ephémérides astronomiques for 1998 from Bureau des Longitudes
1244 # as saying 5/10/41 22hUT.
1245 Rule    France  1941    only    -       Oct      6       0:00   1:00    S
1246 Rule    France  1942    only    -       Mar      9       0:00   2:00    M
1247 Rule    France  1942    only    -       Nov      2       3:00   1:00    S
1248 Rule    France  1943    only    -       Mar     29       2:00   2:00    M
1249 Rule    France  1943    only    -       Oct      4       3:00   1:00    S
1250 Rule    France  1944    only    -       Apr      3       2:00   2:00    M
1251 Rule    France  1944    only    -       Oct      8       1:00   1:00    S
1252 Rule    France  1945    only    -       Apr      2       2:00   2:00    M
1253 Rule    France  1945    only    -       Sep     16       3:00   0       -
1254 # Shanks & Pottenger give Mar 28 2:00 and Sep 26 3:00;
1255 # go with Excoffier's 28/3/76 0hUT and 25/9/76 23hUT.
1256 Rule    France  1976    only    -       Mar     28       1:00   1:00    S
1257 Rule    France  1976    only    -       Sep     26       1:00   0       -
1258 # Shanks & Pottenger give 0:09:20 for Paris Mean Time, and Whitman 0:09:05,
1259 # but Howse quotes the actual French legislation as saying 0:09:21.
1260 # Go with Howse.  Howse writes that the time in France was officially based
1261 # on PMT-0:09:21 until 1978-08-09, when the time base finally switched to UTC.
1262 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
1263 Zone    Europe/Paris    0:09:21 -       LMT     1891 Mar 15  0:01
1264                         0:09:21 -       PMT     1911 Mar 11  0:01 # Paris MT
1265 # Shanks & Pottenger give 1940 Jun 14 0:00; go with Excoffier and Le Corre.
1266                         0:00    France  WE%sT   1940 Jun 14 23:00
1267 # Le Corre says Paris stuck with occupied-France time after the liberation;
1268 # go with Shanks & Pottenger.
1269                         1:00    C-Eur   CE%sT   1944 Aug 25
1270                         0:00    France  WE%sT   1945 Sep 16  3:00
1271                         1:00    France  CE%sT   1977
1272                         1:00    EU      CE%sT
1273 
1274 # Germany
1275 
1276 # From Markus Kuhn (1998-09-29):
1277 # The German time zone web site by the Physikalisch-Technische
1278 # Bundesanstalt contains DST information back to 1916.
1279 # [See tz-link.htm for the URL.]
1280 
1281 # From Jörg Schilling (2002-10-23):
1282 # In 1945, Berlin was switched to Moscow Summer time (GMT+4) by
1283 # http://www.dhm.de/lemo/html/biografien/BersarinNikolai/
1284 # General [Nikolai] Bersarin.
1285 
1286 # From Paul Eggert (2003-03-08):
1287 # http://www.parlament-berlin.de/pds-fraktion.nsf/727459127c8b66ee8525662300459099/defc77cb784f180ac1256c2b0030274b/$FILE/bersarint.pdf
1288 # says that Bersarin issued an order to use Moscow time on May 20.
1289 # However, Moscow did not observe daylight saving in 1945, so
1290 # this was equivalent to CEMT (GMT+3), not GMT+4.
1291 
1292 
1293 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
1294 Rule    Germany 1946    only    -       Apr     14      2:00s   1:00    S
1295 Rule    Germany 1946    only    -       Oct      7      2:00s   0       -
1296 Rule    Germany 1947    1949    -       Oct     Sun>=1       2:00s   0       -
1297 # http://www.ptb.de/de/org/4/44/441/salt.htm says the following transition
1298 # occurred at 3:00 MEZ, not the 2:00 MEZ given in Shanks & Pottenger.
1299 # Go with the PTB.
1300 Rule    Germany 1947    only    -       Apr      6      3:00s   1:00    S
1301 Rule    Germany 1947    only    -       May     11      2:00s   2:00    M
1302 Rule    Germany 1947    only    -       Jun     29      3:00    1:00    S
1303 Rule    Germany 1948    only    -       Apr     18      2:00s   1:00    S
1304 Rule    Germany 1949    only    -       Apr     10      2:00s   1:00    S
1305 
1306 Rule SovietZone 1945    only    -       May     24      2:00    2:00    M # Midsummer
1307 Rule SovietZone 1945    only    -       Sep     24      3:00    1:00    S
1308 Rule SovietZone 1945    only    -       Nov     18      2:00s   0       -
1309 
1310 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
1311 Zone    Europe/Berlin   0:53:28 -       LMT     1893 Apr
1312                         1:00    C-Eur   CE%sT   1945 May 24  2:00
1313                         1:00 SovietZone CE%sT   1946
1314                         1:00    Germany CE%sT   1980
1315                         1:00    EU      CE%sT
1316 
1317 # From Tobias Conradi (2011-09-12):
1318 # Büsingen <http://www.buesingen.de>, surrounded by the Swiss canton
1319 # Schaffhausen, did not start observing DST in 1980 as the rest of DE
1320 # (West Germany at that time) and DD (East Germany at that time) did.
1321 # DD merged into DE, the area is currently covered by code DE in ISO 3166-1,
1322 # which in turn is covered by the zone Europe/Berlin.
1323 #
1324 # Source for the time in Büsingen 1980:
1325 # http://www.srf.ch/player/video?id=c012c029-03b7-4c2b-9164-aa5902cd58d3
1326 
1327 # From Arthur David Olson (2012-03-03):
1328 # Büsingen and Zurich have shared clocks since 1970.
1329 
1330 Link    Europe/Zurich   Europe/Busingen
1331 
1332 # Georgia
1333 # Please see the "asia" file for Asia/Tbilisi.
1334 # Herodotus (Histories, IV.45) says Georgia north of the Phasis (now Rioni)
1335 # is in Europe.  Our reference location Tbilisi is in the Asian part.
1336 
1337 # Gibraltar
1338 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
1339 Zone Europe/Gibraltar   -0:21:24 -      LMT     1880 Aug  2  0:00s
1340                         0:00    GB-Eire %s      1957 Apr 14  2:00
1341                         1:00    -       CET     1982
1342                         1:00    EU      CE%sT
1343 
1344 # Greece
1345 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
1346 # Whitman gives 1932 Jul 5 - Nov 1; go with Shanks & Pottenger.
1347 Rule    Greece  1932    only    -       Jul      7      0:00    1:00    S
1348 Rule    Greece  1932    only    -       Sep      1      0:00    0       -
1349 # Whitman gives 1941 Apr 25 - ?; go with Shanks & Pottenger.
1350 Rule    Greece  1941    only    -       Apr      7      0:00    1:00    S
1351 # Whitman gives 1942 Feb 2 - ?; go with Shanks & Pottenger.
1352 Rule    Greece  1942    only    -       Nov      2      3:00    0       -
1353 Rule    Greece  1943    only    -       Mar     30      0:00    1:00    S
1354 Rule    Greece  1943    only    -       Oct      4      0:00    0       -
1355 # Whitman gives 1944 Oct 3 - Oct 31; go with Shanks & Pottenger.
1356 Rule    Greece  1952    only    -       Jul      1      0:00    1:00    S
1357 Rule    Greece  1952    only    -       Nov      2      0:00    0       -
1358 Rule    Greece  1975    only    -       Apr     12      0:00s   1:00    S
1359 Rule    Greece  1975    only    -       Nov     26      0:00s   0       -
1360 Rule    Greece  1976    only    -       Apr     11      2:00s   1:00    S
1361 Rule    Greece  1976    only    -       Oct     10      2:00s   0       -
1362 Rule    Greece  1977    1978    -       Apr     Sun>=1       2:00s   1:00    S
1363 Rule    Greece  1977    only    -       Sep     26      2:00s   0       -
1364 Rule    Greece  1978    only    -       Sep     24      4:00    0       -
1365 Rule    Greece  1979    only    -       Apr      1      9:00    1:00    S
1366 Rule    Greece  1979    only    -       Sep     29      2:00    0       -
1367 Rule    Greece  1980    only    -       Apr      1      0:00    1:00    S
1368 Rule    Greece  1980    only    -       Sep     28      0:00    0       -
1369 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
1370 Zone    Europe/Athens   1:34:52 -       LMT     1895 Sep 14
1371                         1:34:52 -       AMT     1916 Jul 28  0:01 # Athens MT
1372                         2:00    Greece  EE%sT   1941 Apr 30
1373                         1:00    Greece  CE%sT   1944 Apr  4
1374                         2:00    Greece  EE%sT   1981
1375                         # Shanks & Pottenger say it switched to C-Eur in 1981;
1376                         # go with EU instead, since Greece joined it on Jan 1.
1377                         2:00    EU      EE%sT
1378 
1379 # Hungary
1380 # From Paul Eggert (2014-07-15):
1381 # Dates for 1916-1945 are taken from:
1382 # Oross A. Jelen a múlt jövője: a nyári időszámítás Magyarországon 1916-1945.
1383 # National Archives of Hungary (2012-10-29).
1384 # http://mnl.gov.hu/a_het_dokumentuma/a_nyari_idoszamitas_magyarorszagon_19161945.html
1385 # This source does not always give times, which are taken from Shanks
1386 # & Pottenger (which disagree about the dates).
1387 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
1388 Rule    Hungary 1918    only    -       Apr      1       3:00   1:00    S
1389 Rule    Hungary 1918    only    -       Sep     16       3:00   0       -
1390 Rule    Hungary 1919    only    -       Apr     15       3:00   1:00    S
1391 Rule    Hungary 1919    only    -       Nov     24       3:00   0       -
1392 Rule    Hungary 1945    only    -       May      1      23:00   1:00    S
1393 Rule    Hungary 1945    only    -       Nov      1       0:00   0       -
1394 Rule    Hungary 1946    only    -       Mar     31       2:00s  1:00    S
1395 Rule    Hungary 1946    1949    -       Oct     Sun>=1        2:00s  0       -
1396 Rule    Hungary 1947    1949    -       Apr     Sun>=4        2:00s  1:00    S
1397 Rule    Hungary 1950    only    -       Apr     17       2:00s  1:00    S
1398 Rule    Hungary 1950    only    -       Oct     23       2:00s  0       -
1399 Rule    Hungary 1954    1955    -       May     23       0:00   1:00    S
1400 Rule    Hungary 1954    1955    -       Oct      3       0:00   0       -
1401 Rule    Hungary 1956    only    -       Jun     Sun>=1        0:00   1:00    S
1402 Rule    Hungary 1956    only    -       Sep     lastSun  0:00   0       -
1403 Rule    Hungary 1957    only    -       Jun     Sun>=1        1:00   1:00    S
1404 Rule    Hungary 1957    only    -       Sep     lastSun  3:00   0       -
1405 Rule    Hungary 1980    only    -       Apr      6       1:00   1:00    S
1406 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
1407 Zone    Europe/Budapest 1:16:20 -       LMT     1890 Oct
1408                         1:00    C-Eur   CE%sT   1918
1409                         1:00    Hungary CE%sT   1941 Apr  8
1410                         1:00    C-Eur   CE%sT   1945
1411                         1:00    Hungary CE%sT   1980 Sep 28  2:00s
1412                         1:00    EU      CE%sT
1413 
1414 # Iceland
1415 #
1416 # From Adam David (1993-11-06):
1417 # The name of the timezone in Iceland for system / mail / news purposes is GMT.
1418 #
1419 # (1993-12-05):
1420 # This material is paraphrased from the 1988 edition of the University of
1421 # Iceland Almanak.
1422 #
1423 # From January 1st, 1908 the whole of Iceland was standardised at 1 hour
1424 # behind GMT. Previously, local mean solar time was used in different parts
1425 # of Iceland, the almanak had been based on Reykjavik mean solar time which
1426 # was 1 hour and 28 minutes behind GMT.
1427 #
1428 # "first day of winter" referred to [below] means the first day of the 26 weeks
1429 # of winter, according to the old icelandic calendar that dates back to the
1430 # time the norsemen first settled Iceland.  The first day of winter is always
1431 # Saturday, but is not dependent on the Julian or Gregorian calendars.
1432 #
1433 # (1993-12-10):
1434 # I have a reference from the Oxford Icelandic-English dictionary for the
1435 # beginning of winter, which ties it to the ecclesiastical calendar (and thus
1436 # to the julian/gregorian calendar) over the period in question.
1437 #       the winter begins on the Saturday next before St. Luke's day
1438 #       (old style), or on St. Luke's day, if a Saturday.
1439 # St. Luke's day ought to be traceable from ecclesiastical sources. "old style"
1440 # might be a reference to the Julian calendar as opposed to Gregorian, or it
1441 # might mean something else (???).
1442 #
1443 # From Paul Eggert (2014-11-22):
1444 # The information below is taken from the 1988 Almanak; see
1445 # http://www.almanak.hi.is/klukkan.html
1446 #
1447 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
1448 Rule    Iceland 1917    1919    -       Feb     19      23:00   1:00    S
1449 Rule    Iceland 1917    only    -       Oct     21       1:00   0       -
1450 Rule    Iceland 1918    1919    -       Nov     16       1:00   0       -
1451 Rule    Iceland 1921    only    -       Mar     19      23:00   1:00    S
1452 Rule    Iceland 1921    only    -       Jun     23       1:00   0       -
1453 Rule    Iceland 1939    only    -       Apr     29      23:00   1:00    S
1454 Rule    Iceland 1939    only    -       Oct     29       2:00   0       -
1455 Rule    Iceland 1940    only    -       Feb     25       2:00   1:00    S
1456 Rule    Iceland 1940    1941    -       Nov     Sun>=2        1:00s  0       -
1457 Rule    Iceland 1941    1942    -       Mar     Sun>=2        1:00s  1:00    S
1458 # 1943-1946 - first Sunday in March until first Sunday in winter
1459 Rule    Iceland 1943    1946    -       Mar     Sun>=1        1:00s  1:00    S
1460 Rule    Iceland 1942    1948    -       Oct     Sun>=22       1:00s  0       -
1461 # 1947-1967 - first Sunday in April until first Sunday in winter
1462 Rule    Iceland 1947    1967    -       Apr     Sun>=1        1:00s  1:00    S
1463 # 1949 and 1967 Oct transitions delayed by 1 week
1464 Rule    Iceland 1949    only    -       Oct     30       1:00s  0       -
1465 Rule    Iceland 1950    1966    -       Oct     Sun>=22       1:00s  0       -
1466 Rule    Iceland 1967    only    -       Oct     29       1:00s  0       -
1467 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
1468 Zone Atlantic/Reykjavik -1:28   -       LMT     1908
1469                         -1:00   Iceland IS%sT   1968 Apr  7  1:00s
1470                          0:00   -       GMT
1471 
1472 # Italy
1473 #
1474 # From Paul Eggert (2001-03-06):
1475 # Sicily and Sardinia each had their own time zones from 1866 to 1893,
1476 # called Palermo Time (+00:53:28) and Cagliari Time (+00:36:32).
1477 # During World War II, German-controlled Italy used German time.
1478 # But these events all occurred before the 1970 cutoff,
1479 # so record only the time in Rome.
1480 #
1481 # From Paul Eggert (2006-03-22):
1482 # For Italian DST we have three sources: Shanks & Pottenger, Whitman, and
1483 # F. Pollastri
1484 # Day-light Saving Time in Italy (2006-02-03)
1485 # http://toi.iriti.cnr.it/uk/ienitlt.html
1486 # ('FP' below), taken from an Italian National Electrotechnical Institute
1487 # publication. When the three sources disagree, guess who's right, as follows:
1488 #
1489 # year  FP      Shanks&P. (S)       Whitman (W)     Go with:
1490 # 1916  06-03   06-03 24:00     06-03 00:00     FP & W
1491 #       09-30   09-30 24:00     09-30 01:00     FP; guess 24:00s
1492 # 1917  04-01   03-31 24:00     03-31 00:00     FP & S
1493 #       09-30   09-29 24:00     09-30 01:00     FP & W
1494 # 1918  03-09   03-09 24:00     03-09 00:00     FP & S
1495 #       10-06   10-05 24:00     10-06 01:00     FP & W
1496 # 1919  03-01   03-01 24:00     03-01 00:00     FP & S
1497 #       10-04   10-04 24:00     10-04 01:00     FP; guess 24:00s
1498 # 1920  03-20   03-20 24:00     03-20 00:00     FP & S
1499 #       09-18   09-18 24:00     10-01 01:00     FP; guess 24:00s
1500 # 1944  04-02   04-03 02:00                     S (see C-Eur)
1501 #       09-16   10-02 03:00                     FP; guess 24:00s
1502 # 1945  09-14   09-16 24:00                     FP; guess 24:00s
1503 # 1970  05-21   05-31 00:00                     S
1504 #       09-20   09-27 00:00                     S
1505 #
1506 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
1507 Rule    Italy   1916    only    -       Jun      3      0:00s   1:00    S
1508 Rule    Italy   1916    only    -       Oct      1      0:00s   0       -
1509 Rule    Italy   1917    only    -       Apr      1      0:00s   1:00    S
1510 Rule    Italy   1917    only    -       Sep     30      0:00s   0       -
1511 Rule    Italy   1918    only    -       Mar     10      0:00s   1:00    S
1512 Rule    Italy   1918    1919    -       Oct     Sun>=1       0:00s   0       -
1513 Rule    Italy   1919    only    -       Mar      2      0:00s   1:00    S
1514 Rule    Italy   1920    only    -       Mar     21      0:00s   1:00    S
1515 Rule    Italy   1920    only    -       Sep     19      0:00s   0       -
1516 Rule    Italy   1940    only    -       Jun     15      0:00s   1:00    S
1517 Rule    Italy   1944    only    -       Sep     17      0:00s   0       -
1518 Rule    Italy   1945    only    -       Apr      2      2:00    1:00    S
1519 Rule    Italy   1945    only    -       Sep     15      0:00s   0       -
1520 Rule    Italy   1946    only    -       Mar     17      2:00s   1:00    S
1521 Rule    Italy   1946    only    -       Oct      6      2:00s   0       -
1522 Rule    Italy   1947    only    -       Mar     16      0:00s   1:00    S
1523 Rule    Italy   1947    only    -       Oct      5      0:00s   0       -
1524 Rule    Italy   1948    only    -       Feb     29      2:00s   1:00    S
1525 Rule    Italy   1948    only    -       Oct      3      2:00s   0       -
1526 Rule    Italy   1966    1968    -       May     Sun>=22      0:00    1:00    S
1527 Rule    Italy   1966    1969    -       Sep     Sun>=22      0:00    0       -
1528 Rule    Italy   1969    only    -       Jun      1      0:00    1:00    S
1529 Rule    Italy   1970    only    -       May     31      0:00    1:00    S
1530 Rule    Italy   1970    only    -       Sep     lastSun 0:00    0       -
1531 Rule    Italy   1971    1972    -       May     Sun>=22      0:00    1:00    S
1532 Rule    Italy   1971    only    -       Sep     lastSun 1:00    0       -
1533 Rule    Italy   1972    only    -       Oct      1      0:00    0       -
1534 Rule    Italy   1973    only    -       Jun      3      0:00    1:00    S
1535 Rule    Italy   1973    1974    -       Sep     lastSun 0:00    0       -
1536 Rule    Italy   1974    only    -       May     26      0:00    1:00    S
1537 Rule    Italy   1975    only    -       Jun      1      0:00s   1:00    S
1538 Rule    Italy   1975    1977    -       Sep     lastSun 0:00s   0       -
1539 Rule    Italy   1976    only    -       May     30      0:00s   1:00    S
1540 Rule    Italy   1977    1979    -       May     Sun>=22      0:00s   1:00    S
1541 Rule    Italy   1978    only    -       Oct      1      0:00s   0       -
1542 Rule    Italy   1979    only    -       Sep     30      0:00s   0       -
1543 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
1544 Zone    Europe/Rome     0:49:56 -       LMT     1866 Sep 22
1545                         0:49:56 -       RMT     1893 Nov  1  0:00s # Rome Mean
1546                         1:00    Italy   CE%sT   1942 Nov  2  2:00s
1547                         1:00    C-Eur   CE%sT   1944 Jul
1548                         1:00    Italy   CE%sT   1980
1549                         1:00    EU      CE%sT
1550 
1551 Link    Europe/Rome     Europe/Vatican
1552 Link    Europe/Rome     Europe/San_Marino
1553 
1554 # Latvia
1555 
1556 # From Liene Kanepe (1998-09-17):
1557 
1558 # I asked about this matter Scientific Secretary of the Institute of Astronomy
1559 # of The University of Latvia Dr. paed Mr. Ilgonis Vilks. I also searched the
1560 # correct data in juridical acts and I found some juridical documents about
1561 # changes in the counting of time in Latvia from 1981....
1562 #
1563 # Act No. 35 of the Council of Ministers of Latvian SSR of 1981-01-22 ...
1564 # according to the Act No. 925 of the Council of Ministers of USSR of 1980-10-24
1565 # ...: all year round the time of 2nd time zone + 1 hour, in addition turning
1566 # the hands of the clock 1 hour forward on 1 April at 00:00 (GMT 31 March 21:00)
1567 # and 1 hour backward on the 1 October at 00:00 (GMT 30 September 20:00).
1568 #
1569 # Act No. 592 of the Council of Ministers of Latvian SSR of 1984-09-24 ...
1570 # according to the Act No. 967 of the Council of Ministers of USSR of 1984-09-13
1571 # ...: all year round the time of 2nd time zone + 1 hour, in addition turning
1572 # the hands of the clock 1 hour forward on the last Sunday of March at 02:00
1573 # (GMT 23:00 on the previous day) and 1 hour backward on the last Sunday of
1574 # September at 03:00 (GMT 23:00 on the previous day).
1575 #
1576 # Act No. 81 of the Council of Ministers of Latvian SSR of 1989-03-22 ...
1577 # according to the Act No. 227 of the Council of Ministers of USSR of 1989-03-14
1578 # ...: since the last Sunday of March 1989 in Lithuanian SSR, Latvian SSR,
1579 # Estonian SSR and Kaliningrad region of Russian Federation all year round the
1580 # time of 2nd time zone (Moscow time minus one hour). On the territory of Latvia
1581 # transition to summer time is performed on the last Sunday of March at 02:00
1582 # (GMT 00:00), turning the hands of the clock 1 hour forward.  The end of
1583 # daylight saving time is performed on the last Sunday of September at 03:00
1584 # (GMT 00:00), turning the hands of the clock 1 hour backward. Exception is
1585 # 1989-03-26, when we must not turn the hands of the clock....
1586 #
1587 # The Regulations of the Cabinet of Ministers of the Republic of Latvia of
1588 # 1997-01-21 on transition to Summer time ... established the same order of
1589 # daylight savings time settings as in the States of the European Union.
1590 
1591 # From Andrei Ivanov (2000-03-06):
1592 # This year Latvia will not switch to Daylight Savings Time (as specified in
1593 # The Regulations of the Cabinet of Ministers of the Rep. of Latvia of
1594 # 29-Feb-2000 (No. 79) <http://www.lv-laiks.lv/wwwraksti/2000/071072/vd4.htm>,
1595 # in Latvian for subscribers only).
1596 
1597 # From RFE/RL Newsline
1598 # http://www.rferl.org/newsline/2001/01/3-CEE/cee-030101.html
1599 # (2001-01-03), noted after a heads-up by Rives McDow:
1600 # The Latvian government on 2 January decided that the country will
1601 # institute daylight-saving time this spring, LETA reported.
1602 # Last February the three Baltic states decided not to turn back their
1603 # clocks one hour in the spring....
1604 # Minister of Economy Aigars Kalvītis noted that Latvia had too few
1605 # daylight hours and thus decided to comply with a draft European
1606 # Commission directive that provides for instituting daylight-saving
1607 # time in EU countries between 2002 and 2006. The Latvian government
1608 # urged Lithuania and Estonia to adopt a similar time policy, but it
1609 # appears that they will not do so....
1610 
1611 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
1612 Rule    Latvia  1989    1996    -       Mar     lastSun  2:00s  1:00    S
1613 Rule    Latvia  1989    1996    -       Sep     lastSun  2:00s  0       -
1614 
1615 # Milne 1899 says Riga was 1:36:28 (Polytechnique House time).
1616 # Byalokoz 1919 says Latvia was 1:36:34.
1617 # Go with Byalokoz.
1618 
1619 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
1620 Zone    Europe/Riga     1:36:34 -       LMT     1880
1621                         1:36:34 -       RMT     1918 Apr 15  2:00 # Riga MT
1622                         1:36:34 1:00    LST     1918 Sep 16  3:00 # Latvian ST
1623                         1:36:34 -       RMT     1919 Apr  1  2:00
1624                         1:36:34 1:00    LST     1919 May 22  3:00
1625                         1:36:34 -       RMT     1926 May 11
1626                         2:00    -       EET     1940 Aug  5
1627                         3:00    -       MSK     1941 Jul
1628                         1:00    C-Eur   CE%sT   1944 Oct 13
1629                         3:00    Russia  MSK/MSD 1989 Mar lastSun  2:00s
1630                         2:00    1:00    EEST    1989 Sep lastSun  2:00s
1631                         2:00    Latvia  EE%sT   1997 Jan 21
1632                         2:00    EU      EE%sT   2000 Feb 29
1633                         2:00    -       EET     2001 Jan  2
1634                         2:00    EU      EE%sT
1635 
1636 # Liechtenstein
1637 
1638 # From Paul Eggert (2013-09-09):
1639 # Shanks & Pottenger say Vaduz is like Zurich.
1640 
1641 # From Alois Treindl (2013-09-18):
1642 # http://www.eliechtensteinensia.li/LIJ/1978/1938-1978/1941.pdf
1643 # ... confirms on p. 6 that Liechtenstein followed Switzerland in 1941 and 1942.
1644 # I ... translate only the last two paragraphs:
1645 #    ... during second world war, in the years 1941 and 1942, Liechtenstein
1646 #    introduced daylight saving time, adapting to Switzerland.  From 1943 on
1647 #    central European time was in force throughout the year.
1648 #    From a report of the duke's government to the high council,
1649 #    regarding the introduction of a time law, of 31 May 1977.
1650 
1651 Link Europe/Zurich Europe/Vaduz
1652 
1653 
1654 # Lithuania
1655 
1656 # From Paul Eggert (2016-03-18):
1657 # The 1989 transition is from USSR act No. 227 (1989-03-14).
1658 
1659 # From Paul Eggert (1996-11-22):
1660 # IATA SSIM (1992/1996) says Lithuania uses W-Eur rules, but since it is
1661 # known to be wrong about Estonia and Latvia, assume it's wrong here too.
1662 
1663 # From Marius Gedminas (1998-08-07):
1664 # I would like to inform that in this year Lithuanian time zone
1665 # (Europe/Vilnius) was changed.
1666 
1667 # From ELTA No. 972 (2582) (1999-09-29) <http://www.elta.lt/>,
1668 # via Steffen Thorsen:
1669 # Lithuania has shifted back to the second time zone (GMT plus two hours)
1670 # to be valid here starting from October 31,
1671 # as decided by the national government on Wednesday....
1672 # The Lithuanian government also announced plans to consider a
1673 # motion to give up shifting to summer time in spring, as it was
1674 # already done by Estonia.
1675 
1676 # From the Fact File, Lithuanian State Department of Tourism
1677 # <http://www.tourism.lt/informa/ff.htm> (2000-03-27):
1678 # Local time is GMT+2 hours ..., no daylight saving.
1679 
1680 # From a user via Klaus Marten (2003-02-07):
1681 # As a candidate for membership of the European Union, Lithuania will
1682 # observe Summer Time in 2003, changing its clocks at the times laid
1683 # down in EU Directive 2000/84 of 19.I.01 (i.e. at the same times as its
1684 # neighbour Latvia). The text of the Lithuanian government Order of
1685 # 7.XI.02 to this effect can be found at
1686 # http://www.lrvk.lt/nut/11/n1749.htm
1687 
1688 
1689 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
1690 Zone    Europe/Vilnius  1:41:16 -       LMT     1880
1691                         1:24:00 -       WMT     1917        # Warsaw Mean Time
1692                         1:35:36 -       KMT     1919 Oct 10 # Kaunas Mean Time
1693                         1:00    -       CET     1920 Jul 12
1694                         2:00    -       EET     1920 Oct  9
1695                         1:00    -       CET     1940 Aug  3
1696                         3:00    -       MSK     1941 Jun 24
1697                         1:00    C-Eur   CE%sT   1944 Aug
1698                         3:00    Russia  MSK/MSD 1989 Mar 26  2:00s
1699                         2:00    Russia  EE%sT   1991 Sep 29  2:00s
1700                         2:00    C-Eur   EE%sT   1998
1701                         2:00    -       EET     1998 Mar 29  1:00u
1702                         1:00    EU      CE%sT   1999 Oct 31  1:00u
1703                         2:00    -       EET     2003 Jan  1
1704                         2:00    EU      EE%sT
1705 
1706 # Luxembourg
1707 # Whitman disagrees with most of these dates in minor ways;
1708 # go with Shanks & Pottenger.
1709 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
1710 Rule    Lux     1916    only    -       May     14      23:00   1:00    S
1711 Rule    Lux     1916    only    -       Oct      1       1:00   0       -
1712 Rule    Lux     1917    only    -       Apr     28      23:00   1:00    S
1713 Rule    Lux     1917    only    -       Sep     17       1:00   0       -
1714 Rule    Lux     1918    only    -       Apr     Mon>=15       2:00s  1:00    S
1715 Rule    Lux     1918    only    -       Sep     Mon>=15       2:00s  0       -
1716 Rule    Lux     1919    only    -       Mar      1      23:00   1:00    S
1717 Rule    Lux     1919    only    -       Oct      5       3:00   0       -
1718 Rule    Lux     1920    only    -       Feb     14      23:00   1:00    S
1719 Rule    Lux     1920    only    -       Oct     24       2:00   0       -
1720 Rule    Lux     1921    only    -       Mar     14      23:00   1:00    S
1721 Rule    Lux     1921    only    -       Oct     26       2:00   0       -
1722 Rule    Lux     1922    only    -       Mar     25      23:00   1:00    S
1723 Rule    Lux     1922    only    -       Oct     Sun>=2        1:00   0       -
1724 Rule    Lux     1923    only    -       Apr     21      23:00   1:00    S
1725 Rule    Lux     1923    only    -       Oct     Sun>=2        2:00   0       -
1726 Rule    Lux     1924    only    -       Mar     29      23:00   1:00    S
1727 Rule    Lux     1924    1928    -       Oct     Sun>=2        1:00   0       -
1728 Rule    Lux     1925    only    -       Apr      5      23:00   1:00    S
1729 Rule    Lux     1926    only    -       Apr     17      23:00   1:00    S
1730 Rule    Lux     1927    only    -       Apr      9      23:00   1:00    S
1731 Rule    Lux     1928    only    -       Apr     14      23:00   1:00    S
1732 Rule    Lux     1929    only    -       Apr     20      23:00   1:00    S
1733 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
1734 Zone Europe/Luxembourg  0:24:36 -       LMT     1904 Jun
1735                         1:00    Lux     CE%sT   1918 Nov 25
1736                         0:00    Lux     WE%sT   1929 Oct  6  2:00s
1737                         0:00    Belgium WE%sT   1940 May 14  3:00
1738                         1:00    C-Eur   WE%sT   1944 Sep 18  3:00
1739                         1:00    Belgium CE%sT   1977
1740                         1:00    EU      CE%sT
1741 
1742 # Macedonia
1743 # See Europe/Belgrade.
1744 
1745 # Malta
1746 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
1747 Rule    Malta   1973    only    -       Mar     31      0:00s   1:00    S
1748 Rule    Malta   1973    only    -       Sep     29      0:00s   0       -
1749 Rule    Malta   1974    only    -       Apr     21      0:00s   1:00    S
1750 Rule    Malta   1974    only    -       Sep     16      0:00s   0       -
1751 Rule    Malta   1975    1979    -       Apr     Sun>=15      2:00    1:00    S
1752 Rule    Malta   1975    1980    -       Sep     Sun>=15      2:00    0       -
1753 Rule    Malta   1980    only    -       Mar     31      2:00    1:00    S
1754 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
1755 Zone    Europe/Malta    0:58:04 -       LMT     1893 Nov  2  0:00s # Valletta
1756                         1:00    Italy   CE%sT   1942 Nov  2  2:00s
1757                         1:00    C-Eur   CE%sT   1945 Apr  2  2:00s
1758                         1:00    Italy   CE%sT   1973 Mar 31
1759                         1:00    Malta   CE%sT   1981
1760                         1:00    EU      CE%sT
1761 
1762 # Moldova
1763 
1764 # From Stepan Golosunov (2016-03-07):
1765 # the act of the government of the Republic of Moldova Nr. 132 from 1990-05-04
1766 # http://lex.justice.md/viewdoc.php?action=view&view=doc&id=298782&lang=2
1767 # ... says that since 1990-05-06 on the territory of the Moldavian SSR
1768 # time would be calculated as the standard time of the second time belt
1769 # plus one hour of the "summer" time. To implement that clocks would be
1770 # adjusted one hour backwards at 1990-05-06 2:00. After that "summer"
1771 # time would be cancelled last Sunday of September at 3:00 and
1772 # reintroduced last Sunday of March at 2:00.
1773 
1774 # From Paul Eggert (2006-03-22):
1775 # A previous version of this database followed Shanks & Pottenger, who write
1776 # that Tiraspol switched to Moscow time on 1992-01-19 at 02:00.
1777 # However, this is most likely an error, as Moldova declared independence
1778 # on 1991-08-27 (the 1992-01-19 date is that of a Russian decree).
1779 # In early 1992 there was large-scale interethnic violence in the area
1780 # and it's possible that some Russophones continued to observe Moscow time.
1781 # But [two people] separately reported via
1782 # Jesper Nørgaard that as of 2001-01-24 Tiraspol was like Chisinau.
1783 # The Tiraspol entry has therefore been removed for now.
1784 #
1785 # From Alexander Krivenyshev (2011-10-17):
1786 # Pridnestrovian Moldavian Republic (PMR, also known as
1787 # "Pridnestrovie") has abolished seasonal clock change (no transition
1788 # to the Winter Time).
1789 #
1790 # News (in Russian):
1791 # http://www.kyivpost.ua/russia/news/pridnestrove-otkazalos-ot-perehoda-na-zimnee-vremya-30954.html
1792 # http://www.allmoldova.com/moldova-news/1249064116.html
1793 #
1794 # The substance of this change (reinstatement of the Tiraspol entry)
1795 # is from a patch from Petr Machata (2011-10-17)
1796 #
1797 # From Tim Parenti (2011-10-19)
1798 # In addition, being situated at +4651+2938 would give Tiraspol
1799 # a pre-1880 LMT offset of 1:58:32.
1800 #
1801 # (which agrees with the earlier entry that had been removed)
1802 #
1803 # From Alexander Krivenyshev (2011-10-26)
1804 # NO need to divide Moldova into two timezones at this point.
1805 # As of today, Transnistria (Pridnestrovie)- Tiraspol reversed its own
1806 # decision to abolish DST this winter.
1807 # Following Moldova and neighboring Ukraine- Transnistria (Pridnestrovie)-
1808 # Tiraspol will go back to winter time on October 30, 2011.
1809 # News from Moldova (in russian):
1810 # http://ru.publika.md/link_317061.html
1811 
1812 # From Roman Tudos (2015-07-02):
1813 # http://lex.justice.md/index.php?action=view&view=doc&lang=1&id=355077
1814 # From Paul Eggert (2015-07-01):
1815 # The abovementioned official link to IGO1445-868/2014 states that
1816 # 2014-10-26's fallback transition occurred at 03:00 local time.  Also,
1817 # http://www.trm.md/en/social/la-30-martie-vom-trece-la-ora-de-vara
1818 # says the 2014-03-30 spring-forward transition was at 02:00 local time.
1819 # Guess that since 1997 Moldova has switched one hour before the EU.
1820 
1821 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
1822 Rule    Moldova 1997    max     -       Mar     lastSun  2:00   1:00    S
1823 Rule    Moldova 1997    max     -       Oct     lastSun  3:00   0       -
1824 
1825 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
1826 Zone    Europe/Chisinau 1:55:20 -       LMT     1880
1827                         1:55    -       CMT     1918 Feb 15 # Chisinau MT
1828                         1:44:24 -       BMT     1931 Jul 24 # Bucharest MT
1829                         2:00    Romania EE%sT   1940 Aug 15
1830                         2:00    1:00    EEST    1941 Jul 17
1831                         1:00    C-Eur   CE%sT   1944 Aug 24
1832                         3:00    Russia  MSK/MSD 1990 May  6  2:00
1833                         2:00    Russia  EE%sT   1992
1834                         2:00    E-Eur   EE%sT   1997
1835 # See Romania commentary for the guessed 1997 transition to EU rules.
1836                         2:00    Moldova EE%sT
1837 
1838 # Monaco
1839 # Shanks & Pottenger give 0:09:20 for Paris Mean Time; go with Howse's
1840 # more precise 0:09:21.
1841 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
1842 Zone    Europe/Monaco   0:29:32 -       LMT     1891 Mar 15
1843                         0:09:21 -       PMT     1911 Mar 11 # Paris Mean Time
1844                         0:00    France  WE%sT   1945 Sep 16  3:00
1845                         1:00    France  CE%sT   1977
1846                         1:00    EU      CE%sT
1847 
1848 # Montenegro
1849 # See Europe/Belgrade.
1850 
1851 # Netherlands
1852 
1853 # Howse writes that the Netherlands' railways used GMT between 1892 and 1940,
1854 # but for other purposes the Netherlands used Amsterdam mean time.
1855 
1856 # However, Robert H. van Gent writes (2001-04-01):
1857 # Howse's statement is only correct up to 1909. From 1909-05-01 (00:00:00
1858 # Amsterdam mean time) onwards, the whole of the Netherlands (including
1859 # the Dutch railways) was required by law to observe Amsterdam mean time
1860 # (19 minutes 32.13 seconds ahead of GMT). This had already been the
1861 # common practice (except for the railways) for many decades but it was
1862 # not until 1909 when the Dutch government finally defined this by law.
1863 # On 1937-07-01 this was changed to 20 minutes (exactly) ahead of GMT and
1864 # was generally known as Dutch Time ("Nederlandse Tijd").
1865 #
1866 # (2001-04-08):
1867 # 1892-05-01 was the date when the Dutch railways were by law required to
1868 # observe GMT while the remainder of the Netherlands adhered to the common
1869 # practice of following Amsterdam mean time.
1870 #
1871 # (2001-04-09):
1872 # In 1835 the authorities of the province of North Holland requested the
1873 # municipal authorities of the towns and cities in the province to observe
1874 # Amsterdam mean time but I do not know in how many cases this request was
1875 # actually followed.
1876 #
1877 # From 1852 onwards the Dutch telegraph offices were by law required to
1878 # observe Amsterdam mean time. As the time signals from the observatory of
1879 # Leiden were also distributed by the telegraph system, I assume that most
1880 # places linked up with the telegraph (and railway) system automatically
1881 # adopted Amsterdam mean time.
1882 #
1883 # Although the early Dutch railway companies initially observed a variety
1884 # of times, most of them had adopted Amsterdam mean time by 1858 but it
1885 # was not until 1866 when they were all required by law to observe
1886 # Amsterdam mean time.
1887 
1888 # The data entries before 1945 are taken from
1889 # http://www.phys.uu.nl/~vgent/wettijd/wettijd.htm
1890 
1891 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
1892 Rule    Neth    1916    only    -       May      1      0:00    1:00    NST     # Netherlands Summer Time
1893 Rule    Neth    1916    only    -       Oct      1      0:00    0       AMT     # Amsterdam Mean Time
1894 Rule    Neth    1917    only    -       Apr     16      2:00s   1:00    NST
1895 Rule    Neth    1917    only    -       Sep     17      2:00s   0       AMT
1896 Rule    Neth    1918    1921    -       Apr     Mon>=1       2:00s   1:00    NST
1897 Rule    Neth    1918    1921    -       Sep     lastMon 2:00s   0       AMT
1898 Rule    Neth    1922    only    -       Mar     lastSun 2:00s   1:00    NST
1899 Rule    Neth    1922    1936    -       Oct     Sun>=2       2:00s   0       AMT
1900 Rule    Neth    1923    only    -       Jun     Fri>=1       2:00s   1:00    NST
1901 Rule    Neth    1924    only    -       Mar     lastSun 2:00s   1:00    NST
1902 Rule    Neth    1925    only    -       Jun     Fri>=1       2:00s   1:00    NST
1903 # From 1926 through 1939 DST began 05-15, except that it was delayed by a week
1904 # in years when 05-15 fell in the Pentecost weekend.
1905 Rule    Neth    1926    1931    -       May     15      2:00s   1:00    NST
1906 Rule    Neth    1932    only    -       May     22      2:00s   1:00    NST
1907 Rule    Neth    1933    1936    -       May     15      2:00s   1:00    NST
1908 Rule    Neth    1937    only    -       May     22      2:00s   1:00    NST
1909 Rule    Neth    1937    only    -       Jul      1      0:00    1:00    S
1910 Rule    Neth    1937    1939    -       Oct     Sun>=2       2:00s   0       -
1911 Rule    Neth    1938    1939    -       May     15      2:00s   1:00    S
1912 Rule    Neth    1945    only    -       Apr      2      2:00s   1:00    S
1913 Rule    Neth    1945    only    -       Sep     16      2:00s   0       -
1914 #
1915 # Amsterdam Mean Time was +00:19:32.13 exactly, but the .13 is omitted
1916 # below because the current format requires GMTOFF to be an integer.
1917 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
1918 Zone Europe/Amsterdam   0:19:32 -       LMT     1835
1919                         0:19:32 Neth    %s      1937 Jul  1
1920                         0:20    Neth    NE%sT   1940 May 16  0:00 # Dutch Time
1921                         1:00    C-Eur   CE%sT   1945 Apr  2  2:00
1922                         1:00    Neth    CE%sT   1977
1923                         1:00    EU      CE%sT
1924 
1925 # Norway
1926 # http://met.no/met/met_lex/q_u/sommertid.html (2004-01) agrees with Shanks &
1927 # Pottenger.
1928 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
1929 Rule    Norway  1916    only    -       May     22      1:00    1:00    S
1930 Rule    Norway  1916    only    -       Sep     30      0:00    0       -
1931 Rule    Norway  1945    only    -       Apr      2      2:00s   1:00    S
1932 Rule    Norway  1945    only    -       Oct      1      2:00s   0       -
1933 Rule    Norway  1959    1964    -       Mar     Sun>=15      2:00s   1:00    S
1934 Rule    Norway  1959    1965    -       Sep     Sun>=15      2:00s   0       -
1935 Rule    Norway  1965    only    -       Apr     25      2:00s   1:00    S
1936 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
1937 Zone    Europe/Oslo     0:43:00 -       LMT     1895 Jan  1
1938                         1:00    Norway  CE%sT   1940 Aug 10 23:00
1939                         1:00    C-Eur   CE%sT   1945 Apr  2  2:00
1940                         1:00    Norway  CE%sT   1980
1941                         1:00    EU      CE%sT
1942 
1943 # Svalbard & Jan Mayen
1944 
1945 # From Steffen Thorsen (2001-05-01):
1946 # Although I could not find it explicitly, it seems that Jan Mayen and
1947 # Svalbard have been using the same time as Norway at least since the
1948 # time they were declared as parts of Norway.  Svalbard was declared
1949 # as a part of Norway by law of 1925-07-17 no 11, section 4 and Jan
1950 # Mayen by law of 1930-02-27 no 2, section 2. (From
1951 # <http://www.lovdata.no/all/nl-19250717-011.html> and
1952 # <http://www.lovdata.no/all/nl-19300227-002.html>).  The law/regulation
1953 # for normal/standard time in Norway is from 1894-06-29 no 1 (came
1954 # into operation on 1895-01-01) and Svalbard/Jan Mayen seem to be a
1955 # part of this law since 1925/1930. (From
1956 # <http://www.lovdata.no/all/nl-18940629-001.html>) I have not been
1957 # able to find if Jan Mayen used a different time zone (e.g. -0100)
1958 # before 1930. Jan Mayen has only been "inhabited" since 1921 by
1959 # Norwegian meteorologists and maybe used the same time as Norway ever
1960 # since 1921.  Svalbard (Arctic/Longyearbyen) has been inhabited since
1961 # before 1895, and therefore probably changed the local time somewhere
1962 # between 1895 and 1925 (inclusive).
1963 
1964 # From Paul Eggert (2013-09-04):
1965 #
1966 # Actually, Jan Mayen was never occupied by Germany during World War II,
1967 # so it must have diverged from Oslo time during the war, as Oslo was
1968 # keeping Berlin time.
1969 #
1970 # <http://home.no.net/janmayen/history.htm> says that the meteorologists
1971 # burned down their station in 1940 and left the island, but returned in
1972 # 1941 with a small Norwegian garrison and continued operations despite
1973 # frequent air attacks from Germans.  In 1943 the Americans established a
1974 # radiolocating station on the island, called "Atlantic City".  Possibly
1975 # the UT offset changed during the war, but I think it unlikely that
1976 # Jan Mayen used German daylight-saving rules.
1977 #
1978 # Svalbard is more complicated, as it was raided in August 1941 by an
1979 # Allied party that evacuated the civilian population to England (says
1980 # <http://www.bartleby.com/65/sv/Svalbard.html>).  The Svalbard FAQ
1981 # <http://www.svalbard.com/SvalbardFAQ.html> says that the Germans were
1982 # expelled on 1942-05-14.  However, small parties of Germans did return,
1983 # and according to Wilhelm Dege's book "War North of 80" (1954)
1984 # http://www.ucalgary.ca/UofC/departments/UP/1-55238/1-55238-110-2.html
1985 # the German armed forces at the Svalbard weather station code-named
1986 # Haudegen did not surrender to the Allies until September 1945.
1987 #
1988 # All these events predate our cutoff date of 1970, so use Europe/Oslo
1989 # for these regions.
1990 Link    Europe/Oslo     Arctic/Longyearbyen
1991 
1992 # Poland
1993 
1994 # The 1919 dates and times can be found in Tygodnik Urzędowy nr 1 (1919-03-20),
1995 # <http://www.wbc.poznan.pl/publication/32156> pp 1-2.
1996 
1997 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
1998 Rule    Poland  1918    1919    -       Sep     16      2:00s   0       -
1999 Rule    Poland  1919    only    -       Apr     15      2:00s   1:00    S
2000 Rule    Poland  1944    only    -       Apr      3      2:00s   1:00    S
2001 # Whitman gives 1944 Nov 30; go with Shanks & Pottenger.
2002 Rule    Poland  1944    only    -       Oct      4      2:00    0       -
2003 # For 1944-1948 Whitman gives the previous day; go with Shanks & Pottenger.
2004 Rule    Poland  1945    only    -       Apr     29      0:00    1:00    S
2005 Rule    Poland  1945    only    -       Nov      1      0:00    0       -
2006 # For 1946 on the source is Kazimierz Borkowski,
2007 # Toruń Center for Astronomy, Dept. of Radio Astronomy, Nicolaus Copernicus U.,
2008 # http://www.astro.uni.torun.pl/~kb/Artykuly/U-PA/Czas2.htm#tth_tAb1
2009 # Thanks to Przemysław Augustyniak (2005-05-28) for this reference.
2010 # He also gives these further references:
2011 # Mon Pol nr 13, poz 162 (1995) <http://www.abc.com.pl/serwis/mp/1995/0162.htm>
2012 # Druk nr 2180 (2003) <http://www.senat.gov.pl/k5/dok/sejm/053/2180.pdf>
2013 Rule    Poland  1946    only    -       Apr     14      0:00s   1:00    S
2014 Rule    Poland  1946    only    -       Oct      7      2:00s   0       -
2015 Rule    Poland  1947    only    -       May      4      2:00s   1:00    S
2016 Rule    Poland  1947    1949    -       Oct     Sun>=1       2:00s   0       -
2017 Rule    Poland  1948    only    -       Apr     18      2:00s   1:00    S
2018 Rule    Poland  1949    only    -       Apr     10      2:00s   1:00    S
2019 Rule    Poland  1957    only    -       Jun      2      1:00s   1:00    S
2020 Rule    Poland  1957    1958    -       Sep     lastSun 1:00s   0       -
2021 Rule    Poland  1958    only    -       Mar     30      1:00s   1:00    S
2022 Rule    Poland  1959    only    -       May     31      1:00s   1:00    S
2023 Rule    Poland  1959    1961    -       Oct     Sun>=1       1:00s   0       -
2024 Rule    Poland  1960    only    -       Apr      3      1:00s   1:00    S
2025 Rule    Poland  1961    1964    -       May     lastSun 1:00s   1:00    S
2026 Rule    Poland  1962    1964    -       Sep     lastSun 1:00s   0       -
2027 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
2028 Zone    Europe/Warsaw   1:24:00 -       LMT     1880
2029                         1:24:00 -       WMT     1915 Aug  5 # Warsaw Mean Time
2030                         1:00    C-Eur   CE%sT   1918 Sep 16  3:00
2031                         2:00    Poland  EE%sT   1922 Jun
2032                         1:00    Poland  CE%sT   1940 Jun 23  2:00
2033                         1:00    C-Eur   CE%sT   1944 Oct
2034                         1:00    Poland  CE%sT   1977
2035                         1:00    W-Eur   CE%sT   1988
2036                         1:00    EU      CE%sT
2037 
2038 # Portugal
2039 #
2040 # From Paul Eggert (2014-08-11), after a heads-up from Stephen Colebourne:
2041 # According to a Portuguese decree (1911-05-26)
2042 # http://dre.pt/pdf1sdip/1911/05/12500/23132313.pdf
2043 # Lisbon was at -0:36:44.68, but switched to GMT on 1912-01-01 at 00:00.
2044 # Round the old offset to -0:36:45.  This agrees with Willett but disagrees
2045 # with Shanks, who says the transition occurred on 1911-05-24 at 00:00 for
2046 # Europe/Lisbon, Atlantic/Azores, and Atlantic/Madeira.
2047 #
2048 # From Rui Pedro Salgueiro (1992-11-12):
2049 # Portugal has recently (September, 27) changed timezone
2050 # (from WET to MET or CET) to harmonize with EEC.
2051 #
2052 # Martin Bruckmann (1996-02-29) reports via Peter Ilieve
2053 # that Portugal is reverting to 0:00 by not moving its clocks this spring.
2054 # The new Prime Minister was fed up with getting up in the dark in the winter.
2055 #
2056 # From Paul Eggert (1996-11-12):
2057 # IATA SSIM (1991-09) reports several 1991-09 and 1992-09 transitions
2058 # at 02:00u, not 01:00u.  Assume that these are typos.
2059 # IATA SSIM (1991/1992) reports that the Azores were at -1:00.
2060 # IATA SSIM (1993-02) says +0:00; later issues (through 1996-09) say -1:00.
2061 # Guess that the Azores changed to EU rules in 1992 (since that's when Portugal
2062 # harmonized with the EU), and that they stayed +0:00 that winter.
2063 #
2064 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
2065 # DSH writes that despite Decree 1,469 (1915), the change to the clocks was not
2066 # done every year, depending on what Spain did, because of railroad schedules.
2067 # Go with Shanks & Pottenger.
2068 Rule    Port    1916    only    -       Jun     17      23:00   1:00    S
2069 # Whitman gives 1916 Oct 31; go with Shanks & Pottenger.
2070 Rule    Port    1916    only    -       Nov      1       1:00   0       -
2071 Rule    Port    1917    only    -       Feb     28      23:00s  1:00    S
2072 Rule    Port    1917    1921    -       Oct     14      23:00s  0       -
2073 Rule    Port    1918    only    -       Mar      1      23:00s  1:00    S
2074 Rule    Port    1919    only    -       Feb     28      23:00s  1:00    S
2075 Rule    Port    1920    only    -       Feb     29      23:00s  1:00    S
2076 Rule    Port    1921    only    -       Feb     28      23:00s  1:00    S
2077 Rule    Port    1924    only    -       Apr     16      23:00s  1:00    S
2078 Rule    Port    1924    only    -       Oct     14      23:00s  0       -
2079 Rule    Port    1926    only    -       Apr     17      23:00s  1:00    S
2080 Rule    Port    1926    1929    -       Oct     Sat>=1       23:00s  0       -
2081 Rule    Port    1927    only    -       Apr      9      23:00s  1:00    S
2082 Rule    Port    1928    only    -       Apr     14      23:00s  1:00    S
2083 Rule    Port    1929    only    -       Apr     20      23:00s  1:00    S
2084 Rule    Port    1931    only    -       Apr     18      23:00s  1:00    S
2085 # Whitman gives 1931 Oct 8; go with Shanks & Pottenger.
2086 Rule    Port    1931    1932    -       Oct     Sat>=1       23:00s  0       -
2087 Rule    Port    1932    only    -       Apr      2      23:00s  1:00    S
2088 Rule    Port    1934    only    -       Apr      7      23:00s  1:00    S
2089 # Whitman gives 1934 Oct 5; go with Shanks & Pottenger.
2090 Rule    Port    1934    1938    -       Oct     Sat>=1       23:00s  0       -
2091 # Shanks & Pottenger give 1935 Apr 30; go with Whitman.
2092 Rule    Port    1935    only    -       Mar     30      23:00s  1:00    S
2093 Rule    Port    1936    only    -       Apr     18      23:00s  1:00    S
2094 # Whitman gives 1937 Apr 2; go with Shanks & Pottenger.
2095 Rule    Port    1937    only    -       Apr      3      23:00s  1:00    S
2096 Rule    Port    1938    only    -       Mar     26      23:00s  1:00    S
2097 Rule    Port    1939    only    -       Apr     15      23:00s  1:00    S
2098 # Whitman gives 1939 Oct 7; go with Shanks & Pottenger.
2099 Rule    Port    1939    only    -       Nov     18      23:00s  0       -
2100 Rule    Port    1940    only    -       Feb     24      23:00s  1:00    S
2101 # Shanks & Pottenger give 1940 Oct 7; go with Whitman.
2102 Rule    Port    1940    1941    -       Oct      5      23:00s  0       -
2103 Rule    Port    1941    only    -       Apr      5      23:00s  1:00    S
2104 Rule    Port    1942    1945    -       Mar     Sat>=8       23:00s  1:00    S
2105 Rule    Port    1942    only    -       Apr     25      22:00s  2:00    M # Midsummer
2106 Rule    Port    1942    only    -       Aug     15      22:00s  1:00    S
2107 Rule    Port    1942    1945    -       Oct     Sat>=24      23:00s  0       -
2108 Rule    Port    1943    only    -       Apr     17      22:00s  2:00    M
2109 Rule    Port    1943    1945    -       Aug     Sat>=25      22:00s  1:00    S
2110 Rule    Port    1944    1945    -       Apr     Sat>=21      22:00s  2:00    M
2111 Rule    Port    1946    only    -       Apr     Sat>=1       23:00s  1:00    S
2112 Rule    Port    1946    only    -       Oct     Sat>=1       23:00s  0       -
2113 Rule    Port    1947    1949    -       Apr     Sun>=1        2:00s  1:00    S
2114 Rule    Port    1947    1949    -       Oct     Sun>=1        2:00s  0       -
2115 # Shanks & Pottenger say DST was observed in 1950; go with Whitman.
2116 # Whitman gives Oct lastSun for 1952 on; go with Shanks & Pottenger.
2117 Rule    Port    1951    1965    -       Apr     Sun>=1        2:00s  1:00    S
2118 Rule    Port    1951    1965    -       Oct     Sun>=1        2:00s  0       -
2119 Rule    Port    1977    only    -       Mar     27       0:00s  1:00    S
2120 Rule    Port    1977    only    -       Sep     25       0:00s  0       -
2121 Rule    Port    1978    1979    -       Apr     Sun>=1        0:00s  1:00    S
2122 Rule    Port    1978    only    -       Oct      1       0:00s  0       -
2123 Rule    Port    1979    1982    -       Sep     lastSun  1:00s  0       -
2124 Rule    Port    1980    only    -       Mar     lastSun  0:00s  1:00    S
2125 Rule    Port    1981    1982    -       Mar     lastSun  1:00s  1:00    S
2126 Rule    Port    1983    only    -       Mar     lastSun  2:00s  1:00    S
2127 #
2128 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
2129 Zone    Europe/Lisbon   -0:36:45 -      LMT     1884
2130                         -0:36:45 -      LMT     1912 Jan  1 # Lisbon Mean Time
2131                          0:00   Port    WE%sT   1966 Apr  3  2:00
2132                          1:00   -       CET     1976 Sep 26  1:00
2133                          0:00   Port    WE%sT   1983 Sep 25  1:00s
2134                          0:00   W-Eur   WE%sT   1992 Sep 27  1:00s
2135                          1:00   EU      CE%sT   1996 Mar 31  1:00u
2136                          0:00   EU      WE%sT
2137 Zone Atlantic/Azores    -1:42:40 -      LMT     1884        # Ponta Delgada
2138                         -1:54:32 -      HMT     1912 Jan  1 # Horta Mean Time
2139                         -2:00   Port    AZO%sT  1966 Apr  3  2:00  # Azores Time
2140                         -1:00   Port    AZO%sT  1983 Sep 25  1:00s
2141                         -1:00   W-Eur   AZO%sT  1992 Sep 27  1:00s
2142                          0:00   EU      WE%sT   1993 Mar 28  1:00u
2143                         -1:00   EU      AZO%sT
2144 Zone Atlantic/Madeira   -1:07:36 -      LMT     1884        # Funchal
2145                         -1:07:36 -      FMT     1912 Jan  1 # Funchal Mean Time
2146                         -1:00   Port    MAD%sT  1966 Apr  3  2:00 # Madeira Time
2147                          0:00   Port    WE%sT   1983 Sep 25  1:00s
2148                          0:00   EU      WE%sT
2149 
2150 # Romania
2151 #
2152 # From Paul Eggert (1999-10-07):
2153 # Nine O'clock <http://www.nineoclock.ro/POL/1778pol.html>
2154 # (1998-10-23) reports that the switch occurred at
2155 # 04:00 local time in fall 1998.  For lack of better info,
2156 # assume that Romania and Moldova switched to EU rules in 1997,
2157 # the same year as Bulgaria.
2158 #
2159 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
2160 Rule    Romania 1932    only    -       May     21       0:00s  1:00    S
2161 Rule    Romania 1932    1939    -       Oct     Sun>=1        0:00s  0       -
2162 Rule    Romania 1933    1939    -       Apr     Sun>=2        0:00s  1:00    S
2163 Rule    Romania 1979    only    -       May     27       0:00   1:00    S
2164 Rule    Romania 1979    only    -       Sep     lastSun  0:00   0       -
2165 Rule    Romania 1980    only    -       Apr      5      23:00   1:00    S
2166 Rule    Romania 1980    only    -       Sep     lastSun  1:00   0       -
2167 Rule    Romania 1991    1993    -       Mar     lastSun  0:00s  1:00    S
2168 Rule    Romania 1991    1993    -       Sep     lastSun  0:00s  0       -
2169 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
2170 Zone Europe/Bucharest   1:44:24 -       LMT     1891 Oct
2171                         1:44:24 -       BMT     1931 Jul 24 # Bucharest MT
2172                         2:00    Romania EE%sT   1981 Mar 29  2:00s
2173                         2:00    C-Eur   EE%sT   1991
2174                         2:00    Romania EE%sT   1994
2175                         2:00    E-Eur   EE%sT   1997
2176                         2:00    EU      EE%sT
2177 
2178 
2179 # Russia
2180 
2181 # From Alexander Krivenyshev (2011-09-15):
2182 # Based on last Russian Government Decree No. 725 on August 31, 2011
2183 # (Government document
2184 # http://www.government.ru/gov/results/16355/print/
2185 # in Russian)
2186 # there are few corrections have to be made for some Russian time zones...
2187 # All updated Russian Time Zones were placed in table and translated to English
2188 # by WorldTimeZone.com at the link below:
2189 # http://www.worldtimezone.com/dst_news/dst_news_russia36.htm
2190 
2191 # From Sanjeev Gupta (2011-09-27):
2192 # Scans of [Decree No. 23 of January 8, 1992] are available at:
2193 # http://government.consultant.ru/page.aspx?1223966
2194 # They are in Cyrillic letters (presumably Russian).
2195 
2196 # From Arthur David Olson (2012-05-09):
2197 # Regarding the instant when clocks in time-zone-shifting parts of Russia
2198 # changed in September 2011:
2199 #
2200 # One source is
2201 # http://government.ru/gov/results/16355/
2202 # which, according to translate.google.com, begins "Decree of August 31,
2203 # 2011 No. 725" and contains no other dates or "effective date" information.
2204 #
2205 # Another source is
2206 # http://www.rg.ru/2011/09/06/chas-zona-dok.html
2207 # which, according to translate.google.com, begins "Resolution of the
2208 # Government of the Russian Federation on August 31, 2011 N 725" and also
2209 # contains "Date first official publication: September 6, 2011 Posted on:
2210 # in the 'RG' - Federal Issue No. 5573 September 6, 2011" but which
2211 # does not contain any "effective date" information.
2212 #
2213 # Another source is
2214 # http://en.wikipedia.org/wiki/Oymyakonsky_District#cite_note-RuTime-7
2215 # which, in note 8, contains "Resolution No. 725 of August 31, 2011...
2216 # Effective as of after 7 days following the day of the official publication"
2217 # but which does not contain any reference to September 6, 2011.
2218 #
2219 # The Wikipedia article refers to
2220 # http://base.consultant.ru/cons/cgi/online.cgi?req=doc;base=LAW;n=118896
2221 # which seems to copy the text of the government.ru page.
2222 #
2223 # Tobias Conradi combines Wikipedia's
2224 # "as of after 7 days following the day of the official publication"
2225 # with www.rg.ru's "Date of first official publication: September 6, 2011" to
2226 # get September 13, 2011 as the cutover date (unusually, a Tuesday, as Tobias
2227 # Conradi notes).
2228 #
2229 # None of the sources indicates a time of day for changing clocks.
2230 #
2231 # Go with 2011-09-13 0:00s.
2232 
2233 # From Alexander Krivenyshev (2014-07-01):
2234 # According to the Russian news (ITAR-TASS News Agency)
2235 # http://en.itar-tass.com/russia/738562
2236 # the State Duma has approved ... the draft bill on returning to
2237 # winter time standard and return Russia 11 time zones.  The new
2238 # regulations will come into effect on October 26, 2014 at 02:00 ...
2239 # http://asozd2.duma.gov.ru/main.nsf/%28Spravka%29?OpenAgent&RN=431985-6&02
2240 # Here is a link where we put together table (based on approved Bill N
2241 # 431985-6) with proposed 11 Russian time zones and corresponding
2242 # areas/cities/administrative centers in the Russian Federation (in English):
2243 # http://www.worldtimezone.com/dst_news/dst_news_russia65.html
2244 #
2245 # From Alexander Krivenyshev (2014-07-22):
2246 # Putin signed the Federal Law 431985-6 ... (in Russian)
2247 # http://itar-tass.com/obschestvo/1333711
2248 # http://www.pravo.gov.ru:8080/page.aspx?111660
2249 # http://www.kremlin.ru/acts/46279
2250 # From October 26, 2014 the new Russian time zone map will looks like this:
2251 # http://www.worldtimezone.com/dst_news/dst_news_russia-map-2014-07.html
2252 
2253 # From Paul Eggert (2006-03-22):
2254 # Except for Moscow after 1919-07-01, I invented the time zone abbreviations.
2255 # Moscow time zone abbreviations after 1919-07-01, and Moscow rules after 1991,
2256 # are from Andrey A. Chernov.  The rest is from Shanks & Pottenger,
2257 # except we follow Chernov's report that 1992 DST transitions were Sat
2258 # 23:00, not Sun 02:00s.
2259 #
2260 # From Stanislaw A. Kuzikowski (1994-06-29):
2261 # But now it is some months since Novosibirsk is 3 hours ahead of Moscow!
2262 # I do not know why they have decided to make this change;
2263 # as far as I remember it was done exactly during winter->summer switching
2264 # so we (Novosibirsk) simply did not switch.
2265 #
2266 # From Andrey A. Chernov (1996-10-04):
2267 # 'MSK' and 'MSD' were born and used initially on Moscow computers with
2268 # UNIX-like OSes by several developer groups (e.g. Demos group, Kiae group)....
2269 # The next step was the UUCP network, the Relcom predecessor
2270 # (used mainly for mail), and MSK/MSD was actively used there.
2271 #
2272 # From Chris Carrier (1996-10-30):
2273 # According to a friend of mine who rode the Trans-Siberian Railroad from
2274 # Moscow to Irkutsk in 1995, public air and rail transport in Russia ...
2275 # still follows Moscow time, no matter where in Russia it is located.
2276 #
2277 # For Grozny, Chechnya, we have the following story from
2278 # John Daniszewski, "Scavengers in the Rubble", Los Angeles Times (2001-02-07):
2279 # News - often false - is spread by word of mouth.  A rumor that it was
2280 # time to move the clocks back put this whole city out of sync with
2281 # the rest of Russia for two weeks - even soldiers stationed here began
2282 # enforcing curfew at the wrong time.
2283 #
2284 # From Gwillim Law (2001-06-05):
2285 # There's considerable evidence that Sakhalin Island used to be in
2286 # UTC+11, and has changed to UTC+10, in this decade.  I start with the
2287 # SSIM, which listed Yuzhno-Sakhalinsk in zone RU10 along with Magadan
2288 # until February 1997, and then in RU9 with Khabarovsk and Vladivostok
2289 # since September 1997....  Although the Kuril Islands are
2290 # administratively part of Sakhalin oblast', they appear to have
2291 # remained on UTC+11 along with Magadan.
2292 
2293 # From Tim Parenti (2014-07-06):
2294 # The comments detailing the coverage of each Russian zone are meant to assist
2295 # with maintenance only and represent our best guesses as to which regions
2296 # are covered by each zone.  They are not meant to be taken as an authoritative
2297 # listing.  The region codes listed come from
2298 # http://en.wikipedia.org/w/?title=Federal_subjects_of_Russia&oldid=611810498
2299 # and are used for convenience only; no guarantees are made regarding their
2300 # future stability.  ISO 3166-2:RU codes are also listed for first-level
2301 # divisions where available.
2302 
2303 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
2304 
2305 
2306 # From Tim Parenti (2014-07-03):
2307 # Europe/Kaliningrad covers...
2308 # 39    RU-KGD  Kaliningrad Oblast
2309 
2310 # From Paul Eggert (2016-03-18):
2311 # The 1989 transition is from USSR act No. 227 (1989-03-14).
2312 
2313 # From Stepan Golosunov (2016-03-07):
2314 # http://www.rgo.ru/ru/kaliningradskoe-oblastnoe-otdelenie/ob-otdelenii/publikacii/kak-nam-zhilos-bez-letnego-vremeni
2315 # confirms that the 1989 change to Moscow-1 was implemented.
2316 # (The article, though, is misattributed to 1990 while saying that
2317 # summer->winter transition would be done on the 24 of September. But
2318 # 1990-09-24 was Monday, while 1989-09-24 was Sunday as expected.)
2319 # ...
2320 # http://www.kaliningradka.ru/site_pc/cherez/index.php?ELEMENT_ID=40091
2321 # says that Kaliningrad switched to Moscow-1 on 1989-03-26, avoided
2322 # at the last moment switch to Moscow-1 on 1991-03-31, switched to
2323 # Moscow on 1991-11-03, switched to Moscow-1 on 1992-01-19.
2324 
2325 Zone Europe/Kaliningrad  1:22:00 -      LMT     1893 Apr
2326                          1:00   C-Eur   CE%sT   1945
2327                          2:00   Poland  CE%sT   1946
2328                          3:00   Russia  MSK/MSD 1989 Mar 26  2:00s
2329                          2:00   Russia  EE%sT   2011 Mar 27  2:00s
2330                          3:00   -       FET     2014 Oct 26  2:00s
2331                          2:00   -       EET
2332 
2333 
2334 # From Paul Eggert (2016-02-21), per Tim Parenti (2014-07-03) and
2335 # Oscar van Vlijmen (2001-08-25):
2336 # Europe/Moscow covers...
2337 # 01    RU-AD   Adygea, Republic of
2338 # 05    RU-DA   Dagestan, Republic of
2339 # 06    RU-IN   Ingushetia, Republic of
2340 # 07    RU-KB   Kabardino-Balkar Republic
2341 # 08    RU-KL   Kalmykia, Republic of
2342 # 09    RU-KC   Karachay-Cherkess Republic
2343 # 10    RU-KR   Karelia, Republic of
2344 # 11    RU-KO   Komi Republic
2345 # 12    RU-ME   Mari El Republic
2346 # 13    RU-MO   Mordovia, Republic of
2347 # 15    RU-SE   North Ossetia-Alania, Republic of
2348 # 16    RU-TA   Tatarstan, Republic of
2349 # 20    RU-CE   Chechen Republic
2350 # 21    RU-CU   Chuvash Republic
2351 # 23    RU-KDA  Krasnodar Krai
2352 # 26    RU-STA  Stavropol Krai
2353 # 29    RU-ARK  Arkhangelsk Oblast
2354 # 31    RU-BEL  Belgorod Oblast
2355 # 32    RU-BRY  Bryansk Oblast
2356 # 33    RU-VLA  Vladimir Oblast
2357 # 35    RU-VLG  Vologda Oblast
2358 # 36    RU-VOR  Voronezh Oblast
2359 # 37    RU-IVA  Ivanovo Oblast
2360 # 40    RU-KLU  Kaluga Oblast
2361 # 44    RU-KOS  Kostroma Oblast
2362 # 46    RU-KRS  Kursk Oblast
2363 # 47    RU-LEN  Leningrad Oblast
2364 # 48    RU-LIP  Lipetsk Oblast
2365 # 50    RU-MOS  Moscow Oblast
2366 # 51    RU-MUR  Murmansk Oblast
2367 # 52    RU-NIZ  Nizhny Novgorod Oblast
2368 # 53    RU-NGR  Novgorod Oblast
2369 # 57    RU-ORL  Oryol Oblast
2370 # 58    RU-PNZ  Penza Oblast
2371 # 60    RU-PSK  Pskov Oblast
2372 # 61    RU-ROS  Rostov Oblast
2373 # 62    RU-RYA  Ryazan Oblast
2374 # 67    RU-SMO  Smolensk Oblast
2375 # 68    RU-TAM  Tambov Oblast
2376 # 69    RU-TVE  Tver Oblast
2377 # 71    RU-TUL  Tula Oblast
2378 # 76    RU-YAR  Yaroslavl Oblast
2379 # 77    RU-MOW  Moscow
2380 # 78    RU-SPE  Saint Petersburg
2381 # 83    RU-NEN  Nenets Autonomous Okrug
2382 
2383 # From Stepan Golosunov (2016-03-07):
2384 # 11. Regions-violators, 1981-1982.
2385 # Wikipedia refers to
2386 # http://maps.monetonos.ru/maps/raznoe/Old_Maps/Old_Maps/Articles/022/3_1981.html
2387 # http://besp.narod.ru/nauka_1981_3.htm
2388 #
2389 # The second link provides two articles scanned from the Nauka i Zhizn
2390 # magazine No. 3, 1981 and a scan of the short article attributed to
2391 # the Trud newspaper from February 1982.  The first link provides the
2392 # same Nauka i Zhizn articles converted to the text form (but misses
2393 # time belt changes map).
2394 #
2395 # The second Nauka i Zhizn article says that in addition to
2396 # introduction of summer time on 1981-04-01 there are some time belt
2397 # border changes on 1981-10-01, mostly affecting Nenets Autonomous
2398 # Okrug, Krasnoyarsk Krai, Yakutia, Magadan Oblast and Chukotka
2399 # according to the provided map (colored one).  In addition to that
2400 # "time violators" (regions which were not using rules of the time
2401 # belts in which they were located) would not be moving off the DST on
2402 # 1981-10-01 to restore the decree time usage.  (Komi ASSR was
2403 # supposed to repeat that move in October 1982 to account for the 2
2404 # hour difference.)  Map depicting "time violators" before 1981-10-01
2405 # is also provided.
2406 #
2407 # The article from Trud says that 1981-10-01 changes caused problems
2408 # and some territories would be moved to pre-1981-10-01 time by not
2409 # moving to summer time on 1982-04-01.  Namely: Dagestan,
2410 # Kabardino-Balkar, Kalmyk, Komi, Mari, Mordovian, North Ossetian,
2411 # Tatar, Chechen-Ingush and Chuvash ASSR, Krasnodar and Stavropol
2412 # krais, Arkhangelsk, Vladimir, Vologda, Voronezh, Gorky, Ivanovo,
2413 # Kostroma, Lipetsk, Penza, Rostov, Ryazan, Tambov, Tyumen and
2414 # Yaroslavl oblasts, Nenets and Evenk autonomous okrugs, Khatangsky
2415 # district of Taymyr Autonomous Okrug.  As a result Evenk Autonomous
2416 # Okrug and Khatangsky district of Taymyr Autonomous Okrug would end
2417 # up on Moscow+4, Tyumen Oblast on Moscow+2 and the rest on Moscow
2418 # time.
2419 #
2420 # http://astrozet.net/files/Zones/DOC/RU/1980-925.txt
2421 # attributes the 1982 changes to the Act of the Council of Ministers
2422 # of the USSR No. 126 from 18.02.1982.  1980-925.txt also adds
2423 # Udmurtia to the list of affected territories and lists Khatangsky
2424 # district separately from Taymyr Autonomous Okurg.  Probably erroneously.
2425 #
2426 # The affected territories are currently listed under Europe/Moscow,
2427 # Asia/Yekaterinburg and Asia/Krasnoyarsk.
2428 #
2429 # 12. Udmurtia
2430 # The fact that Udmurtia is depicted as a violator in the Nauka i
2431 # Zhizn article hints at Izhevsk being on different time from
2432 # Kuybyshev before 1981-10-01. Udmurtia is not mentioned in the 1989 act.
2433 # http://astrozet.net/files/Zones/DOC/RU/1980-925.txt
2434 # implies Udmurtia was on Moscow time after 1982-04-01.
2435 # Wikipedia implies Udmurtia being on Moscow+1 until 1991.
2436 #
2437 # ...
2438 #
2439 # All Russian zones are supposed to have by default a -1 change at
2440 # 1991-03-31 2:00 (cancellation of the decree time in the USSR) and a +1
2441 # change at 1992-01-19 2:00 (restoration of the decree time in Russia).
2442 #
2443 # There were some exceptions, though.
2444 # Wikipedia says newspapers listed Astrakhan, Saratov, Kirov, Volgograd,
2445 # Izhevsk, Grozny, Kazan and Samara as such exceptions for the 1992
2446 # change. (Different newspapers providing different lists. And some
2447 # lists found in the internet are quite wild.)
2448 #
2449 # And apparently some exceptions were reverted in the last moment.
2450 # http://www.kaliningradka.ru/site_pc/cherez/index.php?ELEMENT_ID=40091
2451 # says that Kaliningrad decided not to be an exception 2 days before the
2452 # 1991-03-31 switch and one person at
2453 # http://izhevsk.ru/forum_light_message/50/682597-m8369040.html
2454 # says he remembers that Samara opted out of the 1992-01-19 exception
2455 # 2 days before the switch.
2456 #
2457 #
2458 # From Paul Eggert (2016-03-18):
2459 # Given the above, we appear to be missing some Zone entries for the
2460 # chaotic early 1980s in Russia.  It's not clear what these entries
2461 # should be.  For now, sweep this under the rug and just document the
2462 # time in Moscow.
2463 
2464 # From Vladimir Karpinsky (2014-07-08):
2465 # LMT in Moscow (before Jul 3, 1916) is 2:30:17, that was defined by Moscow
2466 # Observatory (coordinates: 55 deg. 45'29.70", 37 deg. 34'05.30")....
2467 # LMT in Moscow since Jul 3, 1916 is 2:31:01 as a result of new standard.
2468 # (The info is from the book by Byalokoz ... p. 18.)
2469 # The time in St. Petersburg as capital of Russia was defined by
2470 # Pulkov observatory, near St. Petersburg.  In 1916 LMT Moscow
2471 # was synchronized with LMT St. Petersburg (+30 minutes), (Pulkov observatory
2472 # coordinates: 59 deg. 46'18.70", 30 deg. 19'40.70") so 30 deg. 19'40.70" >
2473 # 2h01m18.7s = 2:01:19.  LMT Moscow = LMT St.Petersburg + 30m 2:01:19 + 0:30 =
2474 # 2:31:19 ...
2475 #
2476 # From Paul Eggert (2014-07-08):
2477 # Milne does not list Moscow, but suggests that its time might be listed in
2478 # Résumés mensuels et annuels des observations météorologiques (1895).
2479 # Presumably this is OCLC 85825704, a journal published with parallel text in
2480 # Russian and French.  This source has not been located; go with Karpinsky.
2481 
2482 Zone Europe/Moscow       2:30:17 -      LMT     1880
2483                          2:30:17 -      MMT     1916 Jul  3 # Moscow Mean Time
2484                          2:31:19 Russia %s      1919 Jul  1  2:00
2485                          3:00   Russia  %s      1921 Oct
2486                          3:00   Russia  MSK/MSD 1922 Oct
2487                          2:00   -       EET     1930 Jun 21
2488                          3:00   Russia  MSK/MSD 1991 Mar 31  2:00s
2489                          2:00   Russia  EE%sT   1992 Jan 19  2:00s
2490                          3:00   Russia  MSK/MSD 2011 Mar 27  2:00s
2491                          4:00   -       MSK     2014 Oct 26  2:00s
2492                          3:00   -       MSK
2493 
2494 
2495 # From Tim Parenti (2014-07-03):
2496 # Europe/Simferopol covers...
2497 # **    ****    Crimea, Republic of
2498 # **    ****    Sevastopol
2499 
2500 Zone Europe/Simferopol   2:16:24 -      LMT     1880
2501                          2:16   -       SMT     1924 May  2 # Simferopol Mean T
2502                          2:00   -       EET     1930 Jun 21
2503                          3:00   -       MSK     1941 Nov
2504                          1:00   C-Eur   CE%sT   1944 Apr 13
2505                          3:00   Russia  MSK/MSD 1990
2506                          3:00   -       MSK     1990 Jul  1  2:00
2507                          2:00   -       EET     1992
2508 # Central Crimea used Moscow time 1994/1997.
2509 #
2510 # From Paul Eggert (2006-03-22):
2511 # The _Economist_ (1994-05-28, p 45) reports that central Crimea switched
2512 # from Kiev to Moscow time sometime after the January 1994 elections.
2513 # Shanks (1999) says "date of change uncertain", but implies that it happened
2514 # sometime between the 1994 DST switches.  Shanks & Pottenger simply say
2515 # 1994-09-25 03:00, but that can't be right.  For now, guess it
2516 # changed in May.
2517                          2:00   E-Eur   EE%sT   1994 May
2518 # From IATA SSIM (1994/1997), which also says that Kerch is still like Kiev.
2519                          3:00   E-Eur   MSK/MSD 1996 Mar 31  0:00s
2520                          3:00   1:00    MSD     1996 Oct 27  3:00s
2521 # IATA SSIM (1997-09) says Crimea switched to EET/EEST.
2522 # Assume it happened in March by not changing the clocks.
2523                          3:00   Russia  MSK/MSD 1997
2524                          3:00   -       MSK     1997 Mar lastSun  1:00u
2525 # From Alexander Krivenyshev (2014-03-17):
2526 # time change at 2:00 (2am) on March 30, 2014
2527 # http://vz.ru/news/2014/3/17/677464.html
2528 # From Paul Eggert (2014-03-30):
2529 # Simferopol and Sevastopol reportedly changed their central town clocks
2530 # late the previous day, but this appears to have been ceremonial
2531 # and the discrepancies are small enough to not worry about.
2532                          2:00   EU      EE%sT   2014 Mar 30  2:00
2533                          4:00   -       MSK     2014 Oct 26  2:00s
2534                          3:00   -       MSK
2535 
2536 
2537 # From Paul Eggert (2016-03-18):
2538 # Europe/Astrakhan covers:
2539 # 30    RU-AST  Astrakhan Oblast
2540 #
2541 # The 1989 transition is from USSR act No. 227 (1989-03-14).
2542 
2543 # From Alexander Krivenyshev (2016-01-12):
2544 # On February 10, 2016 Astrakhan Oblast got approval by the Federation
2545 # Council to change its time zone to UTC+4 (from current UTC+3 Moscow time)....
2546 # This Federal Law shall enter into force on 27 March 2016 at 02:00.
2547 # From Matt Johnson (2016-03-09):
2548 # http://publication.pravo.gov.ru/Document/View/0001201602150056
2549 
2550 Zone Europe/Astrakhan    3:12:12 -      LMT     1924 May
2551                          3:00   -       +03     1930 Jun 21
2552                          4:00   Russia  +04/+05 1989 Mar 26  2:00s
2553                          3:00   Russia  +03/+04 1991 Mar 31  2:00s
2554                          4:00   -       +04     1992 Mar 29  2:00s
2555                          3:00   Russia  +03/+04 2011 Mar 27  2:00s
2556                          4:00   -       +04     2014 Oct 26  2:00s
2557                          3:00   -       +03     2016 Mar 27  2:00s
2558                          4:00   -       +04
2559 
2560 # From Paul Eggert (2016-03-18):
2561 # Europe/Volgograd covers:
2562 # 34    RU-VGG  Volgograd Oblast
2563 # 64    RU-SAR  Saratov Oblast
2564 # The 1988 transition is from USSR act No. 5 (1988-01-04).
2565 
2566 Zone Europe/Volgograd    2:57:40 -      LMT     1920 Jan  3
2567                          3:00   -       TSAT    1925 Apr  6 # Tsaritsyn Time
2568                          3:00   -       STAT    1930 Jun 21 # Stalingrad Time
2569                          4:00   -       STAT    1961 Nov 11
2570                          4:00   Russia  VOL%sT  1988 Mar 27  2:00s # Volgograd T
2571                          3:00   Russia  VOL%sT  1991 Mar 31  2:00s
2572                          4:00   -       VOLT    1992 Mar 29  2:00s
2573                          3:00   Russia  MSK/MSD 2011 Mar 27  2:00s
2574                          4:00   -       MSK     2014 Oct 26  2:00s
2575                          3:00   -       MSK
2576 
2577 # From Paul Eggert (2016-03-18):
2578 # Europe/Kirov covers:
2579 # 43    RU-KIR  Kirov Oblast
2580 # The 1989 transition is from USSR act No. 227 (1989-03-14).
2581 #
2582 # Europe/Kirov is still in draft form and for now is commented out.
2583 #
2584 #Zone Europe/Kirov       3:18:48 -      LMT     1919 Jul  1  2:00
2585 #                        3:00   -       +03     1930 Jun 21
2586 #                        4:00   Russia  +04/+05 1989 Mar 26  2:00s
2587 #                        3:00   Russia  +03/+04 1991 Mar 31  2:00s
2588 #                        4:00   -       +04     1992 Mar 29  2:00s
2589 #                        3:00   Russia  +03/+04 2011 Mar 27  2:00s
2590 #                        4:00   -       +04     2014 Oct 26  2:00s
2591 #                        3:00   -       +03
2592 
2593 # From Tim Parenti (2014-07-03), per Oscar van Vlijmen (2001-08-25):
2594 # Europe/Samara covers...
2595 # 18    RU-UD   Udmurt Republic
2596 # 63    RU-SAM  Samara Oblast
2597 
2598 # From Paul Eggert (2016-03-18):
2599 # Byalokoz 1919 says Samara was 3:20:20.
2600 # The 1989 transition is from USSR act No. 227 (1989-03-14).
2601 
2602 Zone Europe/Samara       3:20:20 -      LMT     1919 Jul  1  2:00
2603                          3:00   -       SAMT    1930 Jun 21 # Samara Time
2604                          4:00   -       SAMT    1935 Jan 27
2605                          4:00   Russia  KUY%sT  1989 Mar 26  2:00s # Kuybyshev
2606                          3:00   Russia  MSK/MSD 1991 Mar 31  2:00s
2607                          2:00   Russia  EE%sT   1991 Sep 29  2:00s
2608                          3:00   -       SAMT    1991 Oct 20  3:00
2609                          4:00   Russia  SAM%sT  2010 Mar 28  2:00s
2610                          3:00   Russia  SAM%sT  2011 Mar 27  2:00s
2611                          4:00   -       SAMT
2612 
2613 # From Paul Eggert (2016-03-18):
2614 # Europe/Ulyanovsk covers:
2615 # 73    RU-ULY  Ulyanovsk Oblast
2616 
2617 # The 1989 transition is from USSR act No. 227 (1989-03-14).
2618 
2619 # From Alexander Krivenyshev (2016-02-17):
2620 # Ulyanovsk ... on their way to change time zones by March 27, 2016 at 2am.
2621 # Ulyanovsk Oblast ... from MSK to MSK+1 (UTC+3 to UTC+4) ...
2622 # 920582-6 ... 02/17/2016 The State Duma passed the bill in the first reading.
2623 # From Matt Johnson (2016-03-09):
2624 # http://publication.pravo.gov.ru/Document/View/0001201603090051
2625 
2626 Zone Europe/Ulyanovsk    3:13:36 -      LMT     1919 Jul  1  2:00
2627                          3:00   -       +03     1930 Jun 21
2628                          4:00   Russia  +04/+05 1989 Mar 26  2:00s
2629                          3:00   Russia  +03/+04 1991 Mar 31  2:00s
2630                          2:00   Russia  +02/+03 1992 Jan 19  2:00s
2631                          3:00   Russia  +03/+04 2011 Mar 27  2:00s
2632                          4:00   -       +04     2014 Oct 26  2:00s
2633                          3:00   -       +03     2016 Mar 27  2:00s
2634                          4:00   -       +04
2635 
2636 # From Tim Parenti (2014-07-03), per Oscar van Vlijmen (2001-08-25):
2637 # Asia/Yekaterinburg covers...
2638 # 02    RU-BA   Bashkortostan, Republic of
2639 # 90    RU-PER  Perm Krai
2640 # 45    RU-KGN  Kurgan Oblast
2641 # 56    RU-ORE  Orenburg Oblast
2642 # 66    RU-SVE  Sverdlovsk Oblast
2643 # 72    RU-TYU  Tyumen Oblast
2644 # 74    RU-CHE  Chelyabinsk Oblast
2645 # 86    RU-KHM  Khanty-Mansi Autonomous Okrug - Yugra
2646 # 89    RU-YAN  Yamalo-Nenets Autonomous Okrug
2647 #
2648 # Note: Effective 2005-12-01, (59) Perm Oblast and (81) Komi-Permyak
2649 # Autonomous Okrug merged to form (90, RU-PER) Perm Krai.
2650 
2651 # Milne says Yekaterinburg was 4:02:32.9; round to nearest.
2652 # Byalokoz 1919 says its provincial time was based on Perm, at 3:45:05.
2653 # Assume it switched on 1916-07-03, the time of the new standard.
2654 # The 1919 and 1930 transitions are from Shanks.
2655 
2656 Zone Asia/Yekaterinburg  4:02:33 -      LMT     1916 Jul  3
2657                          3:45:05 -      PMT     1919 Jul 15  4:00
2658                          4:00   -       SVET    1930 Jun 21 # Sverdlovsk Time
2659                          5:00   Russia  SVE%sT  1991 Mar 31  2:00s
2660                          4:00   Russia  SVE%sT  1992 Jan 19  2:00s
2661                          5:00   Russia  YEK%sT  2011 Mar 27  2:00s
2662                          6:00   -       YEKT    2014 Oct 26  2:00s
2663                          5:00   -       YEKT
2664 
2665 
2666 # From Tim Parenti (2014-07-03), per Oscar van Vlijmen (2001-08-25):
2667 # Asia/Omsk covers...
2668 # 55    RU-OMS  Omsk Oblast
2669 
2670 # Byalokoz 1919 says Omsk was 4:53:30.
2671 
2672 Zone Asia/Omsk           4:53:30 -      LMT     1919 Nov 14
2673                          5:00   -       OMST    1930 Jun 21 # Omsk Time
2674                          6:00   Russia  OMS%sT  1991 Mar 31  2:00s
2675                          5:00   Russia  OMS%sT  1992 Jan 19  2:00s
2676                          6:00   Russia  OMS%sT  2011 Mar 27  2:00s
2677                          7:00   -       OMST    2014 Oct 26  2:00s
2678                          6:00   -       OMST
2679 
2680 # From Paul Eggert (2016-02-22):
2681 # Asia/Barnaul covers:
2682 # 04    RU-AL   Altai Republic
2683 # 22    RU-ALT  Altai Krai
2684 
2685 # Data before 1991 are from Shanks & Pottenger.
2686 
2687 # From Stepan Golosunov (2016-03-07):
2688 # Letter of Bank of Russia from 1995-05-25
2689 # http://www.bestpravo.ru/rossijskoje/lj-akty/y3a.htm
2690 # suggests that Altai Republic transitioned to Moscow+3 on
2691 # 1995-05-28.
2692 #
2693 # http://regnum.ru/news/society/1957270.html
2694 # has some historical data for Altai Krai:
2695 # before 1957: west part on UTC+6, east on UTC+7
2696 # after 1957: UTC+7
2697 # since 1995: UTC+6
2698 # http://barnaul.rusplt.ru/index/pochemu_altajskij_kraj_okazalsja_v_neprivychnom_chasovom_pojase-17648.html
2699 # confirms that and provides more details including 1995-05-28 transition date.
2700 
2701 # From Alexander Krivenyshev (2016-02-17):
2702 # Altai Krai and Altai Republic on their way to change time zones
2703 # by March 27, 2016 at 2am....
2704 # Altai Republic / Gorno-Altaysk MSK+3 to MSK+4 (UTC+6 to UTC+7) ...
2705 # Altai Krai / Barnaul MSK+3 to MSK+4 (UTC+6 to UTC+7)
2706 # From Matt Johnson (2016-03-09):
2707 # http://publication.pravo.gov.ru/Document/View/0001201603090043
2708 # http://publication.pravo.gov.ru/Document/View/0001201603090038
2709 
2710 Zone Asia/Barnaul        5:35:00 -      LMT     1919 Dec 10
2711                          6:00   -       +06     1930 Jun 21
2712                          7:00   Russia  +07/+08 1991 Mar 31  2:00s
2713                          6:00   Russia  +06/+07 1992 Jan 19  2:00s
2714                          7:00   Russia  +07/+08 1995 May 28
2715                          6:00   Russia  +06/+07 2011 Mar 27  2:00s
2716                          7:00   -       +07     2014 Oct 26  2:00s
2717                          6:00   -       +06     2016 Mar 27  2:00s
2718                          7:00   -       +07
2719 
2720 # From Paul Eggert (2016-03-18):
2721 # Asia/Novosibirsk covers:
2722 # 54    RU-NVS  Novosibirsk Oblast
2723 
2724 Zone Asia/Novosibirsk    5:31:40 -      LMT     1919 Dec 14  6:00
2725                          6:00   -       NOVT    1930 Jun 21 # Novosibirsk Time
2726                          7:00   Russia  NOV%sT  1991 Mar 31  2:00s
2727                          6:00   Russia  NOV%sT  1992 Jan 19  2:00s
2728                          7:00   Russia  NOV%sT  1993 May 23 # say Shanks & P.
2729                          6:00   Russia  NOV%sT  2011 Mar 27  2:00s
2730                          7:00   -       NOVT    2014 Oct 26  2:00s
2731                          6:00   -       NOVT
2732 
2733 # From Paul Eggert (2016-03-18):
2734 # Asia/Tomsk covers:
2735 # 70    RU-TOM  Tomsk Oblast
2736 #
2737 # Asia/Tomsk is still in draft form and for now is commented out.
2738 # Tomsk may be changing time zones in 2016 (not decided yet).
2739 
2740 # From Stanislaw A. Kuzikowski (1994-06-29):
2741 # Tomsk is still 4 hours ahead of Moscow.
2742 
2743 # From Stepan Golosunov (2016-03-19):
2744 # http://pravo.gov.ru/proxy/ips/?docbody=&nd=102075743
2745 # (fifth time belt being UTC+5+1(decree time)
2746 # / UTC+5+1(decree time)+1(summer time)) ...
2747 # Note that time belts (numbered from 2 (Moscow) to 12 according to their
2748 # GMT/UTC offset and having too many exceptions like regions formally
2749 # belonging to one belt but using time from another) were replaced
2750 # with time zones in 2011 with different numberings (there was a
2751 # 2-hour gap between second and third zones in 2011-2014).
2752 
2753 #Zone Asia/Tomsk         5:39:52 -      LMT     1919 Dec 22
2754 #                        6:00   -       +06     1930 Jun 21
2755 #                        7:00   Russia  +07/+08 1991 Mar 31  2:00s
2756 #                        6:00   Russia  +06/+07 1992 Jan 19  2:00s
2757 #                        7:00   Russia  +07/+08 2002 May  1  3:00
2758 #                        6:00   Russia  +06/+07 2011 Mar 27  2:00s
2759 #                        7:00   -       +07     2014 Oct 26  2:00s
2760 #                        6:00   -       +06
2761 
2762 
2763 # From Tim Parenti (2014-07-03):
2764 # Asia/Novokuznetsk covers...
2765 # 42    RU-KEM  Kemerovo Oblast
2766 
2767 # From Alexander Krivenyshev (2009-10-13):
2768 # Kemerovo oblast' (Kemerovo region) in Russia will change current time zone on
2769 # March 28, 2010:
2770 # from current Russia Zone 6 - Krasnoyarsk Time Zone (KRA) UTC +0700
2771 # to Russia Zone 5 - Novosibirsk Time Zone (NOV) UTC +0600
2772 #
2773 # This is according to Government of Russia decree No. 740, on September
2774 # 14, 2009 "Application in the territory of the Kemerovo region the Fifth
2775 # time zone." ("Russia Zone 5" or old "USSR Zone 5" is GMT +0600)
2776 #
2777 # Russian Government web site (Russian language)
2778 # http://www.government.ru/content/governmentactivity/rfgovernmentdecisions/archive/2009/09/14/991633.htm
2779 # or Russian-English translation by WorldTimeZone.com with reference
2780 # map to local region and new Russia Time Zone map after March 28, 2010
2781 # http://www.worldtimezone.com/dst_news/dst_news_russia03.html
2782 #
2783 # Thus, when Russia will switch to DST on the night of March 28, 2010
2784 # Kemerovo region (Kemerovo oblast') will not change the clock.
2785 
2786 # From Tim Parenti (2014-07-02), per Alexander Krivenyshev (2014-07-02):
2787 # The Kemerovo region will remain at UTC+7 through the 2014-10-26 change, thus
2788 # realigning itself with KRAT.
2789 
2790 Zone Asia/Novokuznetsk   5:48:48 -      LMT     1924 May  1
2791                          6:00   -       KRAT    1930 Jun 21 # Krasnoyarsk Time
2792                          7:00   Russia  KRA%sT  1991 Mar 31  2:00s
2793                          6:00   Russia  KRA%sT  1992 Jan 19  2:00s
2794                          7:00   Russia  KRA%sT  2010 Mar 28  2:00s
2795                          6:00   Russia  NOV%sT  2011 Mar 27  2:00s # Novosibirsk
2796                          7:00   -       NOVT    2014 Oct 26  2:00s
2797                          7:00   -       KRAT    # Krasnoyarsk Time
2798 
2799 
2800 # From Tim Parenti (2014-07-03), per Oscar van Vlijmen (2001-08-25):
2801 # Asia/Krasnoyarsk covers...
2802 # 17    RU-TY   Tuva Republic
2803 # 19    RU-KK   Khakassia, Republic of
2804 # 24    RU-KYA  Krasnoyarsk Krai
2805 #
2806 # Note: Effective 2007-01-01, (88) Evenk Autonomous Okrug and (84) Taymyr
2807 # Autonomous Okrug were merged into (24, RU-KYA) Krasnoyarsk Krai.
2808 
2809 # Byalokoz 1919 says Krasnoyarsk was 6:11:26.
2810 
2811 Zone Asia/Krasnoyarsk    6:11:26 -      LMT     1920 Jan  6
2812                          6:00   -       KRAT    1930 Jun 21 # Krasnoyarsk Time
2813                          7:00   Russia  KRA%sT  1991 Mar 31  2:00s
2814                          6:00   Russia  KRA%sT  1992 Jan 19  2:00s
2815                          7:00   Russia  KRA%sT  2011 Mar 27  2:00s
2816                          8:00   -       KRAT    2014 Oct 26  2:00s
2817                          7:00   -       KRAT
2818 
2819 
2820 # From Tim Parenti (2014-07-03), per Oscar van Vlijmen (2001-08-25):
2821 # Asia/Irkutsk covers...
2822 # 03    RU-BU   Buryatia, Republic of
2823 # 38    RU-IRK  Irkutsk Oblast
2824 #
2825 # Note: Effective 2008-01-01, (85) Ust-Orda Buryat Autonomous Okrug was
2826 # merged into (38, RU-IRK) Irkutsk Oblast.
2827 
2828 # Milne 1899 says Irkutsk was 6:57:15.
2829 # Byalokoz 1919 says Irkutsk was 6:57:05.
2830 # Go with Byalokoz.
2831 
2832 Zone Asia/Irkutsk        6:57:05 -      LMT     1880
2833                          6:57:05 -      IMT     1920 Jan 25 # Irkutsk Mean Time
2834                          7:00   -       IRKT    1930 Jun 21 # Irkutsk Time
2835                          8:00   Russia  IRK%sT  1991 Mar 31  2:00s
2836                          7:00   Russia  IRK%sT  1992 Jan 19  2:00s
2837                          8:00   Russia  IRK%sT  2011 Mar 27  2:00s
2838                          9:00   -       IRKT    2014 Oct 26  2:00s
2839                          8:00   -       IRKT
2840 
2841 
2842 # From Tim Parenti (2014-07-06):
2843 # Asia/Chita covers...
2844 # 92    RU-ZAB  Zabaykalsky Krai
2845 #
2846 # Note: Effective 2008-03-01, (75) Chita Oblast and (80) Agin-Buryat
2847 # Autonomous Okrug merged to form (92, RU-ZAB) Zabaykalsky Krai.
2848 
2849 # From Alexander Krivenyshev (2016-01-02):
2850 # [The] time zone in the Trans-Baikal Territory (Zabaykalsky Krai) -
2851 # Asia/Chita [is changing] from UTC+8 to UTC+9.  Effective date will
2852 # be March 27, 2016 at 2:00am....
2853 # http://publication.pravo.gov.ru/Document/View/0001201512300107
2854 
2855 Zone Asia/Chita  7:33:52 -      LMT     1919 Dec 15
2856                          8:00   -       YAKT    1930 Jun 21 # Yakutsk Time
2857                          9:00   Russia  YAK%sT  1991 Mar 31  2:00s
2858                          8:00   Russia  YAK%sT  1992 Jan 19  2:00s
2859                          9:00   Russia  YAK%sT  2011 Mar 27  2:00s
2860                         10:00   -       YAKT    2014 Oct 26  2:00s
2861                          8:00   -       IRKT    2016 Mar 27  2:00
2862                          9:00   -       YAKT
2863 
2864 
2865 # From Tim Parenti (2014-07-03), per Oscar van Vlijmen (2009-11-29):
2866 # Asia/Yakutsk covers...
2867 # 28    RU-AMU  Amur Oblast
2868 #
2869 # ...and parts of (14, RU-SA) Sakha (Yakutia) Republic:
2870 # 14-02 ****    Aldansky District
2871 # 14-04 ****    Amginsky District
2872 # 14-05 ****    Anabarsky District
2873 # 14-06 ****    Bulunsky District
2874 # 14-07 ****    Verkhnevilyuysky District
2875 # 14-10 ****    Vilyuysky District
2876 # 14-11 ****    Gorny District
2877 # 14-12 ****    Zhigansky District
2878 # 14-13 ****    Kobyaysky District
2879 # 14-14 ****    Lensky District
2880 # 14-15 ****    Megino-Kangalassky District
2881 # 14-16 ****    Mirninsky District
2882 # 14-18 ****    Namsky District
2883 # 14-19 ****    Neryungrinsky District
2884 # 14-21 ****    Nyurbinsky District
2885 # 14-23 ****    Olenyoksky District
2886 # 14-24 ****    Olyokminsky District
2887 # 14-26 ****    Suntarsky District
2888 # 14-27 ****    Tattinsky District
2889 # 14-29 ****    Ust-Aldansky District
2890 # 14-32 ****    Khangalassky District
2891 # 14-33 ****    Churapchinsky District
2892 # 14-34 ****    Eveno-Bytantaysky National District
2893 
2894 # From Tim Parenti (2014-07-03):
2895 # Our commentary seems to have lost mention of (14-19) Neryungrinsky District.
2896 # Since the surrounding districts of Sakha are all YAKT, assume this is, too.
2897 # Also assume its history has been the same as the rest of Asia/Yakutsk.
2898 
2899 # Byalokoz 1919 says Yakutsk was 8:38:58.
2900 
2901 Zone Asia/Yakutsk        8:38:58 -      LMT     1919 Dec 15
2902                          8:00   -       YAKT    1930 Jun 21 # Yakutsk Time
2903                          9:00   Russia  YAK%sT  1991 Mar 31  2:00s
2904                          8:00   Russia  YAK%sT  1992 Jan 19  2:00s
2905                          9:00   Russia  YAK%sT  2011 Mar 27  2:00s
2906                         10:00   -       YAKT    2014 Oct 26  2:00s
2907                          9:00   -       YAKT
2908 
2909 
2910 # From Tim Parenti (2014-07-03), per Oscar van Vlijmen (2009-11-29):
2911 # Asia/Vladivostok covers...
2912 # 25    RU-PRI  Primorsky Krai
2913 # 27    RU-KHA  Khabarovsk Krai
2914 # 79    RU-YEV  Jewish Autonomous Oblast
2915 #
2916 # ...and parts of (14, RU-SA) Sakha (Yakutia) Republic:
2917 # 14-09 ****    Verkhoyansky District
2918 # 14-31 ****    Ust-Yansky District
2919 
2920 # Milne 1899 says Vladivostok was 8:47:33.5.
2921 # Byalokoz 1919 says Vladivostok was 8:47:31.
2922 # Go with Byalokoz.
2923 
2924 Zone Asia/Vladivostok    8:47:31 -      LMT     1922 Nov 15
2925                          9:00   -       VLAT    1930 Jun 21 # Vladivostok Time
2926                         10:00   Russia  VLA%sT  1991 Mar 31  2:00s
2927                          9:00   Russia  VLA%sT  1992 Jan 19  2:00s
2928                         10:00   Russia  VLA%sT  2011 Mar 27  2:00s
2929                         11:00   -       VLAT    2014 Oct 26  2:00s
2930                         10:00   -       VLAT
2931 
2932 
2933 # From Tim Parenti (2014-07-03):
2934 # Asia/Khandyga covers parts of (14, RU-SA) Sakha (Yakutia) Republic:
2935 # 14-28 ****    Tomponsky District
2936 # 14-30 ****    Ust-Maysky District
2937 
2938 # From Arthur David Olson (2012-05-09):
2939 # Tomponskij and Ust'-Majskij switched from Vladivostok time to Yakutsk time
2940 # in 2011.
2941 
2942 # From Paul Eggert (2012-11-25):
2943 # Shanks and Pottenger (2003) has Khandyga on Yakutsk time.
2944 # Make a wild guess that it switched to Vladivostok time in 2004.
2945 # This transition is no doubt wrong, but we have no better info.
2946 
2947 Zone Asia/Khandyga       9:02:13 -      LMT     1919 Dec 15
2948                          8:00   -       YAKT    1930 Jun 21 # Yakutsk Time
2949                          9:00   Russia  YAK%sT  1991 Mar 31  2:00s
2950                          8:00   Russia  YAK%sT  1992 Jan 19  2:00s
2951                          9:00   Russia  YAK%sT  2004
2952                         10:00   Russia  VLA%sT  2011 Mar 27  2:00s
2953                         11:00   -       VLAT    2011 Sep 13  0:00s # Decree 725?
2954                         10:00   -       YAKT    2014 Oct 26  2:00s
2955                          9:00   -       YAKT
2956 
2957 
2958 # From Tim Parenti (2014-07-03):
2959 # Asia/Sakhalin covers...
2960 # 65    RU-SAK  Sakhalin Oblast
2961 # ...with the exception of:
2962 # 65-11 ****    Severo-Kurilsky District (North Kuril Islands)
2963 
2964 # From Matt Johnson (2016-02-22):
2965 # Asia/Sakhalin is moving (in entirety) from UTC+10 to UTC+11 ...
2966 # (2016-03-09):
2967 # http://publication.pravo.gov.ru/Document/View/0001201603090044
2968 
2969 # The Zone name should be Asia/Yuzhno-Sakhalinsk, but that's too long.
2970 Zone Asia/Sakhalin       9:30:48 -      LMT     1905 Aug 23
2971                          9:00   -       JCST    1937 Oct  1
2972                          9:00   -       JST     1945 Aug 25
2973                         11:00   Russia  SAK%sT  1991 Mar 31  2:00s # Sakhalin T
2974                         10:00   Russia  SAK%sT  1992 Jan 19  2:00s
2975                         11:00   Russia  SAK%sT  1997 Mar lastSun  2:00s
2976                         10:00   Russia  SAK%sT  2011 Mar 27  2:00s
2977                         11:00   -       SAKT    2014 Oct 26  2:00s
2978                         10:00   -       SAKT    2016 Mar 27  2:00s
2979                         11:00   -       SAKT
2980 
2981 
2982 # From Tim Parenti (2014-07-03), per Oscar van Vlijmen (2009-11-29):
2983 # Asia/Magadan covers...
2984 # 49    RU-MAG  Magadan Oblast
2985 
2986 # From Tim Parenti (2014-07-06), per Alexander Krivenyshev (2014-07-02):
2987 # Magadan Oblast is moving from UTC+12 to UTC+10 on 2014-10-26; however,
2988 # several districts of Sakha Republic as well as Severo-Kurilsky District of
2989 # the Sakhalin Oblast (also known as the North Kuril Islands), represented
2990 # until now by Asia/Magadan, will instead move to UTC+11.  These regions will
2991 # need their own zone.
2992 
2993 # From Alexander Krivenyshev (2016-01-03):
2994 # Magadan Oblast / Magadan (draft bill date of entry 2015-12-08),
2995 # UTC+10 to UTC+11
2996 # From Stepan Golosunov (2016-03-17):
2997 # The bill is currently proposed to be approved in both the second and
2998 # the third readings on 2016-03-22. It might be in time to be approved
2999 # by the Federation Council on 2016-03-23.
3000 
3001 Zone Asia/Magadan       10:03:12 -      LMT     1924 May  2
3002                         10:00   -       MAGT    1930 Jun 21 # Magadan Time
3003                         11:00   Russia  MAG%sT  1991 Mar 31  2:00s
3004                         10:00   Russia  MAG%sT  1992 Jan 19  2:00s
3005                         11:00   Russia  MAG%sT  2011 Mar 27  2:00s
3006                         12:00   -       MAGT    2014 Oct 26  2:00s
3007                         10:00   -       MAGT
3008 # From Paul Eggert (2016-03-18):
3009 # If the bill passes as-is, replace the previous data line with:
3010 #                       10:00   -       MAGT    2016 Apr 24  2:00s
3011 #                       11:00   -       MAGT
3012 # and update zone1970.tab and zone.tab to say "MSK+08" for Asia/Magadan.
3013 
3014 
3015 # From Tim Parenti (2014-07-06):
3016 # Asia/Srednekolymsk covers parts of (14, RU-SA) Sakha (Yakutia) Republic:
3017 # 14-01 ****    Abyysky District
3018 # 14-03 ****    Allaikhovsky District
3019 # 14-08 ****    Verkhnekolymsky District
3020 # 14-17 ****    Momsky District
3021 # 14-20 ****    Nizhnekolymsky District
3022 # 14-25 ****    Srednekolymsky District
3023 #
3024 # ...and parts of (65, RU-SAK) Sakhalin Oblast:
3025 # 65-11 ****    Severo-Kurilsky District (North Kuril Islands)
3026 
3027 # From Tim Parenti (2014-07-02):
3028 # Oymyakonsky District of Sakha Republic (represented by Ust-Nera), along with
3029 # most of Sakhalin Oblast (represented by Sakhalin) will be moving to UTC+10 on
3030 # 2014-10-26 to stay aligned with VLAT/SAKT; however, Severo-Kurilsky District
3031 # of the Sakhalin Oblast (also known as the North Kuril Islands, represented by
3032 # Severo-Kurilsk) will remain on UTC+11.
3033 
3034 # From Tim Parenti (2014-07-06):
3035 # Assume North Kuril Islands have history like Magadan before 2011-03-27.
3036 # There is a decent chance this is wrong, in which case a new zone
3037 # Asia/Severo-Kurilsk would become necessary.
3038 #
3039 # Srednekolymsk and Zyryanka are the most populous places amongst these
3040 # districts, but have very similar populations.  In fact, Wikipedia currently
3041 # lists them both as having 3528 people, exactly 1668 males and 1860 females
3042 # each!  (Yikes!)
3043 # http://en.wikipedia.org/w/?title=Srednekolymsky_District&oldid=603435276
3044 # http://en.wikipedia.org/w/?title=Verkhnekolymsky_District&oldid=594378493
3045 # Assume this is a mistake, albeit an amusing one.
3046 #
3047 # Looking at censuses, the populations of the two municipalities seem to have
3048 # fluctuated recently.  Zyryanka was more populous than Srednekolymsk in the
3049 # 1989 and 2002 censuses, but Srednekolymsk was more populous in the most
3050 # recent (2010) census, 3525 to 3170.  (See pages 195 and 197 of
3051 # http://www.gks.ru/free_doc/new_site/perepis2010/croc/Documents/Vol1/pub-01-05.pdf
3052 # in Russian.)  In addition, Srednekolymsk appears to be a much older
3053 # settlement and the population of Zyryanka seems to be declining.
3054 # Go with Srednekolymsk.
3055 #
3056 # Since Magadan Oblast moves to UTC+10 on 2014-10-26, we cannot keep using MAGT
3057 # as the abbreviation.  Use SRET instead.
3058 
3059 Zone Asia/Srednekolymsk 10:14:52 -      LMT     1924 May  2
3060                         10:00   -       MAGT    1930 Jun 21 # Magadan Time
3061                         11:00   Russia  MAG%sT  1991 Mar 31  2:00s
3062                         10:00   Russia  MAG%sT  1992 Jan 19  2:00s
3063                         11:00   Russia  MAG%sT  2011 Mar 27  2:00s
3064                         12:00   -       MAGT    2014 Oct 26  2:00s
3065                         11:00   -       SRET    # Srednekolymsk Time
3066 
3067 
3068 # From Tim Parenti (2014-07-03):
3069 # Asia/Ust-Nera covers parts of (14, RU-SA) Sakha (Yakutia) Republic:
3070 # 14-22 ****    Oymyakonsky District
3071 
3072 # From Arthur David Olson (2012-05-09):
3073 # Ojmyakonskij [and the Kuril Islands] switched from
3074 # Magadan time to Vladivostok time in 2011.
3075 #
3076 # From Tim Parenti (2014-07-06), per Alexander Krivenyshev (2014-07-02):
3077 # It's unlikely that any of the Kuril Islands were involved in such a switch,
3078 # as the South and Middle Kurils have been on UTC+11 (SAKT) with the rest of
3079 # Sakhalin Oblast since at least 2011-09, and the North Kurils have been on
3080 # UTC+12 since at least then, too.
3081 
3082 Zone Asia/Ust-Nera       9:32:54 -      LMT     1919 Dec 15
3083                          8:00   -       YAKT    1930 Jun 21 # Yakutsk Time
3084                          9:00   Russia  YAKT    1981 Apr  1
3085                         11:00   Russia  MAG%sT  1991 Mar 31  2:00s
3086                         10:00   Russia  MAG%sT  1992 Jan 19  2:00s
3087                         11:00   Russia  MAG%sT  2011 Mar 27  2:00s
3088                         12:00   -       MAGT    2011 Sep 13  0:00s # Decree 725?
3089                         11:00   -       VLAT    2014 Oct 26  2:00s
3090                         10:00   -       VLAT
3091 
3092 
3093 # From Tim Parenti (2014-07-03), per Oscar van Vlijmen (2001-08-25):
3094 # Asia/Kamchatka covers...
3095 # 91    RU-KAM  Kamchatka Krai
3096 #
3097 # Note: Effective 2007-07-01, (41) Kamchatka Oblast and (82) Koryak
3098 # Autonomous Okrug merged to form (91, RU-KAM) Kamchatka Krai.
3099 
3100 # The Zone name should be Asia/Petropavlovsk-Kamchatski or perhaps
3101 # Asia/Petropavlovsk-Kamchatsky, but these are too long.
3102 Zone Asia/Kamchatka     10:34:36 -      LMT     1922 Nov 10
3103                         11:00   -       PETT    1930 Jun 21 # P-K Time
3104                         12:00   Russia  PET%sT  1991 Mar 31  2:00s
3105                         11:00   Russia  PET%sT  1992 Jan 19  2:00s
3106                         12:00   Russia  PET%sT  2010 Mar 28  2:00s
3107                         11:00   Russia  PET%sT  2011 Mar 27  2:00s
3108                         12:00   -       PETT
3109 
3110 
3111 # From Tim Parenti (2014-07-03):
3112 # Asia/Anadyr covers...
3113 # 87    RU-CHU  Chukotka Autonomous Okrug
3114 
3115 Zone Asia/Anadyr        11:49:56 -      LMT     1924 May  2
3116                         12:00   -       ANAT    1930 Jun 21 # Anadyr Time
3117                         13:00   Russia  ANA%sT  1982 Apr  1  0:00s
3118                         12:00   Russia  ANA%sT  1991 Mar 31  2:00s
3119                         11:00   Russia  ANA%sT  1992 Jan 19  2:00s
3120                         12:00   Russia  ANA%sT  2010 Mar 28  2:00s
3121                         11:00   Russia  ANA%sT  2011 Mar 27  2:00s
3122                         12:00   -       ANAT
3123 
3124 
3125 # San Marino
3126 # See Europe/Rome.
3127 
3128 # Serbia
3129 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
3130 Zone    Europe/Belgrade 1:22:00 -       LMT     1884
3131                         1:00    -       CET     1941 Apr 18 23:00
3132                         1:00    C-Eur   CE%sT   1945
3133                         1:00    -       CET     1945 May  8  2:00s
3134                         1:00    1:00    CEST    1945 Sep 16  2:00s
3135 # Metod Koželj reports that the legal date of
3136 # transition to EU rules was 1982-11-27, for all of Yugoslavia at the time.
3137 # Shanks & Pottenger don't give as much detail, so go with Koželj.
3138                         1:00    -       CET     1982 Nov 27
3139                         1:00    EU      CE%sT
3140 Link Europe/Belgrade Europe/Ljubljana   # Slovenia
3141 Link Europe/Belgrade Europe/Podgorica   # Montenegro
3142 Link Europe/Belgrade Europe/Sarajevo    # Bosnia and Herzegovina
3143 Link Europe/Belgrade Europe/Skopje      # Macedonia
3144 Link Europe/Belgrade Europe/Zagreb      # Croatia
3145 
3146 # Slovakia
3147 Link Europe/Prague Europe/Bratislava
3148 
3149 # Slovenia
3150 # See Europe/Belgrade.
3151 
3152 # Spain
3153 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
3154 # For 1917-1919 Whitman gives Apr Sat>=1 - Oct Sat>=1;
3155 # go with Shanks & Pottenger.
3156 Rule    Spain   1917    only    -       May      5      23:00s  1:00    S
3157 Rule    Spain   1917    1919    -       Oct      6      23:00s  0       -
3158 Rule    Spain   1918    only    -       Apr     15      23:00s  1:00    S
3159 Rule    Spain   1919    only    -       Apr      5      23:00s  1:00    S
3160 # Whitman gives 1921 Feb 28 - Oct 14; go with Shanks & Pottenger.
3161 Rule    Spain   1924    only    -       Apr     16      23:00s  1:00    S
3162 # Whitman gives 1924 Oct 14; go with Shanks & Pottenger.
3163 Rule    Spain   1924    only    -       Oct      4      23:00s  0       -
3164 Rule    Spain   1926    only    -       Apr     17      23:00s  1:00    S
3165 # Whitman says no DST in 1929; go with Shanks & Pottenger.
3166 Rule    Spain   1926    1929    -       Oct     Sat>=1       23:00s  0       -
3167 Rule    Spain   1927    only    -       Apr      9      23:00s  1:00    S
3168 Rule    Spain   1928    only    -       Apr     14      23:00s  1:00    S
3169 Rule    Spain   1929    only    -       Apr     20      23:00s  1:00    S
3170 # Whitman gives 1937 Jun 16, 1938 Apr 16, 1940 Apr 13;
3171 # go with Shanks & Pottenger.
3172 Rule    Spain   1937    only    -       May     22      23:00s  1:00    S
3173 Rule    Spain   1937    1939    -       Oct     Sat>=1       23:00s  0       -
3174 Rule    Spain   1938    only    -       Mar     22      23:00s  1:00    S
3175 Rule    Spain   1939    only    -       Apr     15      23:00s  1:00    S
3176 Rule    Spain   1940    only    -       Mar     16      23:00s  1:00    S
3177 # Whitman says no DST 1942-1945; go with Shanks & Pottenger.
3178 Rule    Spain   1942    only    -       May      2      22:00s  2:00    M # Midsummer
3179 Rule    Spain   1942    only    -       Sep      1      22:00s  1:00    S
3180 Rule    Spain   1943    1946    -       Apr     Sat>=13      22:00s  2:00    M
3181 Rule    Spain   1943    only    -       Oct      3      22:00s  1:00    S
3182 Rule    Spain   1944    only    -       Oct     10      22:00s  1:00    S
3183 Rule    Spain   1945    only    -       Sep     30       1:00   1:00    S
3184 Rule    Spain   1946    only    -       Sep     30       0:00   0       -
3185 Rule    Spain   1949    only    -       Apr     30      23:00   1:00    S
3186 Rule    Spain   1949    only    -       Sep     30       1:00   0       -
3187 Rule    Spain   1974    1975    -       Apr     Sat>=13      23:00   1:00    S
3188 Rule    Spain   1974    1975    -       Oct     Sun>=1        1:00   0       -
3189 Rule    Spain   1976    only    -       Mar     27      23:00   1:00    S
3190 Rule    Spain   1976    1977    -       Sep     lastSun  1:00   0       -
3191 Rule    Spain   1977    1978    -       Apr      2      23:00   1:00    S
3192 Rule    Spain   1978    only    -       Oct      1       1:00   0       -
3193 # The following rules are copied from Morocco from 1967 through 1978.
3194 Rule SpainAfrica 1967   only    -       Jun      3      12:00   1:00    S
3195 Rule SpainAfrica 1967   only    -       Oct      1       0:00   0       -
3196 Rule SpainAfrica 1974   only    -       Jun     24       0:00   1:00    S
3197 Rule SpainAfrica 1974   only    -       Sep      1       0:00   0       -
3198 Rule SpainAfrica 1976   1977    -       May      1       0:00   1:00    S
3199 Rule SpainAfrica 1976   only    -       Aug      1       0:00   0       -
3200 Rule SpainAfrica 1977   only    -       Sep     28       0:00   0       -
3201 Rule SpainAfrica 1978   only    -       Jun      1       0:00   1:00    S
3202 Rule SpainAfrica 1978   only    -       Aug      4       0:00   0       -
3203 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
3204 Zone    Europe/Madrid   -0:14:44 -      LMT     1901 Jan  1  0:00s
3205                          0:00   Spain   WE%sT   1946 Sep 30
3206                          1:00   Spain   CE%sT   1979
3207                          1:00   EU      CE%sT
3208 Zone    Africa/Ceuta    -0:21:16 -      LMT     1901
3209                          0:00   -       WET     1918 May  6 23:00
3210                          0:00   1:00    WEST    1918 Oct  7 23:00
3211                          0:00   -       WET     1924
3212                          0:00   Spain   WE%sT   1929
3213                          0:00 SpainAfrica WE%sT 1984 Mar 16
3214                          1:00   -       CET     1986
3215                          1:00   EU      CE%sT
3216 Zone    Atlantic/Canary -1:01:36 -      LMT     1922 Mar # Las Palmas de Gran C.
3217                         -1:00   -       CANT    1946 Sep 30  1:00 # Canaries T
3218                          0:00   -       WET     1980 Apr  6  0:00s
3219                          0:00   1:00    WEST    1980 Sep 28  1:00u
3220                          0:00   EU      WE%sT
3221 # IATA SSIM (1996-09) says the Canaries switch at 2:00u, not 1:00u.
3222 # Ignore this for now, as the Canaries are part of the EU.
3223 
3224 # Sweden
3225 
3226 # From Ivan Nilsson (2001-04-13), superseding Shanks & Pottenger:
3227 #
3228 # The law "Svensk författningssamling 1878, no 14" about standard time in 1879:
3229 # From the beginning of 1879 (that is 01-01 00:00) the time for all
3230 # places in the country is "the mean solar time for the meridian at
3231 # three degrees, or twelve minutes of time, to the west of the
3232 # meridian of the Observatory of Stockholm".  The law is dated 1878-05-31.
3233 #
3234 # The observatory at that time had the meridian 18 degrees 03' 30"
3235 # eastern longitude = 01:12:14 in time.  Less 12 minutes gives the
3236 # national standard time as 01:00:14 ahead of GMT....
3237 #
3238 # About the beginning of CET in Sweden. The lawtext ("Svensk
3239 # författningssamling 1899, no 44") states, that "from the beginning
3240 # of 1900... ... the same as the mean solar time for the meridian at
3241 # the distance of one hour of time from the meridian of the English
3242 # observatory at Greenwich, or at 12 minutes 14 seconds to the west
3243 # from the meridian of the Observatory of Stockholm". The law is dated
3244 # 1899-06-16.  In short: At 1900-01-01 00:00:00 the new standard time
3245 # in Sweden is 01:00:00 ahead of GMT.
3246 #
3247 # 1916: The lawtext ("Svensk författningssamling 1916, no 124") states
3248 # that "1916-05-15 is considered to begin one hour earlier". It is
3249 # pretty obvious that at 05-14 23:00 the clocks are set to 05-15 00:00....
3250 # Further the law says, that "1916-09-30 is considered to end one hour later".
3251 #
3252 # The laws regulating [DST] are available on the site of the Swedish
3253 # Parliament beginning with 1985 - the laws regulating 1980/1984 are
3254 # not available on the site (to my knowledge they are only available
3255 # in Swedish): <http://www.riksdagen.se/english/work/sfst.asp> (type
3256 # "sommartid" without the quotes in the field "Fritext" and then click
3257 # the Sök-button).
3258 #
3259 # (2001-05-13):
3260 #
3261 # I have now found a newspaper stating that at 1916-10-01 01:00
3262 # summertime the church-clocks etc were set back one hour to show
3263 # 1916-10-01 00:00 standard time.  The article also reports that some
3264 # people thought the switch to standard time would take place already
3265 # at 1916-10-01 00:00 summer time, but they had to wait for another
3266 # hour before the event took place.
3267 #
3268 # Source: The newspaper "Dagens Nyheter", 1916-10-01, page 7 upper left.
3269 
3270 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
3271 Zone Europe/Stockholm   1:12:12 -       LMT     1879 Jan  1
3272                         1:00:14 -       SET     1900 Jan  1 # Swedish Time
3273                         1:00    -       CET     1916 May 14 23:00
3274                         1:00    1:00    CEST    1916 Oct  1  1:00
3275                         1:00    -       CET     1980
3276                         1:00    EU      CE%sT
3277 
3278 # Switzerland
3279 # From Howse:
3280 # By the end of the 18th century clocks and watches became commonplace
3281 # and their performance improved enormously.  Communities began to keep
3282 # mean time in preference to apparent time - Geneva from 1780 ....
3283 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
3284 # From Whitman (who writes "Midnight?"):
3285 # Rule  Swiss   1940    only    -       Nov      2      0:00    1:00    S
3286 # Rule  Swiss   1940    only    -       Dec     31      0:00    0       -
3287 # From Shanks & Pottenger:
3288 # Rule  Swiss   1941    1942    -       May     Sun>=1       2:00    1:00    S
3289 # Rule  Swiss   1941    1942    -       Oct     Sun>=1       0:00    0       -
3290 
3291 # From Alois Treindl (2008-12-17):
3292 # I have researched the DST usage in Switzerland during the 1940ies.
3293 #
3294 # As I wrote in an earlier message, I suspected the current tzdata values
3295 # to be wrong. This is now verified.
3296 #
3297 # I have found copies of the original ruling by the Swiss Federal
3298 # government, in 'Eidgenössische Gesetzessammlung 1941 and 1942' (Swiss
3299 # federal law collection)...
3300 #
3301 # DST began on Monday 5 May 1941, 1:00 am by shifting the clocks to 2:00 am
3302 # DST ended on Monday 6 Oct 1941, 2:00 am by shifting the clocks to 1:00 am.
3303 #
3304 # DST began on Monday, 4 May 1942 at 01:00 am
3305 # DST ended on Monday, 5 Oct 1942 at 02:00 am
3306 #
3307 # There was no DST in 1940, I have checked the law collection carefully.
3308 # It is also indicated by the fact that the 1942 entry in the law
3309 # collection points back to 1941 as a reference, but no reference to any
3310 # other years are made.
3311 #
3312 # Newspaper articles I have read in the archives on 6 May 1941 reported
3313 # about the introduction of DST (Sommerzeit in German) during the previous
3314 # night as an absolute novelty, because this was the first time that such
3315 # a thing had happened in Switzerland.
3316 #
3317 # I have also checked 1916, because one book source (Gabriel, Traité de
3318 # l'heure dans le monde) claims that Switzerland had DST in 1916. This is
3319 # false, no official document could be found. Probably Gabriel got misled
3320 # by references to Germany, which introduced DST in 1916 for the first time.
3321 #
3322 # The tzdata rules for Switzerland must be changed to:
3323 # Rule  Swiss   1941    1942    -       May     Mon>=1  1:00    1:00    S
3324 # Rule  Swiss   1941    1942    -       Oct     Mon>=1  2:00    0       -
3325 #
3326 # The 1940 rules must be deleted.
3327 #
3328 # One further detail for Switzerland, which is probably out of scope for
3329 # most users of tzdata: The [Europe/Zurich zone] ...
3330 # describes all of Switzerland correctly, with the exception of
3331 # the Canton de Genève (Geneva, Genf). Between 1848 and 1894 Geneva did not
3332 # follow Bern Mean Time but kept its own local mean time.
3333 # To represent this, an extra zone would be needed.
3334 #
3335 # From Alois Treindl (2013-09-11):
3336 # The Federal regulations say
3337 # http://www.admin.ch/opc/de/classified-compilation/20071096/index.html
3338 # ... the meridian for Bern mean time ... is 7 degrees 26' 22.50".
3339 # Expressed in time, it is 0h29m45.5s.
3340 
3341 # From Pierre-Yves Berger (2013-09-11):
3342 # the "Circulaire du conseil fédéral" (December 11 1893)
3343 # http://www.amtsdruckschriften.bar.admin.ch/viewOrigDoc.do?id=10071353
3344 # clearly states that the [1894-06-01] change should be done at midnight
3345 # but if no one is present after 11 at night, could be postponed until one
3346 # hour before the beginning of service.
3347 
3348 # From Paul Eggert (2013-09-11):
3349 # Round BMT to the nearest even second, 0:29:46.
3350 #
3351 # We can find no reliable source for Shanks's assertion that all of Switzerland
3352 # except Geneva switched to Bern Mean Time at 00:00 on 1848-09-12.  This book:
3353 #
3354 #       Jakob Messerli. Gleichmässig, pünktlich, schnell. Zeiteinteilung und
3355 #       Zeitgebrauch in der Schweiz im 19. Jahrhundert. Chronos, Zurich 1995,
3356 #       ISBN 3-905311-68-2, OCLC 717570797.
3357 #
3358 # suggests that the transition was more gradual, and that the Swiss did not
3359 # agree about civil time during the transition.  The timekeeping it gives the
3360 # most detail for is postal and telegraph time: here, federal legislation (the
3361 # "Bundesgesetz über die Erstellung von elektrischen Telegraphen") passed on
3362 # 1851-11-23, and an official implementation notice was published 1853-07-16
3363 # (Bundesblatt 1853, Bd. II, S. 859).  On p 72 Messerli writes that in
3364 # practice since July 1853 Bernese time was used in "all postal and telegraph
3365 # offices in Switzerland from Geneva to St. Gallen and Basel to Chiasso"
3366 # (Google translation).  For now, model this transition as occurring on
3367 # 1853-07-16, though it probably occurred at some other date in Zurich, and
3368 # legal civil time probably changed at still some other transition date.
3369 
3370 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
3371 Rule    Swiss   1941    1942    -       May     Mon>=1       1:00    1:00    S
3372 Rule    Swiss   1941    1942    -       Oct     Mon>=1       2:00    0       -
3373 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
3374 Zone    Europe/Zurich   0:34:08 -       LMT     1853 Jul 16 # See above comment.
3375                         0:29:46 -       BMT     1894 Jun    # Bern Mean Time
3376                         1:00    Swiss   CE%sT   1981
3377                         1:00    EU      CE%sT
3378 
3379 # Turkey
3380 
3381 # From Amar Devegowda (2007-01-03):
3382 # The time zone rules for Istanbul, Turkey have not been changed for years now.
3383 # ... The latest rules are available at:
3384 # http://www.timeanddate.com/worldclock/timezone.html?n=107
3385 # From Steffen Thorsen (2007-01-03):
3386 # I have been able to find press records back to 1996 which all say that
3387 # DST started 01:00 local time and end at 02:00 local time.  I am not sure
3388 # what happened before that.  One example for each year from 1996 to 2001:
3389 # http://newspot.byegm.gov.tr/arsiv/1996/21/N4.htm
3390 # http://www.byegm.gov.tr/YAYINLARIMIZ/CHR/ING97/03/97X03X25.TXT
3391 # http://www.byegm.gov.tr/YAYINLARIMIZ/CHR/ING98/03/98X03X02.HTM
3392 # http://www.byegm.gov.tr/YAYINLARIMIZ/CHR/ING99/10/99X10X26.HTM#%2016
3393 # http://www.byegm.gov.tr/YAYINLARIMIZ/CHR/ING2000/03/00X03X06.HTM#%2021
3394 # http://www.byegm.gov.tr/YAYINLARIMIZ/CHR/ING2001/03/23x03x01.HTM#%2027
3395 # From Paul Eggert (2007-01-03):
3396 # Prefer the above source to Shanks & Pottenger for time stamps after 1990.
3397 
3398 # From Steffen Thorsen (2007-03-09):
3399 # Starting 2007 though, it seems that they are adopting EU's 1:00 UTC
3400 # start/end time, according to the following page (2007-03-07):
3401 # http://www.ntvmsnbc.com/news/402029.asp
3402 # The official document is located here - it is in Turkish...:
3403 # http://rega.basbakanlik.gov.tr/eskiler/2007/03/20070307-7.htm
3404 # I was able to locate the following seemingly official document
3405 # (on a non-government server though) describing dates between 2002 and 2006:
3406 # http://www.alomaliye.com/bkk_2002_3769.htm
3407 
3408 # From Gökdeniz Karadağ (2011-03-10):
3409 # According to the articles linked below, Turkey will change into summer
3410 # time zone (GMT+3) on March 28, 2011 at 3:00 a.m. instead of March 27.
3411 # This change is due to a nationwide exam on 27th.
3412 # http://www.worldbulletin.net/?aType=haber&ArticleID=70872
3413 # Turkish:
3414 # http://www.hurriyet.com.tr/ekonomi/17230464.asp?gid=373
3415 
3416 # From Faruk Pasin (2014-02-14):
3417 # The DST for Turkey has been changed for this year because of the
3418 # Turkish Local election....
3419 # http://www.sabah.com.tr/Ekonomi/2014/02/12/yaz-saatinde-onemli-degisiklik
3420 # ... so Turkey will move clocks forward one hour on March 31 at 3:00 a.m.
3421 # From Randal L. Schwartz (2014-04-15):
3422 # Having landed on a flight from the states to Istanbul (via AMS) on March 31,
3423 # I can tell you that NOBODY (even the airlines) respected this timezone DST
3424 # change delay.  Maybe the word just didn't get out in time.
3425 # From Paul Eggert (2014-06-15):
3426 # The press reported massive confusion, as election officials obeyed the rule
3427 # change but cell phones (and airline baggage systems) did not.  See:
3428 # Kostidis M. Eventful elections in Turkey. Balkan News Agency
3429 # http://www.balkaneu.com/eventful-elections-turkey/ 2014-03-30.
3430 # I guess the best we can do is document the official time.
3431 
3432 # From Fatih (2015-09-29):
3433 # It's officially announced now by the Ministry of Energy.
3434 # Turkey delays winter time to 8th of November 04:00
3435 # http://www.aa.com.tr/tr/turkiye/yaz-saati-uygulamasi-8-kasimda-sona-erecek/362217
3436 #
3437 # From BBC News (2015-10-25):
3438 # Confused Turks are asking "what's the time?" after automatic clocks defied a
3439 # government decision ... "For the next two weeks #Turkey is on EEST... Erdogan
3440 # Engineered Standard Time," said Twitter user @aysekarahasan.
3441 # http://www.bbc.com/news/world-europe-34631326
3442 
3443 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
3444 Rule    Turkey  1916    only    -       May      1      0:00    1:00    S
3445 Rule    Turkey  1916    only    -       Oct      1      0:00    0       -
3446 Rule    Turkey  1920    only    -       Mar     28      0:00    1:00    S
3447 Rule    Turkey  1920    only    -       Oct     25      0:00    0       -
3448 Rule    Turkey  1921    only    -       Apr      3      0:00    1:00    S
3449 Rule    Turkey  1921    only    -       Oct      3      0:00    0       -
3450 Rule    Turkey  1922    only    -       Mar     26      0:00    1:00    S
3451 Rule    Turkey  1922    only    -       Oct      8      0:00    0       -
3452 # Whitman gives 1923 Apr 28 - Sep 16 and no DST in 1924-1925;
3453 # go with Shanks & Pottenger.
3454 Rule    Turkey  1924    only    -       May     13      0:00    1:00    S
3455 Rule    Turkey  1924    1925    -       Oct      1      0:00    0       -
3456 Rule    Turkey  1925    only    -       May      1      0:00    1:00    S
3457 Rule    Turkey  1940    only    -       Jun     30      0:00    1:00    S
3458 Rule    Turkey  1940    only    -       Oct      5      0:00    0       -
3459 Rule    Turkey  1940    only    -       Dec      1      0:00    1:00    S
3460 Rule    Turkey  1941    only    -       Sep     21      0:00    0       -
3461 Rule    Turkey  1942    only    -       Apr      1      0:00    1:00    S
3462 # Whitman omits the next two transition and gives 1945 Oct 1;
3463 # go with Shanks & Pottenger.
3464 Rule    Turkey  1942    only    -       Nov      1      0:00    0       -
3465 Rule    Turkey  1945    only    -       Apr      2      0:00    1:00    S
3466 Rule    Turkey  1945    only    -       Oct      8      0:00    0       -
3467 Rule    Turkey  1946    only    -       Jun      1      0:00    1:00    S
3468 Rule    Turkey  1946    only    -       Oct      1      0:00    0       -
3469 Rule    Turkey  1947    1948    -       Apr     Sun>=16      0:00    1:00    S
3470 Rule    Turkey  1947    1950    -       Oct     Sun>=2       0:00    0       -
3471 Rule    Turkey  1949    only    -       Apr     10      0:00    1:00    S
3472 Rule    Turkey  1950    only    -       Apr     19      0:00    1:00    S
3473 Rule    Turkey  1951    only    -       Apr     22      0:00    1:00    S
3474 Rule    Turkey  1951    only    -       Oct      8      0:00    0       -
3475 Rule    Turkey  1962    only    -       Jul     15      0:00    1:00    S
3476 Rule    Turkey  1962    only    -       Oct      8      0:00    0       -
3477 Rule    Turkey  1964    only    -       May     15      0:00    1:00    S
3478 Rule    Turkey  1964    only    -       Oct      1      0:00    0       -
3479 Rule    Turkey  1970    1972    -       May     Sun>=2       0:00    1:00    S
3480 Rule    Turkey  1970    1972    -       Oct     Sun>=2       0:00    0       -
3481 Rule    Turkey  1973    only    -       Jun      3      1:00    1:00    S
3482 Rule    Turkey  1973    only    -       Nov      4      3:00    0       -
3483 Rule    Turkey  1974    only    -       Mar     31      2:00    1:00    S
3484 Rule    Turkey  1974    only    -       Nov      3      5:00    0       -
3485 Rule    Turkey  1975    only    -       Mar     30      0:00    1:00    S
3486 Rule    Turkey  1975    1976    -       Oct     lastSun 0:00    0       -
3487 Rule    Turkey  1976    only    -       Jun      1      0:00    1:00    S
3488 Rule    Turkey  1977    1978    -       Apr     Sun>=1       0:00    1:00    S
3489 Rule    Turkey  1977    only    -       Oct     16      0:00    0       -
3490 Rule    Turkey  1979    1980    -       Apr     Sun>=1       3:00    1:00    S
3491 Rule    Turkey  1979    1982    -       Oct     Mon>=11      0:00    0       -
3492 Rule    Turkey  1981    1982    -       Mar     lastSun 3:00    1:00    S
3493 Rule    Turkey  1983    only    -       Jul     31      0:00    1:00    S
3494 Rule    Turkey  1983    only    -       Oct      2      0:00    0       -
3495 Rule    Turkey  1985    only    -       Apr     20      0:00    1:00    S
3496 Rule    Turkey  1985    only    -       Sep     28      0:00    0       -
3497 Rule    Turkey  1986    1990    -       Mar     lastSun 2:00s   1:00    S
3498 Rule    Turkey  1986    1990    -       Sep     lastSun 2:00s   0       -
3499 Rule    Turkey  1991    2006    -       Mar     lastSun 1:00s   1:00    S
3500 Rule    Turkey  1991    1995    -       Sep     lastSun 1:00s   0       -
3501 Rule    Turkey  1996    2006    -       Oct     lastSun 1:00s   0       -
3502 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
3503 Zone    Europe/Istanbul 1:55:52 -       LMT     1880
3504                         1:56:56 -       IMT     1910 Oct # Istanbul Mean Time?
3505                         2:00    Turkey  EE%sT   1978 Oct 15
3506                         3:00    Turkey  TR%sT   1985 Apr 20 # Turkey Time
3507                         2:00    Turkey  EE%sT   2007
3508                         2:00    EU      EE%sT   2011 Mar 27  1:00u
3509                         2:00    -       EET     2011 Mar 28  1:00u
3510                         2:00    EU      EE%sT   2014 Mar 30  1:00u
3511                         2:00    -       EET     2014 Mar 31  1:00u
3512                         2:00    EU      EE%sT   2015 Oct 25  1:00u
3513                         2:00    1:00    EEST    2015 Nov  8  1:00u
3514                         2:00    EU      EE%sT
3515 Link    Europe/Istanbul Asia/Istanbul   # Istanbul is in both continents.
3516 
3517 # Ukraine
3518 #
3519 # From Igor Karpov, who works for the Ukrainian Ministry of Justice,
3520 # via Garrett Wollman (2003-01-27):
3521 # BTW, I've found the official document on this matter. It's government
3522 # regulations No. 509, May 13, 1996. In my poor translation it says:
3523 # "Time in Ukraine is set to second timezone (Kiev time). Each last Sunday
3524 # of March at 3am the time is changing to 4am and each last Sunday of
3525 # October the time at 4am is changing to 3am"
3526 
3527 # From Alexander Krivenyshev (2011-09-20):
3528 # On September 20, 2011 the deputies of the Verkhovna Rada agreed to
3529 # abolish the transfer clock to winter time.
3530 #
3531 # Bill No. 8330 of MP from the Party of Regions Oleg Nadoshi got
3532 # approval from 266 deputies.
3533 #
3534 # Ukraine abolishes transfer back to the winter time (in Russian)
3535 # http://news.mail.ru/politics/6861560/
3536 #
3537 # The Ukrainians will no longer change the clock (in Russian)
3538 # http://www.segodnya.ua/news/14290482.html
3539 #
3540 # Deputies cancelled the winter time (in Russian)
3541 # http://www.pravda.com.ua/rus/news/2011/09/20/6600616/
3542 #
3543 # From Philip Pizzey (2011-10-18):
3544 # Today my Ukrainian colleagues have informed me that the
3545 # Ukrainian parliament have decided that they will go to winter
3546 # time this year after all.
3547 #
3548 # From Udo Schwedt (2011-10-18):
3549 # As far as I understand, the recent change to the Ukrainian time zone
3550 # (Europe/Kiev) to introduce permanent daylight saving time (similar
3551 # to Russia) was reverted today:
3552 # http://portal.rada.gov.ua/rada/control/en/publish/article/info_left?art_id=287324&cat_id=105995
3553 #
3554 # Also reported by Alexander Bokovoy (2011-10-18) who also noted:
3555 # The law documents themselves are at
3556 # http://w1.c1.rada.gov.ua/pls/zweb_n/webproc4_1?id=&pf3511=41484
3557 
3558 # From Vladimir in Moscow via Alois Treindl re Kiev time 1991/2 (2014-02-28):
3559 # First in Ukraine they changed Time zone from UTC+3 to UTC+2 with DST:
3560 #       03 25 1990 02:00 -03.00 1       Time Zone 3 with DST
3561 #       07 01 1990 02:00 -02.00 1       Time Zone 2 with DST
3562 # * Ukrainian Government's Resolution of 18.06.1990, No. 134.
3563 # http://search.ligazakon.ua/l_doc2.nsf/link1/T001500.html
3564 #
3565 # They did not end DST in September, 1990 (according to the law,
3566 # "summer time" was still in action):
3567 #       09 30 1990 03:00 -02.00 1       Time Zone 2 with DST
3568 # * Ukrainian Government's Resolution of 21.09.1990, No. 272.
3569 # http://search.ligazakon.ua/l_doc2.nsf/link1/KP900272.html
3570 #
3571 # Again no change in March, 1991 ("summer time" in action):
3572 #       03 31 1991 02:00 -02.00 1       Time Zone 2 with DST
3573 #
3574 # DST ended in September 1991 ("summer time" ended):
3575 #       09 29 1991 03:00 -02.00 0       Time Zone 2, no DST
3576 # * Ukrainian Government's Resolution of 25.09.1991, No. 225.
3577 # http://www.uazakon.com/documents/date_21/pg_iwgdoc.htm
3578 # This is an answer.
3579 #
3580 # Since 1992 they had normal DST procedure:
3581 #       03 29 1992 02:00 -02.00 1       DST started
3582 #       09 27 1992 03:00 -02.00 0       DST ended
3583 # * Ukrainian Government's Resolution of 20.03.1992, No. 139.
3584 # http://www.uazakon.com/documents/date_8u/pg_grcasa.htm
3585 
3586 # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
3587 # Most of Ukraine since 1970 has been like Kiev.
3588 # "Kyiv" is the transliteration of the Ukrainian name, but
3589 # "Kiev" is more common in English.
3590 Zone Europe/Kiev        2:02:04 -       LMT     1880
3591                         2:02:04 -       KMT     1924 May  2 # Kiev Mean Time
3592                         2:00    -       EET     1930 Jun 21
3593                         3:00    -       MSK     1941 Sep 20
3594                         1:00    C-Eur   CE%sT   1943 Nov  6
3595                         3:00    Russia  MSK/MSD 1990 Jul  1  2:00
3596                         2:00    1:00    EEST    1991 Sep 29  3:00
3597                         2:00    E-Eur   EE%sT   1995
3598                         2:00    EU      EE%sT
3599 # Ruthenia used CET 1990/1991.
3600 # "Uzhhorod" is the transliteration of the Rusyn/Ukrainian pronunciation, but
3601 # "Uzhgorod" is more common in English.
3602 Zone Europe/Uzhgorod    1:29:12 -       LMT     1890 Oct
3603                         1:00    -       CET     1940
3604                         1:00    C-Eur   CE%sT   1944 Oct
3605                         1:00    1:00    CEST    1944 Oct 26
3606                         1:00    -       CET     1945 Jun 29
3607                         3:00    Russia  MSK/MSD 1990
3608                         3:00    -       MSK     1990 Jul  1  2:00
3609                         1:00    -       CET     1991 Mar 31  3:00
3610                         2:00    -       EET     1992
3611                         2:00    E-Eur   EE%sT   1995
3612                         2:00    EU      EE%sT
3613 # Zaporozh'ye and eastern Lugansk oblasts observed DST 1990/1991.
3614 # "Zaporizhia" is the transliteration of the Ukrainian name, but
3615 # "Zaporozh'ye" is more common in English.  Use the common English
3616 # spelling, except omit the apostrophe as it is not allowed in
3617 # portable Posix file names.
3618 Zone Europe/Zaporozhye  2:20:40 -       LMT     1880
3619                         2:20    -       CUT     1924 May  2 # Central Ukraine T
3620                         2:00    -       EET     1930 Jun 21
3621                         3:00    -       MSK     1941 Aug 25
3622                         1:00    C-Eur   CE%sT   1943 Oct 25
3623                         3:00    Russia  MSK/MSD 1991 Mar 31  2:00
3624                         2:00    E-Eur   EE%sT   1995
3625                         2:00    EU      EE%sT
3626 
3627 # Vatican City
3628 # See Europe/Rome.
3629 
3630 ###############################################################################
3631 
3632 # One source shows that Bulgaria, Cyprus, Finland, and Greece observe DST from
3633 # the last Sunday in March to the last Sunday in September in 1986.
3634 # The source shows Romania changing a day later than everybody else.
3635 #
3636 # According to Bernard Sieloff's source, Poland is in the MET time zone but
3637 # uses the WE DST rules.  The Western USSR uses EET+1 and ME DST rules.
3638 # Bernard Sieloff's source claims Romania switches on the same day, but at
3639 # 00:00 standard time (i.e., 01:00 DST).  It also claims that Turkey
3640 # switches on the same day, but switches on at 01:00 standard time
3641 # and off at 00:00 standard time (i.e., 01:00 DST)
3642 
3643 # ...
3644 # Date: Wed, 28 Jan 87 16:56:27 -0100
3645 # From: Tom Hofmann
3646 # ...
3647 #
3648 # ...the European time rules are...standardized since 1981, when
3649 # most European countries started DST.  Before that year, only
3650 # a few countries (UK, France, Italy) had DST, each according
3651 # to own national rules.  In 1981, however, DST started on
3652 # 'Apr firstSun', and not on 'Mar lastSun' as in the following
3653 # years...
3654 # But also since 1981 there are some more national exceptions
3655 # than listed in 'europe': Switzerland, for example, joined DST
3656 # one year later, Denmark ended DST on 'Oct 1' instead of 'Sep
3657 # lastSun' in 1981 - I don't know how they handle now.
3658 #
3659 # Finally, DST ist always from 'Apr 1' to 'Oct 1' in the
3660 # Soviet Union (as far as I know).
3661 #
3662 # Tom Hofmann, Scientific Computer Center, CIBA-GEIGY AG,
3663 # 4002 Basle, Switzerland
3664 # ...
3665 
3666 # ...
3667 # Date: Wed, 4 Feb 87 22:35:22 +0100
3668 # From: Dik T. Winter
3669 # ...
3670 #
3671 # The information from Tom Hofmann is (as far as I know) not entirely correct.
3672 # After a request from chongo at amdahl I tried to retrieve all information
3673 # about DST in Europe.  I was able to find all from about 1969.
3674 #
3675 # ...standardization on DST in Europe started in about 1977 with switches on
3676 # first Sunday in April and last Sunday in September...
3677 # In 1981 UK joined Europe insofar that
3678 # the starting day for both shifted to last Sunday in March.  And from 1982
3679 # the whole of Europe used DST, with switch dates April 1 and October 1 in
3680 # the Sov[i]et Union.  In 1985 the SU reverted to standard Europe[a]n switch
3681 # dates...
3682 #
3683 # It should also be remembered that time-zones are not constants; e.g.
3684 # Portugal switched in 1976 from MET (or CET) to WET with DST...
3685 # Note also that though there were rules for switch dates not
3686 # all countries abided to these dates, and many individual deviations
3687 # occurred, though not since 1982 I believe.  Another note: it is always
3688 # assumed that DST is 1 hour ahead of normal time, this need not be the
3689 # case; at least in the Netherlands there have been times when DST was 2 hours
3690 # in advance of normal time.
3691 #
3692 # ...
3693 # dik t. winter, cwi, amsterdam, nederland
3694 # ...
3695 
3696 # From Bob Devine (1988-01-28):
3697 # ...
3698 # Greece: Last Sunday in April to last Sunday in September (iffy on dates).
3699 # Since 1978.  Change at midnight.
3700 # ...
3701 # Monaco: has same DST as France.
3702 # ...