Print this page
6402 Update zoneinfo to 2015g
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Reviewed by: Marcel Telka <marcel@telka.sk>
Approved by:
        
*** 317,379 ****
  # Sarah El Deeb and Lee Keath of AP report that the Egyptian government says
  # the change is because of blackouts in Cairo, even though Ahram Online (cited
  # above) says DST had no affect on electricity consumption.  There is
  # no information about when DST will end this fall.  See:
  # http://abcnews.go.com/International/wireStory/el-sissi-pushes-egyptians-line-23614833
  #
! # For now, guess that later spring and fall transitions will use
! # 2010's rules, and guess that Egypt will switch to standard time at
! # 24:00 the last Thursday before Ramadan, and back to DST at 00:00 the
! # first Friday after Ramadan.  To implement this,
! # transition dates for 2015 through 2037 were determined by running
! # the following program under GNU Emacs 24.3, with the results integrated
! # by hand into the table below.  Ramadan again intrudes on the guessed
! # DST starting in 2038, but that's beyond our somewhat-arbitrary cutoff.
! # (let ((islamic-year 1436))
! #   (while (< islamic-year 1460)
! #     (let ((a (calendar-islamic-to-absolute (list 9 1 islamic-year)))
! #           (b (calendar-islamic-to-absolute (list 10 1 islamic-year)))
! #           (friday 5))
! #       (while (/= friday (mod a 7))
! #         (setq a (1- a)))
! #       (while (/= friday (mod b 7))
! #         (setq b (1+ b)))
! #       (setq a (1- a))
! #       (setq b (1- b))
! #       (setq a (calendar-gregorian-from-absolute a))
! #       (setq b (calendar-gregorian-from-absolute b))
! #       (insert
! #        (format
! #         (concat "Rule\tEgypt\t%d\tonly\t-\t%s\t%2d\t24:00\t0\t-\n"
! #                 "Rule\tEgypt\t%d\tonly\t-\t%s\t%2d\t24:00\t1:00\tS\n")
! #         (car (cdr (cdr a))) (calendar-month-name (car a) t) (car (cdr a))
! #         (car (cdr (cdr b))) (calendar-month-name (car b) t) (car (cdr b)))))
! #     (setq islamic-year (+ 1 islamic-year))))
  Rule    Egypt   2008    only    -       Aug     lastThu 24:00   0       -
  Rule    Egypt   2009    only    -       Aug     20      24:00   0       -
  Rule    Egypt   2010    only    -       Aug     10      24:00   0       -
  Rule    Egypt   2010    only    -       Sep      9      24:00   1:00    S
  Rule    Egypt   2010    only    -       Sep     lastThu 24:00   0       -
  Rule    Egypt   2014    only    -       May     15      24:00   1:00    S
  Rule    Egypt   2014    only    -       Jun     26      24:00   0       -
  Rule    Egypt   2014    only    -       Jul     31      24:00   1:00    S
! Rule    Egypt   2014    max     -       Sep     lastThu 24:00   0       -
! Rule    Egypt   2015    2019    -       Apr     lastFri  0:00s  1:00    S
! Rule    Egypt   2015    only    -       Jun     11      24:00   0       -
! Rule    Egypt   2015    only    -       Jul     23      24:00   1:00    S
! Rule    Egypt   2016    only    -       Jun      2      24:00   0       -
! Rule    Egypt   2016    only    -       Jul      7      24:00   1:00    S
! Rule    Egypt   2017    only    -       May     25      24:00   0       -
! Rule    Egypt   2017    only    -       Jun     29      24:00   1:00    S
! Rule    Egypt   2018    only    -       May     10      24:00   0       -
! Rule    Egypt   2018    only    -       Jun     14      24:00   1:00    S
! Rule    Egypt   2019    only    -       May      2      24:00   0       -
! Rule    Egypt   2019    only    -       Jun      6      24:00   1:00    S
! Rule    Egypt   2020    only    -       May     28      24:00   1:00    S
! Rule    Egypt   2021    only    -       May     13      24:00   1:00    S
! Rule    Egypt   2022    only    -       May      5      24:00   1:00    S
! Rule    Egypt   2023    max     -       Apr     lastFri  0:00s  1:00    S
  
  # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
  Zone    Africa/Cairo    2:05:09 -       LMT     1900 Oct
                          2:00    Egypt   EE%sT
  
--- 317,359 ----
  # Sarah El Deeb and Lee Keath of AP report that the Egyptian government says
  # the change is because of blackouts in Cairo, even though Ahram Online (cited
  # above) says DST had no affect on electricity consumption.  There is
  # no information about when DST will end this fall.  See:
  # http://abcnews.go.com/International/wireStory/el-sissi-pushes-egyptians-line-23614833
