@@ -387,6 +387,11 @@ Zone Africa/Cairo 2:05:09 - LMT 1900 Oct
387
387
# See Africa/Lagos.
388
388
389
389
# Eritrea
390
+ # See Africa/Nairobi.
391
+
392
+ # Eswatini (formerly Swaziland)
393
+ # See Africa/Johannesburg.
394
+
390
395
# Ethiopia
391
396
# See Africa/Nairobi.
392
397
#
@@ -870,8 +875,41 @@ Zone Indian/Mauritius 3:50:00 - LMT 1907 # Port Louis
870
875
# From Mohamed Essedik Najd (2018-10-26):
871
876
# Today, a Moroccan government council approved the perpetual addition
872
877
# of 60 minutes to the regular Moroccan timezone.
873
- # From Brian Inglis (2018-10-26):
874
- # http://www.maroc.ma/fr/actualites/le-conseil-de-gouvernement-adopte-un-projet-de-decret-relatif-lheure-legale-stipulant-le
878
+ # From Matt Johnson (2018-10-28):
879
+ # http://www.sgg.gov.ma/Portals/1/BO/2018/BO_6720-bis_Ar.pdf
880
+ #
881
+ # From Maamar Abdelkader (2018-11-01):
882
+ # We usually move clocks back the previous week end and come back to the +1
883
+ # the week end after.... The government does not announce yet the decision
884
+ # about this temporary change. But it s 99% sure that it will be the case,
885
+ # as in previous years. An unofficial survey was done these days, showing
886
+ # that 64% of asked peopke are ok for moving from +1 to +0 during Ramadan.
887
+ # https://leconomiste.com/article/1035870-enquete-l-economiste-sunergia-64-des-marocains-plebiscitent-le-gmt-pendant-ramadan
888
+ #
889
+ # From Paul Eggert (2018-11-01):
890
+ # For now, guess that Morocco will fall back at 03:00 the last Sunday
891
+ # before Ramadan, and spring forward at 02:00 the first Sunday after
892
+ # Ramadan, as this has been the practice since 2012. To implement this,
893
+ # transition dates for 2019 through 2037 were determined by running the
894
+ # following program under GNU Emacs 26.1.
895
+ # (let ((islamic-year 1440))
896
+ # (require 'cal-islam)
897
+ # (while (< islamic-year 1460)
898
+ # (let ((a (calendar-islamic-to-absolute (list 9 1 islamic-year)))
899
+ # (b (calendar-islamic-to-absolute (list 10 1 islamic-year)))
900
+ # (sunday 0))
901
+ # (while (/= sunday (mod (setq a (1- a)) 7)))
902
+ # (while (/= sunday (mod b 7))
903
+ # (setq b (1+ b)))
904
+ # (setq a (calendar-gregorian-from-absolute a))
905
+ # (setq b (calendar-gregorian-from-absolute b))
906
+ # (insert
907
+ # (format
908
+ # (concat "Rule\tMorocco\t%d\tonly\t-\t%s\t%2d\t 3:00\t-1:00\t-\n"
909
+ # "Rule\tMorocco\t%d\tonly\t-\t%s\t%2d\t 2:00\t0\t-\n")
910
+ # (car (cdr (cdr a))) (calendar-month-name (car a) t) (car (cdr a))
911
+ # (car (cdr (cdr b))) (calendar-month-name (car b) t) (car (cdr b)))))
912
+ # (setq islamic-year (+ 1 islamic-year))))
875
913
876
914
# RULE NAME FROM TO TYPE IN ON AT SAVE LETTER/S
877
915
Rule Morocco 1939 only - Sep 12 0:00 1:00 -
@@ -903,7 +941,7 @@ Rule Morocco 2012 only - Aug 20 2:00 1:00 -
903
941
Rule Morocco 2012 only - Sep 30 3:00 0 -
904
942
Rule Morocco 2013 only - Jul 7 3:00 0 -
905
943
Rule Morocco 2013 only - Aug 10 2:00 1:00 -
906
- Rule Morocco 2013 2018 - Oct lastSun 3:00 0 -
944
+ Rule Morocco 2013 2017 - Oct lastSun 3:00 0 -
907
945
Rule Morocco 2014 2018 - Mar lastSun 2:00 1:00 -
908
946
Rule Morocco 2014 only - Jun 28 3:00 0 -
909
947
Rule Morocco 2014 only - Aug 2 2:00 1:00 -
@@ -915,13 +953,53 @@ Rule Morocco 2017 only - May 21 3:00 0 -
915
953
Rule Morocco 2017 only - Jul 2 2:00 1:00 -
916
954
Rule Morocco 2018 only - May 13 3:00 0 -
917
955
Rule Morocco 2018 only - Jun 17 2:00 1:00 -
956
+ Rule Morocco 2019 only - May 5 3:00 0 -
957
+ Rule Morocco 2019 only - Jun 9 2:00 1:00 -
958
+ Rule Morocco 2020 only - Apr 19 3:00 0 -
959
+ Rule Morocco 2020 only - May 24 2:00 1:00 -
960
+ Rule Morocco 2021 only - Apr 11 3:00 0 -
961
+ Rule Morocco 2021 only - May 16 2:00 1:00 -
962
+ Rule Morocco 2022 only - Mar 27 3:00 0 -
963
+ Rule Morocco 2022 only - May 8 2:00 1:00 -
964
+ Rule Morocco 2023 only - Mar 19 3:00 0 -
965
+ Rule Morocco 2023 only - Apr 23 2:00 1:00 -
966
+ Rule Morocco 2024 only - Mar 10 3:00 0 -
967
+ Rule Morocco 2024 only - Apr 14 2:00 1:00 -
968
+ Rule Morocco 2025 only - Feb 23 3:00 0 -
969
+ Rule Morocco 2025 only - Apr 6 2:00 1:00 -
970
+ Rule Morocco 2026 only - Feb 15 3:00 0 -
971
+ Rule Morocco 2026 only - Mar 22 2:00 1:00 -
972
+ Rule Morocco 2027 only - Feb 7 3:00 0 -
973
+ Rule Morocco 2027 only - Mar 14 2:00 1:00 -
974
+ Rule Morocco 2028 only - Jan 23 3:00 0 -
975
+ Rule Morocco 2028 only - Feb 27 2:00 1:00 -
976
+ Rule Morocco 2029 only - Jan 14 3:00 0 -
977
+ Rule Morocco 2029 only - Feb 18 2:00 1:00 -
978
+ Rule Morocco 2029 only - Dec 30 3:00 0 -
979
+ Rule Morocco 2030 only - Feb 10 2:00 1:00 -
980
+ Rule Morocco 2030 only - Dec 22 3:00 0 -
981
+ Rule Morocco 2031 only - Jan 26 2:00 1:00 -
982
+ Rule Morocco 2031 only - Dec 14 3:00 0 -
983
+ Rule Morocco 2032 only - Jan 18 2:00 1:00 -
984
+ Rule Morocco 2032 only - Nov 28 3:00 0 -
985
+ Rule Morocco 2033 only - Jan 9 2:00 1:00 -
986
+ Rule Morocco 2033 only - Nov 20 3:00 0 -
987
+ Rule Morocco 2033 only - Dec 25 2:00 1:00 -
988
+ Rule Morocco 2034 only - Nov 5 3:00 0 -
989
+ Rule Morocco 2034 only - Dec 17 2:00 1:00 -
990
+ Rule Morocco 2035 only - Oct 28 3:00 0 -
991
+ Rule Morocco 2035 only - Dec 2 2:00 1:00 -
992
+ Rule Morocco 2036 only - Oct 19 3:00 0 -
993
+ Rule Morocco 2036 only - Nov 23 2:00 1:00 -
994
+ Rule Morocco 2037 only - Oct 4 3:00 0 -
995
+ Rule Morocco 2037 only - Nov 15 2:00 1:00 -
918
996
919
997
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
920
998
Zone Africa/Casablanca -0:30:20 - LMT 1913 Oct 26
921
999
0:00 Morocco +00/+01 1984 Mar 16
922
1000
1:00 - +01 1986
923
- 0:00 Morocco +00/+01 2018 Oct 27
924
- 1 :00 - +01
1001
+ 0:00 Morocco +00/+01 2018 Oct 28 3:00
1002
+ 0 :00 Morocco +00/ +01
925
1003
926
1004
# Western Sahara
927
1005
#
@@ -936,8 +1014,8 @@ Zone Africa/Casablanca -0:30:20 - LMT 1913 Oct 26
936
1014
937
1015
Zone Africa/El_Aaiun -0:52:48 - LMT 1934 Jan # El Aaiún
938
1016
-1:00 - -01 1976 Apr 14
939
- 0:00 Morocco +00/+01 2018 Oct 27
940
- 1 :00 - +01
1017
+ 0:00 Morocco +00/+01 2018 Oct 28 3:00
1018
+ 0 :00 Morocco +00/ +01
941
1019
942
1020
# Mozambique
943
1021
#
@@ -1094,10 +1172,20 @@ Zone Indian/Reunion 3:41:52 - LMT 1911 Jun # Saint-Denis
1094
1172
# the switch is from 01:00 to 02:00 ... [Decree No. 25/2017]
1095
1173
# http://www.mnec.gov.st/index.php/publicacoes/documentos/file/90-decreto-lei-n-25-2017
1096
1174
1175
+ # From Vadim Nasardinov (2018-12-29):
1176
+ # São Tomé and Príncipe is about to do the following on Jan 1, 2019:
1177
+ # https://www.stp-press.st/2018/12/05/governo-jesus-ja-decidiu-repor-hora-legal-sao-tomense/
1178
+ #
1179
+ # From Michael Deckers (2018-12-30):
1180
+ # https://www.legis-palop.org/download.jsp?idFile=102818
1181
+ # ... [The legal time of the country, which coincides with universal
1182
+ # coordinated time, will be restituted at 2 o'clock on day 1 of January, 2019.]
1183
+
1097
1184
Zone Africa/Sao_Tome 0:26:56 - LMT 1884
1098
1185
-0:36:45 - LMT 1912 Jan 1 00:00u # Lisbon MT
1099
1186
0:00 - GMT 2018 Jan 1 01:00
1100
- 1:00 - WAT
1187
+ 1:00 - WAT 2019 Jan 1 02:00
1188
+ 0:00 - GMT
1101
1189
1102
1190
# Senegal
1103
1191
# See Africa/Abidjan.
@@ -1128,7 +1216,7 @@ Zone Africa/Johannesburg 1:52:00 - LMT 1892 Feb 8
1128
1216
1:30 - SAST 1903 Mar
1129
1217
2:00 SA SAST
1130
1218
Link Africa/Johannesburg Africa/Maseru # Lesotho
1131
- Link Africa/Johannesburg Africa/Mbabane # Swaziland
1219
+ Link Africa/Johannesburg Africa/Mbabane # Eswatini
1132
1220
#
1133
1221
# Marion and Prince Edward Is
1134
1222
# scientific station since 1947
@@ -1170,9 +1258,6 @@ Zone Africa/Juba 2:06:28 - LMT 1931
1170
1258
2:00 Sudan CA%sT 2000 Jan 15 12:00
1171
1259
3:00 - EAT
1172
1260
1173
- # Swaziland
1174
- # See Africa/Johannesburg.
1175
-
1176
1261
# Tanzania
1177
1262
# See Africa/Nairobi.
1178
1263
0 commit comments