868 # with the patch. |
873 # with the patch. |
869 |
874 |
870 # From Mohamed Essedik Najd (2018-10-26): |
875 # From Mohamed Essedik Najd (2018-10-26): |
871 # Today, a Moroccan government council approved the perpetual addition |
876 # Today, a Moroccan government council approved the perpetual addition |
872 # of 60 minutes to the regular Moroccan timezone. |
877 # of 60 minutes to the regular Moroccan timezone. |
873 # From Brian Inglis (2018-10-26): |
878 # From Matt Johnson (2018-10-28): |
874 # http://www.maroc.ma/fr/actualites/le-conseil-de-gouvernement-adopte-un-projet-de-decret-relatif-lheure-legale-stipulant-le |
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 # RULE NAME FROM TO TYPE IN ON AT SAVE LETTER/S |
914 # RULE NAME FROM TO TYPE IN ON AT SAVE LETTER/S |
877 Rule Morocco 1939 only - Sep 12 0:00 1:00 - |
915 Rule Morocco 1939 only - Sep 12 0:00 1:00 - |
878 Rule Morocco 1939 only - Nov 19 0:00 0 - |
916 Rule Morocco 1939 only - Nov 19 0:00 0 - |
879 Rule Morocco 1940 only - Feb 25 0:00 1:00 - |
917 Rule Morocco 1940 only - Feb 25 0:00 1:00 - |
901 Rule Morocco 2012 only - Jul 20 3:00 0 - |
939 Rule Morocco 2012 only - Jul 20 3:00 0 - |
902 Rule Morocco 2012 only - Aug 20 2:00 1:00 - |
940 Rule Morocco 2012 only - Aug 20 2:00 1:00 - |
903 Rule Morocco 2012 only - Sep 30 3:00 0 - |
941 Rule Morocco 2012 only - Sep 30 3:00 0 - |
904 Rule Morocco 2013 only - Jul 7 3:00 0 - |
942 Rule Morocco 2013 only - Jul 7 3:00 0 - |
905 Rule Morocco 2013 only - Aug 10 2:00 1:00 - |
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 Rule Morocco 2014 2018 - Mar lastSun 2:00 1:00 - |
945 Rule Morocco 2014 2018 - Mar lastSun 2:00 1:00 - |
908 Rule Morocco 2014 only - Jun 28 3:00 0 - |
946 Rule Morocco 2014 only - Jun 28 3:00 0 - |
909 Rule Morocco 2014 only - Aug 2 2:00 1:00 - |
947 Rule Morocco 2014 only - Aug 2 2:00 1:00 - |
910 Rule Morocco 2015 only - Jun 14 3:00 0 - |
948 Rule Morocco 2015 only - Jun 14 3:00 0 - |
911 Rule Morocco 2015 only - Jul 19 2:00 1:00 - |
949 Rule Morocco 2015 only - Jul 19 2:00 1:00 - |
913 Rule Morocco 2016 only - Jul 10 2:00 1:00 - |
951 Rule Morocco 2016 only - Jul 10 2:00 1:00 - |
914 Rule Morocco 2017 only - May 21 3:00 0 - |
952 Rule Morocco 2017 only - May 21 3:00 0 - |
915 Rule Morocco 2017 only - Jul 2 2:00 1:00 - |
953 Rule Morocco 2017 only - Jul 2 2:00 1:00 - |
916 Rule Morocco 2018 only - May 13 3:00 0 - |
954 Rule Morocco 2018 only - May 13 3:00 0 - |
917 Rule Morocco 2018 only - Jun 17 2:00 1:00 - |
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 # Zone NAME GMTOFF RULES FORMAT [UNTIL] |
997 # Zone NAME GMTOFF RULES FORMAT [UNTIL] |
920 Zone Africa/Casablanca -0:30:20 - LMT 1913 Oct 26 |
998 Zone Africa/Casablanca -0:30:20 - LMT 1913 Oct 26 |
921 0:00 Morocco +00/+01 1984 Mar 16 |
999 0:00 Morocco +00/+01 1984 Mar 16 |
922 1:00 - +01 1986 |
1000 1:00 - +01 1986 |
923 0:00 Morocco +00/+01 2018 Oct 27 |
1001 0:00 Morocco +00/+01 2018 Oct 28 3:00 |
924 1:00 - +01 |
1002 0:00 Morocco +00/+01 |
925 |
1003 |
926 # Western Sahara |
1004 # Western Sahara |
927 # |
1005 # |
928 # From Gwillim Law (2013-10-22): |
1006 # From Gwillim Law (2013-10-22): |
929 # A correspondent who is usually well informed about time zone matters |
1007 # A correspondent who is usually well informed about time zone matters |
934 # Assume that this has been true since Western Sahara switched to GMT, |
1012 # Assume that this has been true since Western Sahara switched to GMT, |
935 # since most of it was then controlled by Morocco. |
1013 # since most of it was then controlled by Morocco. |
936 |
1014 |
937 Zone Africa/El_Aaiun -0:52:48 - LMT 1934 Jan # El Aaiún |
1015 Zone Africa/El_Aaiun -0:52:48 - LMT 1934 Jan # El Aaiún |
938 -1:00 - -01 1976 Apr 14 |
1016 -1:00 - -01 1976 Apr 14 |
939 0:00 Morocco +00/+01 2018 Oct 27 |
1017 0:00 Morocco +00/+01 2018 Oct 28 3:00 |
940 1:00 - +01 |
1018 0:00 Morocco +00/+01 |
941 |
1019 |
942 # Mozambique |
1020 # Mozambique |
943 # |
1021 # |
944 # Shanks gives 1903-03-01 for the transition to CAT. |
1022 # Shanks gives 1903-03-01 for the transition to CAT. |
945 # Perhaps the 1911-05-26 Portuguese decree |
1023 # Perhaps the 1911-05-26 Portuguese decree |
1092 # they entered the year 2018. |
1170 # they entered the year 2018. |
1093 # From Michael Deckers (2018-01-08): |
1171 # From Michael Deckers (2018-01-08): |
1094 # the switch is from 01:00 to 02:00 ... [Decree No. 25/2017] |
1172 # the switch is from 01:00 to 02:00 ... [Decree No. 25/2017] |
1095 # http://www.mnec.gov.st/index.php/publicacoes/documentos/file/90-decreto-lei-n-25-2017 |
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 Zone Africa/Sao_Tome 0:26:56 - LMT 1884 |
1184 Zone Africa/Sao_Tome 0:26:56 - LMT 1884 |
1098 -0:36:45 - LMT 1912 Jan 1 00:00u # Lisbon MT |
1185 -0:36:45 - LMT 1912 Jan 1 00:00u # Lisbon MT |
1099 0:00 - GMT 2018 Jan 1 01:00 |
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 # Senegal |
1190 # Senegal |
1103 # See Africa/Abidjan. |
1191 # See Africa/Abidjan. |
1104 |
1192 |
1105 # Seychelles |
1193 # Seychelles |
1126 # Zone NAME GMTOFF RULES FORMAT [UNTIL] |
1214 # Zone NAME GMTOFF RULES FORMAT [UNTIL] |
1127 Zone Africa/Johannesburg 1:52:00 - LMT 1892 Feb 8 |
1215 Zone Africa/Johannesburg 1:52:00 - LMT 1892 Feb 8 |
1128 1:30 - SAST 1903 Mar |
1216 1:30 - SAST 1903 Mar |
1129 2:00 SA SAST |
1217 2:00 SA SAST |
1130 Link Africa/Johannesburg Africa/Maseru # Lesotho |
1218 Link Africa/Johannesburg Africa/Maseru # Lesotho |
1131 Link Africa/Johannesburg Africa/Mbabane # Swaziland |
1219 Link Africa/Johannesburg Africa/Mbabane # Eswatini |
1132 # |
1220 # |
1133 # Marion and Prince Edward Is |
1221 # Marion and Prince Edward Is |
1134 # scientific station since 1947 |
1222 # scientific station since 1947 |
1135 # no information |
1223 # no information |
1136 |
1224 |