+ 
+ # From Steffen Thorsen (2015-04-08):
+ # Egypt will start DST on midnight after Thursday, April 30, 2015.
+ # This is based on a law (no 35) from May 15, 2014 saying it starts the last
+ # Thursday of April....  Clocks will still be turned back for Ramadan, but
+ # dates not yet announced....
+ # http://almogaz.com/news/weird-news/2015/04/05/1947105 ...
+ # http://www.timeanddate.com/news/time/egypt-starts-dst-2015.html
+ 
+ # From Ahmed Nazmy (2015-04-20):
+ # Egypt's ministers cabinet just announced ... that it will cancel DST at
+ # least for 2015.
  #
! # From Tim Parenti (2015-04-20):
! # http://english.ahram.org.eg/WriterArticles/NewsContentP/1/128195/Egypt/No-daylight-saving-this-summer-Egypts-prime-minist.aspx
! # "Egypt's cabinet agreed on Monday not to switch clocks for daylight saving
! # time this summer, and carry out studies on the possibility of canceling the
! # practice altogether in future years."
! #
! # From Paul Eggert (2015-04-24):
! # Yesterday the office of Egyptian President El-Sisi announced his
! # decision to abandon DST permanently.  See Ahram Online 2015-04-24.
! # http://english.ahram.org.eg/NewsContent/1/64/128509/Egypt/Politics-/Sisi-cancels-daylight-saving-time-in-Egypt.aspx
! 
  Rule    Egypt   2008    only    -       Aug     lastThu 24:00   0       -
  Rule    Egypt   2009    only    -       Aug     20      24:00   0       -
  Rule    Egypt   2010    only    -       Aug     10      24:00   0       -
  Rule    Egypt   2010    only    -       Sep      9      24:00   1:00    S
  Rule    Egypt   2010    only    -       Sep     lastThu 24:00   0       -
  Rule    Egypt   2014    only    -       May     15      24:00   1:00    S
  Rule    Egypt   2014    only    -       Jun     26      24:00   0       -
  Rule    Egypt   2014    only    -       Jul     31      24:00   1:00    S
! Rule    Egypt   2014    only    -       Sep     lastThu 24:00   0       -
  
  # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
  Zone    Africa/Cairo    2:05:09 -       LMT     1900 Oct
                          2:00    Egypt   EE%sT
  
*** 556,566 ****
  # why that they end on a Friday, instead of aligning with Europe which
  # changes two days later.
  
  # From Alex Krivenyshev (2008-07-11):
  # Seems that English language article "The revival of daylight saving
! # time: Energy conservation?"-# No. 16578 (07/11/2008) was originally
  # published on Monday, June 30, 2008...
  #
  # I guess that article in French "Le gouvernement avance l'introduction
  # de l'heure d'été" stating that DST in Mauritius starting on October 26
  # and ending on March 27, 2009 is the most recent one....
--- 536,546 ----
  # why that they end on a Friday, instead of aligning with Europe which
  # changes two days later.
  
  # From Alex Krivenyshev (2008-07-11):
  # Seems that English language article "The revival of daylight saving
! # time: Energy conservation?"- No. 16578 (07/11/2008) was originally
  # published on Monday, June 30, 2008...
  #
  # I guess that article in French "Le gouvernement avance l'introduction
  # de l'heure d'été" stating that DST in Mauritius starting on October 26
  # and ending on March 27, 2009 is the most recent one....
*** 688,698 ****
  
  # From Alexander Krivenyshev (2009-03-17):
  # Here is a link to official document from Royaume du Maroc Premier Ministre,
  # Ministère de la Modernisation des Secteurs Publics
  #
! # Under Article 1 of Royal Decree No. 455-67 of Act 23 safar 1387 (2 june 1967)
  # concerning the amendment of the legal time, the Ministry of Modernization of
  # Public Sectors announced that the official time in the Kingdom will be
  # advanced 60 minutes from Sunday 31 May 2009 at midnight.
  #
  # http://www.mmsp.gov.ma/francais/Actualites_fr/PDF_Actualites_Fr/HeureEte_FR.pdf
--- 668,678 ----
  
  # From Alexander Krivenyshev (2009-03-17):
  # Here is a link to official document from Royaume du Maroc Premier Ministre,
  # Ministère de la Modernisation des Secteurs Publics
  #
! # Under Article 1 of Royal Decree No. 455-67 of Act 23 safar 1387 (2 June 1967)
  # concerning the amendment of the legal time, the Ministry of Modernization of
  # Public Sectors announced that the official time in the Kingdom will be
  # advanced 60 minutes from Sunday 31 May 2009 at midnight.
  #
  # http://www.mmsp.gov.ma/francais/Actualites_fr/PDF_Actualites_Fr/HeureEte_FR.pdf
