@@ -847,8 +847,41 @@ Zone Indian/Mauritius 3:50:00 - LMT 1907 # Port Louis
847847# From Mohamed Essedik Najd (2018-10-26):
848848# Today, a Moroccan government council approved the perpetual addition
849849# of 60 minutes to the regular Moroccan timezone.
850- # From Brian Inglis (2018-10-26):
851- # http://www.maroc.ma/fr/actualites/le-conseil-de-gouvernement-adopte-un-projet-de-decret-relatif-lheure-legale-stipulant-le
850+ # From Matt Johnson (2018-10-28):
851+ # http://www.sgg.gov.ma/Portals/1/BO/2018/BO_6720-bis_Ar.pdf
852+ #
853+ # From Maamar Abdelkader (2018-11-01):
854+ # We usually move clocks back the previous week end and come back to the +1
855+ # the week end after.... The government does not announce yet the decision
856+ # about this temporary change. But it s 99% sure that it will be the case,
857+ # as in previous years. An unofficial survey was done these days, showing
858+ # that 64% of asked peopke are ok for moving from +1 to +0 during Ramadan.
859+ # https://leconomiste.com/article/1035870-enquete-l-economiste-sunergia-64-des-marocains-plebiscitent-le-gmt-pendant-ramadan
860+ #
861+ # From Paul Eggert (2018-11-01):
862+ # For now, guess that Morocco will fall back at 03:00 the last Sunday
863+ # before Ramadan, and spring forward at 02:00 the first Sunday after
864+ # Ramadan, as this has been the practice since 2012. To implement this,
865+ # transition dates for 2019 through 2037 were determined by running the
866+ # following program under GNU Emacs 26.1.
867+ # (let ((islamic-year 1440))
868+ # (require 'cal-islam)
869+ # (while (< islamic-year 1460)
870+ # (let ((a (calendar-islamic-to-absolute (list 9 1 islamic-year)))
871+ # (b (calendar-islamic-to-absolute (list 10 1 islamic-year)))
872+ # (sunday 0))
873+ # (while (/= sunday (mod (setq a (1- a)) 7)))
874+ # (while (/= sunday (mod b 7))
875+ # (setq b (1+ b)))
876+ # (setq a (calendar-gregorian-from-absolute a))
877+ # (setq b (calendar-gregorian-from-absolute b))
878+ # (insert
879+ # (format
880+ # (concat "Rule\tMorocco\t%d\tonly\t-\t%s\t%2d\t 3:00\t-1:00\t-\n"
881+ # "Rule\tMorocco\t%d\tonly\t-\t%s\t%2d\t 2:00\t0\t-\n")
882+ # (car (cdr (cdr a))) (calendar-month-name (car a) t) (car (cdr a))
883+ # (car (cdr (cdr b))) (calendar-month-name (car b) t) (car (cdr b)))))
884+ # (setq islamic-year (+ 1 islamic-year))))
852885
853886# RULE NAME FROM TO TYPE IN ON AT SAVE LETTER/S
854887Rule Morocco 1939 only - Sep 12 0:00 1:00 -
@@ -892,13 +925,53 @@ Rule Morocco 2017 only - May 21 3:00 0 -
892925Rule Morocco 2017 only - Jul 2 2:00 1:00 -
893926Rule Morocco 2018 only - May 13 3:00 0 -
894927Rule Morocco 2018 only - Jun 17 2:00 1:00 -
928+ Rule Morocco 2019 only - May 5 3:00 -1:00 -
929+ Rule Morocco 2019 only - Jun 9 2:00 0 -
930+ Rule Morocco 2020 only - Apr 19 3:00 -1:00 -
931+ Rule Morocco 2020 only - May 24 2:00 0 -
932+ Rule Morocco 2021 only - Apr 11 3:00 -1:00 -
933+ Rule Morocco 2021 only - May 16 2:00 0 -
934+ Rule Morocco 2022 only - Mar 27 3:00 -1:00 -
935+ Rule Morocco 2022 only - May 8 2:00 0 -
936+ Rule Morocco 2023 only - Mar 19 3:00 -1:00 -
937+ Rule Morocco 2023 only - Apr 23 2:00 0 -
938+ Rule Morocco 2024 only - Mar 10 3:00 -1:00 -
939+ Rule Morocco 2024 only - Apr 14 2:00 0 -
940+ Rule Morocco 2025 only - Feb 23 3:00 -1:00 -
941+ Rule Morocco 2025 only - Apr 6 2:00 0 -
942+ Rule Morocco 2026 only - Feb 15 3:00 -1:00 -
943+ Rule Morocco 2026 only - Mar 22 2:00 0 -
944+ Rule Morocco 2027 only - Feb 7 3:00 -1:00 -
945+ Rule Morocco 2027 only - Mar 14 2:00 0 -
946+ Rule Morocco 2028 only - Jan 23 3:00 -1:00 -
947+ Rule Morocco 2028 only - Feb 27 2:00 0 -
948+ Rule Morocco 2029 only - Jan 14 3:00 -1:00 -
949+ Rule Morocco 2029 only - Feb 18 2:00 0 -
950+ Rule Morocco 2029 only - Dec 30 3:00 -1:00 -
951+ Rule Morocco 2030 only - Feb 10 2:00 0 -
952+ Rule Morocco 2030 only - Dec 22 3:00 -1:00 -
953+ Rule Morocco 2031 only - Jan 26 2:00 0 -
954+ Rule Morocco 2031 only - Dec 14 3:00 -1:00 -
955+ Rule Morocco 2032 only - Jan 18 2:00 0 -
956+ Rule Morocco 2032 only - Nov 28 3:00 -1:00 -
957+ Rule Morocco 2033 only - Jan 9 2:00 0 -
958+ Rule Morocco 2033 only - Nov 20 3:00 -1:00 -
959+ Rule Morocco 2033 only - Dec 25 2:00 0 -
960+ Rule Morocco 2034 only - Nov 5 3:00 -1:00 -
961+ Rule Morocco 2034 only - Dec 17 2:00 0 -
962+ Rule Morocco 2035 only - Oct 28 3:00 -1:00 -
963+ Rule Morocco 2035 only - Dec 2 2:00 0 -
964+ Rule Morocco 2036 only - Oct 19 3:00 -1:00 -
965+ Rule Morocco 2036 only - Nov 23 2:00 0 -
966+ Rule Morocco 2037 only - Oct 4 3:00 -1:00 -
967+ Rule Morocco 2037 only - Nov 15 2:00 0 -
895968
896969# Zone NAME GMTOFF RULES FORMAT [UNTIL]
897970Zone Africa/Casablanca -0:30:20 - LMT 1913 Oct 26
898971 0:00 Morocco +00/+01 1984 Mar 16
899972 1:00 - +01 1986
900- 0:00 Morocco +00/+01 2018 Oct 27
901- 1:00 - +01
973+ 0:00 Morocco +00/+01 2018 Oct 28 3:00
974+ 1:00 Morocco +01/+00
902975
903976# Western Sahara
904977#
@@ -913,8 +986,8 @@ Zone Africa/Casablanca -0:30:20 - LMT 1913 Oct 26
913986
914987Zone Africa/El_Aaiun -0:52:48 - LMT 1934 Jan # El Aaiún
915988 -1:00 - -01 1976 Apr 14
916- 0:00 Morocco +00/+01 2018 Oct 27
917- 1:00 - +01
989+ 0:00 Morocco +00/+01 2018 Oct 28 3:00
990+ 1:00 Morocco +01/+00
918991
919992# Mozambique
920993#
0 commit comments