*** 806,829 ****
  # The Moroccan government has recently announced that the country will return
  # to standard time at 03:00 on Saturday, June 28, 2014 local time....  DST
  # will resume again at 02:00 on Saturday, August 2, 2014....
  # http://www.mmsp.gov.ma/fr/actualites.aspx?id=586
  
! # From Paul Eggert (2014-06-05):
! # For now, guess that later spring and fall transitions will use 2014's rules,
  # and guess that Morocco will switch to standard time at 03:00 the last
! # Saturday before Ramadan, and back to DST at 02:00 the first Saturday after
! # Ramadan.  To implement this, transition dates for 2015 through 2037 were
  # determined by running the following program under GNU Emacs 24.3, with the
  # results integrated by hand into the table below.
! # (let ((islamic-year 1436))
  #   (while (< islamic-year 1460)
  #     (let ((a (calendar-islamic-to-absolute (list 9 1 islamic-year)))
  #           (b (calendar-islamic-to-absolute (list 10 1 islamic-year)))
! #           (saturday 6))
! #       (while (/= saturday (mod (setq a (1- a)) 7)))
! #       (while (/= saturday (mod b 7))
  #         (setq b (1+ b)))
  #       (setq a (calendar-gregorian-from-absolute a))
  #       (setq b (calendar-gregorian-from-absolute b))
  #       (insert
  #        (format
--- 786,830 ----
  # The Moroccan government has recently announced that the country will return
  # to standard time at 03:00 on Saturday, June 28, 2014 local time....  DST
  # will resume again at 02:00 on Saturday, August 2, 2014....
  # http://www.mmsp.gov.ma/fr/actualites.aspx?id=586
  
! # From Milamber (2015-06-08):
! # (Google Translation) The hour will thus be delayed 60 minutes
! # Sunday, June 14 at 3:00, the ministry said in a statement, adding
! # that the time will be advanced again 60 minutes Sunday, July 19,
! # 2015 at 2:00.  The move comes under 2.12.126 Decree of 26 Jumada I
! # 1433 (18 April 2012) and the decision of the Head of Government of
! # 16 N. 3-29-15 Chaaban 1435 (4 June 2015).
! # Source (french):
! # http://lnt.ma/le-maroc-reculera-dune-heure-le-dimanche-14-juin/
! #
! # From Milamber (2015-06-09):
! # http://www.mmsp.gov.ma/fr/actualites.aspx?id=863
! #
! # From Michael Deckers (2015-06-09):
! # [The gov.ma announcement] would (probably) make the switch on 2015-07-19 go
! # from 03:00 to 04:00 rather than from 02:00 to 03:00, as in the patch....
! # I think the patch is correct and the quoted text is wrong; the text in
! # <http://lnt.ma/le-maroc-reculera-dune-heure-le-dimanche-14-juin/> agrees
! # with the patch.
! 
! # From Paul Eggert (2015-06-08):
! # For now, guess that later spring and fall transitions will use 2015's rules,
  # and guess that Morocco will switch to standard time at 03:00 the last
! # Sunday before Ramadan, and back to DST at 02:00 the first Sunday after
! # Ramadan.  To implement this, transition dates for 2016 through 2037 were
  # determined by running the following program under GNU Emacs 24.3, with the
  # results integrated by hand into the table below.
! # (let ((islamic-year 1437))
! #   (require 'cal-islam)
  #   (while (< islamic-year 1460)
  #     (let ((a (calendar-islamic-to-absolute (list 9 1 islamic-year)))
  #           (b (calendar-islamic-to-absolute (list 10 1 islamic-year)))
! #           (sunday 0))
! #       (while (/= sunday (mod (setq a (1- a)) 7)))
! #       (while (/= sunday (mod b 7))
  #         (setq b (1+ b)))
  #       (setq a (calendar-gregorian-from-absolute a))
  #       (setq b (calendar-gregorian-from-absolute b))
  #       (insert
  #        (format
*** 863,898 ****
  Rule    Morocco 2012    only    -       Jul     20       3:00   0       -
  Rule    Morocco 2012    only    -       Aug     20       2:00   1:00    S
  Rule    Morocco 2013    only    -       Jul      7       3:00   0       -
  Rule    Morocco 2013    only    -       Aug     10       2:00   1:00    S
  Rule    Morocco 2013    max     -       Oct     lastSun  3:00   0       -
! Rule    Morocco 2014    2022    -       Mar     lastSun  2:00   1:00    S
  Rule    Morocco 2014    only    -       Jun     28       3:00   0       -
  Rule    Morocco 2014    only    -       Aug      2       2:00   1:00    S
! Rule    Morocco 2015    only    -       Jun     13       3:00   0       -
! Rule    Morocco 2015    only    -       Jul     18       2:00   1:00    S
! Rule    Morocco 2016    only    -       Jun      4       3:00   0       -
! Rule    Morocco 2016    only    -       Jul      9       2:00   1:00    S
! Rule    Morocco 2017    only    -       May     20       3:00   0       -
! Rule    Morocco 2017    only    -       Jul      1       2:00   1:00    S
! Rule    Morocco 2018    only    -       May     12       3:00   0       -
! Rule    Morocco 2018    only    -       Jun     16       2:00   1:00    S
! Rule    Morocco 2019    only    -       May      4       3:00   0       -
! Rule    Morocco 2019    only    -       Jun      8       2:00   1:00    S
! Rule    Morocco 2020    only    -       Apr     18       3:00   0       -
! Rule    Morocco 2020    only    -       May     30       2:00   1:00    S
! Rule    Morocco 2021    only    -       Apr     10       3:00   0       -
! Rule    Morocco 2021    only    -       May     15       2:00   1:00    S
! Rule    Morocco 2022    only    -       Apr      2       3:00   0       -
! Rule    Morocco 2022    only    -       May      7       2:00   1:00    S
! Rule    Morocco 2023    only    -       Apr     22       2:00   1:00    S
! Rule    Morocco 2024    only    -       Apr     13       2:00   1:00    S
! Rule    Morocco 2025    only    -       Apr      5       2:00   1:00    S
  Rule    Morocco 2026    max     -       Mar     lastSun  2:00   1:00    S
! Rule    Morocco 2035    only    -       Oct     27       3:00   0       -
! Rule    Morocco 2036    only    -       Oct     18       3:00   0       -
! Rule    Morocco 2037    only    -       Oct     10       3:00   0       -
  
  # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
  Zone Africa/Casablanca  -0:30:20 -      LMT     1913 Oct 26
                           0:00   Morocco WE%sT   1984 Mar 16
                           1:00   -       CET     1986
--- 864,897 ----
  Rule    Morocco 2012    only    -       Jul     20       3:00   0       -
  Rule    Morocco 2012    only    -       Aug     20       2:00   1:00    S
  Rule    Morocco 2013    only    -       Jul      7       3:00   0       -
  Rule    Morocco 2013    only    -       Aug     10       2:00   1:00    S
  Rule    Morocco 2013    max     -       Oct     lastSun  3:00   0       -
! Rule    Morocco 2014    2021    -       Mar     lastSun  2:00   1:00    S
  Rule    Morocco 2014    only    -       Jun     28       3:00   0       -
  Rule    Morocco 2014    only    -       Aug      2       2:00   1:00    S
! Rule    Morocco 2015    only    -       Jun     14       3:00   0       -
! Rule    Morocco 2015    only    -       Jul     19       2:00   1:00    S
! Rule    Morocco 2016    only    -       Jun      5       3:00   0       -
! Rule    Morocco 2016    only    -       Jul     10       2:00   1:00    S
! Rule    Morocco 2017    only    -       May     21       3:00   0       -
! Rule    Morocco 2017    only    -       Jul      2       2:00   1:00    S
! Rule    Morocco 2018    only    -       May     13       3:00   0       -
! Rule    Morocco 2018    only    -       Jun     17       2:00   1:00    S
! Rule    Morocco 2019    only    -       May      5       3:00   0       -
! Rule    Morocco 2019    only    -       Jun      9       2:00   1:00    S
! Rule    Morocco 2020    only    -       Apr     19       3:00   0       -
! Rule    Morocco 2020    only    -       May     24       2:00   1:00    S
! Rule    Morocco 2021    only    -       Apr     11       3:00   0       -
! Rule    Morocco 2021    only    -       May     16       2:00   1:00    S
! Rule    Morocco 2022    only    -       May      8       2:00   1:00    S
! Rule    Morocco 2023    only    -       Apr     23       2:00   1:00    S
! Rule    Morocco 2024    only    -       Apr     14       2:00   1:00    S
! Rule    Morocco 2025    only    -       Apr      6       2:00   1:00    S
  Rule    Morocco 2026    max     -       Mar     lastSun  2:00   1:00    S
! Rule    Morocco 2036    only    -       Oct     19       3:00   0       -
! Rule    Morocco 2037    only    -       Oct      4       3:00   0       -
  
  # Zone  NAME            GMTOFF  RULES   FORMAT  [UNTIL]
  Zone Africa/Casablanca  -0:30:20 -      LMT     1913 Oct 26
                           0:00   Morocco WE%sT   1984 Mar 16
                           1:00   -       CET     1986