AceTime  1.1.2
Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.
zone_policies.cpp
1 // This file was generated by the following script:
2 //
3 // $ ../../../tools/tzcompiler.py --input_dir ../../../tools/../../tz --output_dir /home/brian/src/AceTime/src/ace_time/zonedbx --tz_version 2020d --action zonedb --language arduino --scope extended --start_year 2000 --until_year 2050
4 //
5 // using the TZ Database files from
6 // https://github.com/eggert/tz/releases/tag/2020d
7 //
8 // Policies: 84
9 // Rules: 551
10 // Memory (8-bit): 5498
11 // Memory (32-bit): 7699
12 //
13 // DO NOT EDIT
14 
15 #include <ace_time/common/compat.h>
16 #include "zone_policies.h"
17 
18 namespace ace_time {
19 namespace zonedbx {
20 
21 //---------------------------------------------------------------------------
22 // Policy name: AN
23 // Rules: 9
24 // Memory (8-bit): 87
25 // Memory (32-bit): 120
26 //---------------------------------------------------------------------------
27 
28 static const extended::ZoneRule kZoneRulesAN[] ACE_TIME_PROGMEM = {
29  // Rule AN 1987 1999 - Oct lastSun 2:00s 1:00 D
30  {
31  -13 /*fromYearTiny*/,
32  -1 /*toYearTiny*/,
33  10 /*inMonth*/,
34  7 /*onDayOfWeek*/,
35  0 /*onDayOfMonth*/,
36  8 /*atTimeCode*/,
37  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
38  (4 + 4) /*deltaCode*/,
39  'D' /*letter*/,
40  },
41  // Rule AN 1990 1995 - Mar Sun>=1 2:00s 0 S
42  {
43  -10 /*fromYearTiny*/,
44  -5 /*toYearTiny*/,
45  3 /*inMonth*/,
46  7 /*onDayOfWeek*/,
47  1 /*onDayOfMonth*/,
48  8 /*atTimeCode*/,
49  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
50  (0 + 4) /*deltaCode*/,
51  'S' /*letter*/,
52  },
53  // Rule AN 1996 2005 - Mar lastSun 2:00s 0 S
54  {
55  -4 /*fromYearTiny*/,
56  5 /*toYearTiny*/,
57  3 /*inMonth*/,
58  7 /*onDayOfWeek*/,
59  0 /*onDayOfMonth*/,
60  8 /*atTimeCode*/,
61  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
62  (0 + 4) /*deltaCode*/,
63  'S' /*letter*/,
64  },
65  // Rule AN 2000 only - Aug lastSun 2:00s 1:00 D
66  {
67  0 /*fromYearTiny*/,
68  0 /*toYearTiny*/,
69  8 /*inMonth*/,
70  7 /*onDayOfWeek*/,
71  0 /*onDayOfMonth*/,
72  8 /*atTimeCode*/,
73  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
74  (4 + 4) /*deltaCode*/,
75  'D' /*letter*/,
76  },
77  // Rule AN 2001 2007 - Oct lastSun 2:00s 1:00 D
78  {
79  1 /*fromYearTiny*/,
80  7 /*toYearTiny*/,
81  10 /*inMonth*/,
82  7 /*onDayOfWeek*/,
83  0 /*onDayOfMonth*/,
84  8 /*atTimeCode*/,
85  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
86  (4 + 4) /*deltaCode*/,
87  'D' /*letter*/,
88  },
89  // Rule AN 2006 only - Apr Sun>=1 2:00s 0 S
90  {
91  6 /*fromYearTiny*/,
92  6 /*toYearTiny*/,
93  4 /*inMonth*/,
94  7 /*onDayOfWeek*/,
95  1 /*onDayOfMonth*/,
96  8 /*atTimeCode*/,
97  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
98  (0 + 4) /*deltaCode*/,
99  'S' /*letter*/,
100  },
101  // Rule AN 2007 only - Mar lastSun 2:00s 0 S
102  {
103  7 /*fromYearTiny*/,
104  7 /*toYearTiny*/,
105  3 /*inMonth*/,
106  7 /*onDayOfWeek*/,
107  0 /*onDayOfMonth*/,
108  8 /*atTimeCode*/,
109  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
110  (0 + 4) /*deltaCode*/,
111  'S' /*letter*/,
112  },
113  // Rule AN 2008 max - Apr Sun>=1 2:00s 0 S
114  {
115  8 /*fromYearTiny*/,
116  126 /*toYearTiny*/,
117  4 /*inMonth*/,
118  7 /*onDayOfWeek*/,
119  1 /*onDayOfMonth*/,
120  8 /*atTimeCode*/,
121  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
122  (0 + 4) /*deltaCode*/,
123  'S' /*letter*/,
124  },
125  // Rule AN 2008 max - Oct Sun>=1 2:00s 1:00 D
126  {
127  8 /*fromYearTiny*/,
128  126 /*toYearTiny*/,
129  10 /*inMonth*/,
130  7 /*onDayOfWeek*/,
131  1 /*onDayOfMonth*/,
132  8 /*atTimeCode*/,
133  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
134  (4 + 4) /*deltaCode*/,
135  'D' /*letter*/,
136  },
137 
138 };
139 
140 
141 
142 const extended::ZonePolicy kPolicyAN ACE_TIME_PROGMEM = {
143  kZoneRulesAN /*rules*/,
144  nullptr /* letters */,
145  9 /*numRules*/,
146  0 /* numLetters */,
147 };
148 
149 //---------------------------------------------------------------------------
150 // Policy name: AQ
151 // Rules: 1
152 // Memory (8-bit): 15
153 // Memory (32-bit): 24
154 //---------------------------------------------------------------------------
155 
156 static const extended::ZoneRule kZoneRulesAQ[] ACE_TIME_PROGMEM = {
157  // Rule AQ 1990 1992 - Mar Sun>=1 2:00s 0 S
158  {
159  -10 /*fromYearTiny*/,
160  -8 /*toYearTiny*/,
161  3 /*inMonth*/,
162  7 /*onDayOfWeek*/,
163  1 /*onDayOfMonth*/,
164  8 /*atTimeCode*/,
165  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
166  (0 + 4) /*deltaCode*/,
167  'S' /*letter*/,
168  },
169 
170 };
171 
172 
173 
174 const extended::ZonePolicy kPolicyAQ ACE_TIME_PROGMEM = {
175  kZoneRulesAQ /*rules*/,
176  nullptr /* letters */,
177  1 /*numRules*/,
178  0 /* numLetters */,
179 };
180 
181 //---------------------------------------------------------------------------
182 // Policy name: AS
183 // Rules: 7
184 // Memory (8-bit): 69
185 // Memory (32-bit): 96
186 //---------------------------------------------------------------------------
187 
188 static const extended::ZoneRule kZoneRulesAS[] ACE_TIME_PROGMEM = {
189  // Rule AS 1987 2007 - Oct lastSun 2:00s 1:00 D
190  {
191  -13 /*fromYearTiny*/,
192  7 /*toYearTiny*/,
193  10 /*inMonth*/,
194  7 /*onDayOfWeek*/,
195  0 /*onDayOfMonth*/,
196  8 /*atTimeCode*/,
197  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
198  (4 + 4) /*deltaCode*/,
199  'D' /*letter*/,
200  },
201  // Rule AS 1994 only - Mar 20 2:00s 0 S
202  {
203  -6 /*fromYearTiny*/,
204  -6 /*toYearTiny*/,
205  3 /*inMonth*/,
206  0 /*onDayOfWeek*/,
207  20 /*onDayOfMonth*/,
208  8 /*atTimeCode*/,
209  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
210  (0 + 4) /*deltaCode*/,
211  'S' /*letter*/,
212  },
213  // Rule AS 1995 2005 - Mar lastSun 2:00s 0 S
214  {
215  -5 /*fromYearTiny*/,
216  5 /*toYearTiny*/,
217  3 /*inMonth*/,
218  7 /*onDayOfWeek*/,
219  0 /*onDayOfMonth*/,
220  8 /*atTimeCode*/,
221  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
222  (0 + 4) /*deltaCode*/,
223  'S' /*letter*/,
224  },
225  // Rule AS 2006 only - Apr 2 2:00s 0 S
226  {
227  6 /*fromYearTiny*/,
228  6 /*toYearTiny*/,
229  4 /*inMonth*/,
230  0 /*onDayOfWeek*/,
231  2 /*onDayOfMonth*/,
232  8 /*atTimeCode*/,
233  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
234  (0 + 4) /*deltaCode*/,
235  'S' /*letter*/,
236  },
237  // Rule AS 2007 only - Mar lastSun 2:00s 0 S
238  {
239  7 /*fromYearTiny*/,
240  7 /*toYearTiny*/,
241  3 /*inMonth*/,
242  7 /*onDayOfWeek*/,
243  0 /*onDayOfMonth*/,
244  8 /*atTimeCode*/,
245  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
246  (0 + 4) /*deltaCode*/,
247  'S' /*letter*/,
248  },
249  // Rule AS 2008 max - Apr Sun>=1 2:00s 0 S
250  {
251  8 /*fromYearTiny*/,
252  126 /*toYearTiny*/,
253  4 /*inMonth*/,
254  7 /*onDayOfWeek*/,
255  1 /*onDayOfMonth*/,
256  8 /*atTimeCode*/,
257  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
258  (0 + 4) /*deltaCode*/,
259  'S' /*letter*/,
260  },
261  // Rule AS 2008 max - Oct Sun>=1 2:00s 1:00 D
262  {
263  8 /*fromYearTiny*/,
264  126 /*toYearTiny*/,
265  10 /*inMonth*/,
266  7 /*onDayOfWeek*/,
267  1 /*onDayOfMonth*/,
268  8 /*atTimeCode*/,
269  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
270  (4 + 4) /*deltaCode*/,
271  'D' /*letter*/,
272  },
273 
274 };
275 
276 
277 
278 const extended::ZonePolicy kPolicyAS ACE_TIME_PROGMEM = {
279  kZoneRulesAS /*rules*/,
280  nullptr /* letters */,
281  7 /*numRules*/,
282  0 /* numLetters */,
283 };
284 
285 //---------------------------------------------------------------------------
286 // Policy name: AT
287 // Rules: 8
288 // Memory (8-bit): 78
289 // Memory (32-bit): 108
290 //---------------------------------------------------------------------------
291 
292 static const extended::ZoneRule kZoneRulesAT[] ACE_TIME_PROGMEM = {
293  // Rule AT 1988 1990 - Oct lastSun 2:00s 1:00 D
294  {
295  -12 /*fromYearTiny*/,
296  -10 /*toYearTiny*/,
297  10 /*inMonth*/,
298  7 /*onDayOfWeek*/,
299  0 /*onDayOfMonth*/,
300  8 /*atTimeCode*/,
301  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
302  (4 + 4) /*deltaCode*/,
303  'D' /*letter*/,
304  },
305  // Rule AT 1991 1999 - Oct Sun>=1 2:00s 1:00 D
306  {
307  -9 /*fromYearTiny*/,
308  -1 /*toYearTiny*/,
309  10 /*inMonth*/,
310  7 /*onDayOfWeek*/,
311  1 /*onDayOfMonth*/,
312  8 /*atTimeCode*/,
313  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
314  (4 + 4) /*deltaCode*/,
315  'D' /*letter*/,
316  },
317  // Rule AT 1991 2005 - Mar lastSun 2:00s 0 S
318  {
319  -9 /*fromYearTiny*/,
320  5 /*toYearTiny*/,
321  3 /*inMonth*/,
322  7 /*onDayOfWeek*/,
323  0 /*onDayOfMonth*/,
324  8 /*atTimeCode*/,
325  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
326  (0 + 4) /*deltaCode*/,
327  'S' /*letter*/,
328  },
329  // Rule AT 2000 only - Aug lastSun 2:00s 1:00 D
330  {
331  0 /*fromYearTiny*/,
332  0 /*toYearTiny*/,
333  8 /*inMonth*/,
334  7 /*onDayOfWeek*/,
335  0 /*onDayOfMonth*/,
336  8 /*atTimeCode*/,
337  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
338  (4 + 4) /*deltaCode*/,
339  'D' /*letter*/,
340  },
341  // Rule AT 2001 max - Oct Sun>=1 2:00s 1:00 D
342  {
343  1 /*fromYearTiny*/,
344  126 /*toYearTiny*/,
345  10 /*inMonth*/,
346  7 /*onDayOfWeek*/,
347  1 /*onDayOfMonth*/,
348  8 /*atTimeCode*/,
349  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
350  (4 + 4) /*deltaCode*/,
351  'D' /*letter*/,
352  },
353  // Rule AT 2006 only - Apr Sun>=1 2:00s 0 S
354  {
355  6 /*fromYearTiny*/,
356  6 /*toYearTiny*/,
357  4 /*inMonth*/,
358  7 /*onDayOfWeek*/,
359  1 /*onDayOfMonth*/,
360  8 /*atTimeCode*/,
361  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
362  (0 + 4) /*deltaCode*/,
363  'S' /*letter*/,
364  },
365  // Rule AT 2007 only - Mar lastSun 2:00s 0 S
366  {
367  7 /*fromYearTiny*/,
368  7 /*toYearTiny*/,
369  3 /*inMonth*/,
370  7 /*onDayOfWeek*/,
371  0 /*onDayOfMonth*/,
372  8 /*atTimeCode*/,
373  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
374  (0 + 4) /*deltaCode*/,
375  'S' /*letter*/,
376  },
377  // Rule AT 2008 max - Apr Sun>=1 2:00s 0 S
378  {
379  8 /*fromYearTiny*/,
380  126 /*toYearTiny*/,
381  4 /*inMonth*/,
382  7 /*onDayOfWeek*/,
383  1 /*onDayOfMonth*/,
384  8 /*atTimeCode*/,
385  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
386  (0 + 4) /*deltaCode*/,
387  'S' /*letter*/,
388  },
389 
390 };
391 
392 
393 
394 const extended::ZonePolicy kPolicyAT ACE_TIME_PROGMEM = {
395  kZoneRulesAT /*rules*/,
396  nullptr /* letters */,
397  8 /*numRules*/,
398  0 /* numLetters */,
399 };
400 
401 //---------------------------------------------------------------------------
402 // Policy name: AV
403 // Rules: 9
404 // Memory (8-bit): 87
405 // Memory (32-bit): 120
406 //---------------------------------------------------------------------------
407 
408 static const extended::ZoneRule kZoneRulesAV[] ACE_TIME_PROGMEM = {
409  // Rule AV 1988 1999 - Oct lastSun 2:00s 1:00 D
410  {
411  -12 /*fromYearTiny*/,
412  -1 /*toYearTiny*/,
413  10 /*inMonth*/,
414  7 /*onDayOfWeek*/,
415  0 /*onDayOfMonth*/,
416  8 /*atTimeCode*/,
417  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
418  (4 + 4) /*deltaCode*/,
419  'D' /*letter*/,
420  },
421  // Rule AV 1991 1994 - Mar Sun>=1 2:00s 0 S
422  {
423  -9 /*fromYearTiny*/,
424  -6 /*toYearTiny*/,
425  3 /*inMonth*/,
426  7 /*onDayOfWeek*/,
427  1 /*onDayOfMonth*/,
428  8 /*atTimeCode*/,
429  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
430  (0 + 4) /*deltaCode*/,
431  'S' /*letter*/,
432  },
433  // Rule AV 1995 2005 - Mar lastSun 2:00s 0 S
434  {
435  -5 /*fromYearTiny*/,
436  5 /*toYearTiny*/,
437  3 /*inMonth*/,
438  7 /*onDayOfWeek*/,
439  0 /*onDayOfMonth*/,
440  8 /*atTimeCode*/,
441  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
442  (0 + 4) /*deltaCode*/,
443  'S' /*letter*/,
444  },
445  // Rule AV 2000 only - Aug lastSun 2:00s 1:00 D
446  {
447  0 /*fromYearTiny*/,
448  0 /*toYearTiny*/,
449  8 /*inMonth*/,
450  7 /*onDayOfWeek*/,
451  0 /*onDayOfMonth*/,
452  8 /*atTimeCode*/,
453  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
454  (4 + 4) /*deltaCode*/,
455  'D' /*letter*/,
456  },
457  // Rule AV 2001 2007 - Oct lastSun 2:00s 1:00 D
458  {
459  1 /*fromYearTiny*/,
460  7 /*toYearTiny*/,
461  10 /*inMonth*/,
462  7 /*onDayOfWeek*/,
463  0 /*onDayOfMonth*/,
464  8 /*atTimeCode*/,
465  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
466  (4 + 4) /*deltaCode*/,
467  'D' /*letter*/,
468  },
469  // Rule AV 2006 only - Apr Sun>=1 2:00s 0 S
470  {
471  6 /*fromYearTiny*/,
472  6 /*toYearTiny*/,
473  4 /*inMonth*/,
474  7 /*onDayOfWeek*/,
475  1 /*onDayOfMonth*/,
476  8 /*atTimeCode*/,
477  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
478  (0 + 4) /*deltaCode*/,
479  'S' /*letter*/,
480  },
481  // Rule AV 2007 only - Mar lastSun 2:00s 0 S
482  {
483  7 /*fromYearTiny*/,
484  7 /*toYearTiny*/,
485  3 /*inMonth*/,
486  7 /*onDayOfWeek*/,
487  0 /*onDayOfMonth*/,
488  8 /*atTimeCode*/,
489  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
490  (0 + 4) /*deltaCode*/,
491  'S' /*letter*/,
492  },
493  // Rule AV 2008 max - Apr Sun>=1 2:00s 0 S
494  {
495  8 /*fromYearTiny*/,
496  126 /*toYearTiny*/,
497  4 /*inMonth*/,
498  7 /*onDayOfWeek*/,
499  1 /*onDayOfMonth*/,
500  8 /*atTimeCode*/,
501  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
502  (0 + 4) /*deltaCode*/,
503  'S' /*letter*/,
504  },
505  // Rule AV 2008 max - Oct Sun>=1 2:00s 1:00 D
506  {
507  8 /*fromYearTiny*/,
508  126 /*toYearTiny*/,
509  10 /*inMonth*/,
510  7 /*onDayOfWeek*/,
511  1 /*onDayOfMonth*/,
512  8 /*atTimeCode*/,
513  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
514  (4 + 4) /*deltaCode*/,
515  'D' /*letter*/,
516  },
517 
518 };
519 
520 
521 
522 const extended::ZonePolicy kPolicyAV ACE_TIME_PROGMEM = {
523  kZoneRulesAV /*rules*/,
524  nullptr /* letters */,
525  9 /*numRules*/,
526  0 /* numLetters */,
527 };
528 
529 //---------------------------------------------------------------------------
530 // Policy name: AW
531 // Rules: 4
532 // Memory (8-bit): 42
533 // Memory (32-bit): 60
534 //---------------------------------------------------------------------------
535 
536 static const extended::ZoneRule kZoneRulesAW[] ACE_TIME_PROGMEM = {
537  // Rule AW 1992 only - Mar Sun>=1 2:00s 0 S
538  {
539  -8 /*fromYearTiny*/,
540  -8 /*toYearTiny*/,
541  3 /*inMonth*/,
542  7 /*onDayOfWeek*/,
543  1 /*onDayOfMonth*/,
544  8 /*atTimeCode*/,
545  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
546  (0 + 4) /*deltaCode*/,
547  'S' /*letter*/,
548  },
549  // Rule AW 2006 only - Dec 3 2:00s 1:00 D
550  {
551  6 /*fromYearTiny*/,
552  6 /*toYearTiny*/,
553  12 /*inMonth*/,
554  0 /*onDayOfWeek*/,
555  3 /*onDayOfMonth*/,
556  8 /*atTimeCode*/,
557  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
558  (4 + 4) /*deltaCode*/,
559  'D' /*letter*/,
560  },
561  // Rule AW 2007 2009 - Mar lastSun 2:00s 0 S
562  {
563  7 /*fromYearTiny*/,
564  9 /*toYearTiny*/,
565  3 /*inMonth*/,
566  7 /*onDayOfWeek*/,
567  0 /*onDayOfMonth*/,
568  8 /*atTimeCode*/,
569  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
570  (0 + 4) /*deltaCode*/,
571  'S' /*letter*/,
572  },
573  // Rule AW 2007 2008 - Oct lastSun 2:00s 1:00 D
574  {
575  7 /*fromYearTiny*/,
576  8 /*toYearTiny*/,
577  10 /*inMonth*/,
578  7 /*onDayOfWeek*/,
579  0 /*onDayOfMonth*/,
580  8 /*atTimeCode*/,
581  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
582  (4 + 4) /*deltaCode*/,
583  'D' /*letter*/,
584  },
585 
586 };
587 
588 
589 
590 const extended::ZonePolicy kPolicyAW ACE_TIME_PROGMEM = {
591  kZoneRulesAW /*rules*/,
592  nullptr /* letters */,
593  4 /*numRules*/,
594  0 /* numLetters */,
595 };
596 
597 //---------------------------------------------------------------------------
598 // Policy name: Arg
599 // Rules: 6
600 // Memory (8-bit): 60
601 // Memory (32-bit): 84
602 //---------------------------------------------------------------------------
603 
604 static const extended::ZoneRule kZoneRulesArg[] ACE_TIME_PROGMEM = {
605  // Rule Arg 1989 1993 - Mar Sun>=1 0:00 0 -
606  {
607  -11 /*fromYearTiny*/,
608  -7 /*toYearTiny*/,
609  3 /*inMonth*/,
610  7 /*onDayOfWeek*/,
611  1 /*onDayOfMonth*/,
612  0 /*atTimeCode*/,
613  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
614  (0 + 4) /*deltaCode*/,
615  '-' /*letter*/,
616  },
617  // Rule Arg 1999 only - Oct Sun>=1 0:00 1:00 -
618  {
619  -1 /*fromYearTiny*/,
620  -1 /*toYearTiny*/,
621  10 /*inMonth*/,
622  7 /*onDayOfWeek*/,
623  1 /*onDayOfMonth*/,
624  0 /*atTimeCode*/,
625  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
626  (4 + 4) /*deltaCode*/,
627  '-' /*letter*/,
628  },
629  // Rule Arg 2000 only - Mar 3 0:00 0 -
630  {
631  0 /*fromYearTiny*/,
632  0 /*toYearTiny*/,
633  3 /*inMonth*/,
634  0 /*onDayOfWeek*/,
635  3 /*onDayOfMonth*/,
636  0 /*atTimeCode*/,
637  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
638  (0 + 4) /*deltaCode*/,
639  '-' /*letter*/,
640  },
641  // Rule Arg 2007 only - Dec 30 0:00 1:00 -
642  {
643  7 /*fromYearTiny*/,
644  7 /*toYearTiny*/,
645  12 /*inMonth*/,
646  0 /*onDayOfWeek*/,
647  30 /*onDayOfMonth*/,
648  0 /*atTimeCode*/,
649  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
650  (4 + 4) /*deltaCode*/,
651  '-' /*letter*/,
652  },
653  // Rule Arg 2008 2009 - Mar Sun>=15 0:00 0 -
654  {
655  8 /*fromYearTiny*/,
656  9 /*toYearTiny*/,
657  3 /*inMonth*/,
658  7 /*onDayOfWeek*/,
659  15 /*onDayOfMonth*/,
660  0 /*atTimeCode*/,
661  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
662  (0 + 4) /*deltaCode*/,
663  '-' /*letter*/,
664  },
665  // Rule Arg 2008 only - Oct Sun>=15 0:00 1:00 -
666  {
667  8 /*fromYearTiny*/,
668  8 /*toYearTiny*/,
669  10 /*inMonth*/,
670  7 /*onDayOfWeek*/,
671  15 /*onDayOfMonth*/,
672  0 /*atTimeCode*/,
673  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
674  (4 + 4) /*deltaCode*/,
675  '-' /*letter*/,
676  },
677 
678 };
679 
680 
681 
682 const extended::ZonePolicy kPolicyArg ACE_TIME_PROGMEM = {
683  kZoneRulesArg /*rules*/,
684  nullptr /* letters */,
685  6 /*numRules*/,
686  0 /* numLetters */,
687 };
688 
689 //---------------------------------------------------------------------------
690 // Policy name: Armenia
691 // Rules: 3
692 // Memory (8-bit): 33
693 // Memory (32-bit): 48
694 //---------------------------------------------------------------------------
695 
696 static const extended::ZoneRule kZoneRulesArmenia[] ACE_TIME_PROGMEM = {
697  // Anchor: Rule Armenia 2011 only - Oct lastSun 2:00s 0 -
698  {
699  -127 /*fromYearTiny*/,
700  -127 /*toYearTiny*/,
701  1 /*inMonth*/,
702  0 /*onDayOfWeek*/,
703  1 /*onDayOfMonth*/,
704  0 /*atTimeCode*/,
705  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
706  (0 + 4) /*deltaCode*/,
707  '-' /*letter*/,
708  },
709  // Rule Armenia 2011 only - Mar lastSun 2:00s 1:00 -
710  {
711  11 /*fromYearTiny*/,
712  11 /*toYearTiny*/,
713  3 /*inMonth*/,
714  7 /*onDayOfWeek*/,
715  0 /*onDayOfMonth*/,
716  8 /*atTimeCode*/,
717  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
718  (4 + 4) /*deltaCode*/,
719  '-' /*letter*/,
720  },
721  // Rule Armenia 2011 only - Oct lastSun 2:00s 0 -
722  {
723  11 /*fromYearTiny*/,
724  11 /*toYearTiny*/,
725  10 /*inMonth*/,
726  7 /*onDayOfWeek*/,
727  0 /*onDayOfMonth*/,
728  8 /*atTimeCode*/,
729  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
730  (0 + 4) /*deltaCode*/,
731  '-' /*letter*/,
732  },
733 
734 };
735 
736 
737 
738 const extended::ZonePolicy kPolicyArmenia ACE_TIME_PROGMEM = {
739  kZoneRulesArmenia /*rules*/,
740  nullptr /* letters */,
741  3 /*numRules*/,
742  0 /* numLetters */,
743 };
744 
745 //---------------------------------------------------------------------------
746 // Policy name: Aus
747 // Rules: 1
748 // Memory (8-bit): 15
749 // Memory (32-bit): 24
750 //---------------------------------------------------------------------------
751 
752 static const extended::ZoneRule kZoneRulesAus[] ACE_TIME_PROGMEM = {
753  // Rule Aus 1943 1944 - Mar lastSun 2:00 0 S
754  {
755  -57 /*fromYearTiny*/,
756  -56 /*toYearTiny*/,
757  3 /*inMonth*/,
758  7 /*onDayOfWeek*/,
759  0 /*onDayOfMonth*/,
760  8 /*atTimeCode*/,
761  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
762  (0 + 4) /*deltaCode*/,
763  'S' /*letter*/,
764  },
765 
766 };
767 
768 
769 
770 const extended::ZonePolicy kPolicyAus ACE_TIME_PROGMEM = {
771  kZoneRulesAus /*rules*/,
772  nullptr /* letters */,
773  1 /*numRules*/,
774  0 /* numLetters */,
775 };
776 
777 //---------------------------------------------------------------------------
778 // Policy name: Azer
779 // Rules: 2
780 // Memory (8-bit): 24
781 // Memory (32-bit): 36
782 //---------------------------------------------------------------------------
783 
784 static const extended::ZoneRule kZoneRulesAzer[] ACE_TIME_PROGMEM = {
785  // Rule Azer 1997 2015 - Mar lastSun 4:00 1:00 -
786  {
787  -3 /*fromYearTiny*/,
788  15 /*toYearTiny*/,
789  3 /*inMonth*/,
790  7 /*onDayOfWeek*/,
791  0 /*onDayOfMonth*/,
792  16 /*atTimeCode*/,
793  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
794  (4 + 4) /*deltaCode*/,
795  '-' /*letter*/,
796  },
797  // Rule Azer 1997 2015 - Oct lastSun 5:00 0 -
798  {
799  -3 /*fromYearTiny*/,
800  15 /*toYearTiny*/,
801  10 /*inMonth*/,
802  7 /*onDayOfWeek*/,
803  0 /*onDayOfMonth*/,
804  20 /*atTimeCode*/,
805  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
806  (0 + 4) /*deltaCode*/,
807  '-' /*letter*/,
808  },
809 
810 };
811 
812 
813 
814 const extended::ZonePolicy kPolicyAzer ACE_TIME_PROGMEM = {
815  kZoneRulesAzer /*rules*/,
816  nullptr /* letters */,
817  2 /*numRules*/,
818  0 /* numLetters */,
819 };
820 
821 //---------------------------------------------------------------------------
822 // Policy name: Barb
823 // Rules: 1
824 // Memory (8-bit): 15
825 // Memory (32-bit): 24
826 //---------------------------------------------------------------------------
827 
828 static const extended::ZoneRule kZoneRulesBarb[] ACE_TIME_PROGMEM = {
829  // Rule Barb 1980 only - Sep 25 2:00 0 S
830  {
831  -20 /*fromYearTiny*/,
832  -20 /*toYearTiny*/,
833  9 /*inMonth*/,
834  0 /*onDayOfWeek*/,
835  25 /*onDayOfMonth*/,
836  8 /*atTimeCode*/,
837  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
838  (0 + 4) /*deltaCode*/,
839  'S' /*letter*/,
840  },
841 
842 };
843 
844 
845 
846 const extended::ZonePolicy kPolicyBarb ACE_TIME_PROGMEM = {
847  kZoneRulesBarb /*rules*/,
848  nullptr /* letters */,
849  1 /*numRules*/,
850  0 /* numLetters */,
851 };
852 
853 //---------------------------------------------------------------------------
854 // Policy name: Belize
855 // Rules: 1
856 // Memory (8-bit): 21
857 // Memory (32-bit): 32
858 //---------------------------------------------------------------------------
859 
860 static const extended::ZoneRule kZoneRulesBelize[] ACE_TIME_PROGMEM = {
861  // Rule Belize 1983 only - Feb 12 0:00 0 CST
862  {
863  -17 /*fromYearTiny*/,
864  -17 /*toYearTiny*/,
865  2 /*inMonth*/,
866  0 /*onDayOfWeek*/,
867  12 /*onDayOfMonth*/,
868  0 /*atTimeCode*/,
869  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
870  (0 + 4) /*deltaCode*/,
871  0 /*letter; "CST"*/,
872  },
873 
874 };
875 
876 static const char* const kLettersBelize[] ACE_TIME_PROGMEM = {
877  /*0*/ "CST",
878 
879 };
880 
881 
882 const extended::ZonePolicy kPolicyBelize ACE_TIME_PROGMEM = {
883  kZoneRulesBelize /*rules*/,
884  kLettersBelize /* letters */,
885  1 /*numRules*/,
886  1 /* numLetters */,
887 };
888 
889 //---------------------------------------------------------------------------
890 // Policy name: Brazil
891 // Rules: 20
892 // Memory (8-bit): 186
893 // Memory (32-bit): 252
894 //---------------------------------------------------------------------------
895 
896 static const extended::ZoneRule kZoneRulesBrazil[] ACE_TIME_PROGMEM = {
897  // Rule Brazil 1998 only - Oct 11 0:00 1:00 -
898  {
899  -2 /*fromYearTiny*/,
900  -2 /*toYearTiny*/,
901  10 /*inMonth*/,
902  0 /*onDayOfWeek*/,
903  11 /*onDayOfMonth*/,
904  0 /*atTimeCode*/,
905  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
906  (4 + 4) /*deltaCode*/,
907  '-' /*letter*/,
908  },
909  // Rule Brazil 1999 only - Feb 21 0:00 0 -
910  {
911  -1 /*fromYearTiny*/,
912  -1 /*toYearTiny*/,
913  2 /*inMonth*/,
914  0 /*onDayOfWeek*/,
915  21 /*onDayOfMonth*/,
916  0 /*atTimeCode*/,
917  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
918  (0 + 4) /*deltaCode*/,
919  '-' /*letter*/,
920  },
921  // Rule Brazil 1999 only - Oct 3 0:00 1:00 -
922  {
923  -1 /*fromYearTiny*/,
924  -1 /*toYearTiny*/,
925  10 /*inMonth*/,
926  0 /*onDayOfWeek*/,
927  3 /*onDayOfMonth*/,
928  0 /*atTimeCode*/,
929  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
930  (4 + 4) /*deltaCode*/,
931  '-' /*letter*/,
932  },
933  // Rule Brazil 2000 only - Feb 27 0:00 0 -
934  {
935  0 /*fromYearTiny*/,
936  0 /*toYearTiny*/,
937  2 /*inMonth*/,
938  0 /*onDayOfWeek*/,
939  27 /*onDayOfMonth*/,
940  0 /*atTimeCode*/,
941  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
942  (0 + 4) /*deltaCode*/,
943  '-' /*letter*/,
944  },
945  // Rule Brazil 2000 2001 - Oct Sun>=8 0:00 1:00 -
946  {
947  0 /*fromYearTiny*/,
948  1 /*toYearTiny*/,
949  10 /*inMonth*/,
950  7 /*onDayOfWeek*/,
951  8 /*onDayOfMonth*/,
952  0 /*atTimeCode*/,
953  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
954  (4 + 4) /*deltaCode*/,
955  '-' /*letter*/,
956  },
957  // Rule Brazil 2001 2006 - Feb Sun>=15 0:00 0 -
958  {
959  1 /*fromYearTiny*/,
960  6 /*toYearTiny*/,
961  2 /*inMonth*/,
962  7 /*onDayOfWeek*/,
963  15 /*onDayOfMonth*/,
964  0 /*atTimeCode*/,
965  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
966  (0 + 4) /*deltaCode*/,
967  '-' /*letter*/,
968  },
969  // Rule Brazil 2002 only - Nov 3 0:00 1:00 -
970  {
971  2 /*fromYearTiny*/,
972  2 /*toYearTiny*/,
973  11 /*inMonth*/,
974  0 /*onDayOfWeek*/,
975  3 /*onDayOfMonth*/,
976  0 /*atTimeCode*/,
977  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
978  (4 + 4) /*deltaCode*/,
979  '-' /*letter*/,
980  },
981  // Rule Brazil 2003 only - Oct 19 0:00 1:00 -
982  {
983  3 /*fromYearTiny*/,
984  3 /*toYearTiny*/,
985  10 /*inMonth*/,
986  0 /*onDayOfWeek*/,
987  19 /*onDayOfMonth*/,
988  0 /*atTimeCode*/,
989  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
990  (4 + 4) /*deltaCode*/,
991  '-' /*letter*/,
992  },
993  // Rule Brazil 2004 only - Nov 2 0:00 1:00 -
994  {
995  4 /*fromYearTiny*/,
996  4 /*toYearTiny*/,
997  11 /*inMonth*/,
998  0 /*onDayOfWeek*/,
999  2 /*onDayOfMonth*/,
1000  0 /*atTimeCode*/,
1001  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
1002  (4 + 4) /*deltaCode*/,
1003  '-' /*letter*/,
1004  },
1005  // Rule Brazil 2005 only - Oct 16 0:00 1:00 -
1006  {
1007  5 /*fromYearTiny*/,
1008  5 /*toYearTiny*/,
1009  10 /*inMonth*/,
1010  0 /*onDayOfWeek*/,
1011  16 /*onDayOfMonth*/,
1012  0 /*atTimeCode*/,
1013  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
1014  (4 + 4) /*deltaCode*/,
1015  '-' /*letter*/,
1016  },
1017  // Rule Brazil 2006 only - Nov 5 0:00 1:00 -
1018  {
1019  6 /*fromYearTiny*/,
1020  6 /*toYearTiny*/,
1021  11 /*inMonth*/,
1022  0 /*onDayOfWeek*/,
1023  5 /*onDayOfMonth*/,
1024  0 /*atTimeCode*/,
1025  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
1026  (4 + 4) /*deltaCode*/,
1027  '-' /*letter*/,
1028  },
1029  // Rule Brazil 2007 only - Feb 25 0:00 0 -
1030  {
1031  7 /*fromYearTiny*/,
1032  7 /*toYearTiny*/,
1033  2 /*inMonth*/,
1034  0 /*onDayOfWeek*/,
1035  25 /*onDayOfMonth*/,
1036  0 /*atTimeCode*/,
1037  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
1038  (0 + 4) /*deltaCode*/,
1039  '-' /*letter*/,
1040  },
1041  // Rule Brazil 2007 only - Oct Sun>=8 0:00 1:00 -
1042  {
1043  7 /*fromYearTiny*/,
1044  7 /*toYearTiny*/,
1045  10 /*inMonth*/,
1046  7 /*onDayOfWeek*/,
1047  8 /*onDayOfMonth*/,
1048  0 /*atTimeCode*/,
1049  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
1050  (4 + 4) /*deltaCode*/,
1051  '-' /*letter*/,
1052  },
1053  // Rule Brazil 2008 2017 - Oct Sun>=15 0:00 1:00 -
1054  {
1055  8 /*fromYearTiny*/,
1056  17 /*toYearTiny*/,
1057  10 /*inMonth*/,
1058  7 /*onDayOfWeek*/,
1059  15 /*onDayOfMonth*/,
1060  0 /*atTimeCode*/,
1061  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
1062  (4 + 4) /*deltaCode*/,
1063  '-' /*letter*/,
1064  },
1065  // Rule Brazil 2008 2011 - Feb Sun>=15 0:00 0 -
1066  {
1067  8 /*fromYearTiny*/,
1068  11 /*toYearTiny*/,
1069  2 /*inMonth*/,
1070  7 /*onDayOfWeek*/,
1071  15 /*onDayOfMonth*/,
1072  0 /*atTimeCode*/,
1073  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
1074  (0 + 4) /*deltaCode*/,
1075  '-' /*letter*/,
1076  },
1077  // Rule Brazil 2012 only - Feb Sun>=22 0:00 0 -
1078  {
1079  12 /*fromYearTiny*/,
1080  12 /*toYearTiny*/,
1081  2 /*inMonth*/,
1082  7 /*onDayOfWeek*/,
1083  22 /*onDayOfMonth*/,
1084  0 /*atTimeCode*/,
1085  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
1086  (0 + 4) /*deltaCode*/,
1087  '-' /*letter*/,
1088  },
1089  // Rule Brazil 2013 2014 - Feb Sun>=15 0:00 0 -
1090  {
1091  13 /*fromYearTiny*/,
1092  14 /*toYearTiny*/,
1093  2 /*inMonth*/,
1094  7 /*onDayOfWeek*/,
1095  15 /*onDayOfMonth*/,
1096  0 /*atTimeCode*/,
1097  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
1098  (0 + 4) /*deltaCode*/,
1099  '-' /*letter*/,
1100  },
1101  // Rule Brazil 2015 only - Feb Sun>=22 0:00 0 -
1102  {
1103  15 /*fromYearTiny*/,
1104  15 /*toYearTiny*/,
1105  2 /*inMonth*/,
1106  7 /*onDayOfWeek*/,
1107  22 /*onDayOfMonth*/,
1108  0 /*atTimeCode*/,
1109  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
1110  (0 + 4) /*deltaCode*/,
1111  '-' /*letter*/,
1112  },
1113  // Rule Brazil 2016 2019 - Feb Sun>=15 0:00 0 -
1114  {
1115  16 /*fromYearTiny*/,
1116  19 /*toYearTiny*/,
1117  2 /*inMonth*/,
1118  7 /*onDayOfWeek*/,
1119  15 /*onDayOfMonth*/,
1120  0 /*atTimeCode*/,
1121  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
1122  (0 + 4) /*deltaCode*/,
1123  '-' /*letter*/,
1124  },
1125  // Rule Brazil 2018 only - Nov Sun>=1 0:00 1:00 -
1126  {
1127  18 /*fromYearTiny*/,
1128  18 /*toYearTiny*/,
1129  11 /*inMonth*/,
1130  7 /*onDayOfWeek*/,
1131  1 /*onDayOfMonth*/,
1132  0 /*atTimeCode*/,
1133  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
1134  (4 + 4) /*deltaCode*/,
1135  '-' /*letter*/,
1136  },
1137 
1138 };
1139 
1140 
1141 
1142 const extended::ZonePolicy kPolicyBrazil ACE_TIME_PROGMEM = {
1143  kZoneRulesBrazil /*rules*/,
1144  nullptr /* letters */,
1145  20 /*numRules*/,
1146  0 /* numLetters */,
1147 };
1148 
1149 //---------------------------------------------------------------------------
1150 // Policy name: C_Eur
1151 // Rules: 3
1152 // Memory (8-bit): 33
1153 // Memory (32-bit): 48
1154 //---------------------------------------------------------------------------
1155 
1156 static const extended::ZoneRule kZoneRulesC_Eur[] ACE_TIME_PROGMEM = {
1157  // Rule C-Eur 1979 1995 - Sep lastSun 2:00s 0 -
1158  {
1159  -21 /*fromYearTiny*/,
1160  -5 /*toYearTiny*/,
1161  9 /*inMonth*/,
1162  7 /*onDayOfWeek*/,
1163  0 /*onDayOfMonth*/,
1164  8 /*atTimeCode*/,
1165  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
1166  (0 + 4) /*deltaCode*/,
1167  '-' /*letter*/,
1168  },
1169  // Rule C-Eur 1981 max - Mar lastSun 2:00s 1:00 S
1170  {
1171  -19 /*fromYearTiny*/,
1172  126 /*toYearTiny*/,
1173  3 /*inMonth*/,
1174  7 /*onDayOfWeek*/,
1175  0 /*onDayOfMonth*/,
1176  8 /*atTimeCode*/,
1177  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
1178  (4 + 4) /*deltaCode*/,
1179  'S' /*letter*/,
1180  },
1181  // Rule C-Eur 1996 max - Oct lastSun 2:00s 0 -
1182  {
1183  -4 /*fromYearTiny*/,
1184  126 /*toYearTiny*/,
1185  10 /*inMonth*/,
1186  7 /*onDayOfWeek*/,
1187  0 /*onDayOfMonth*/,
1188  8 /*atTimeCode*/,
1189  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
1190  (0 + 4) /*deltaCode*/,
1191  '-' /*letter*/,
1192  },
1193 
1194 };
1195 
1196 
1197 
1198 const extended::ZonePolicy kPolicyC_Eur ACE_TIME_PROGMEM = {
1199  kZoneRulesC_Eur /*rules*/,
1200  nullptr /* letters */,
1201  3 /*numRules*/,
1202  0 /* numLetters */,
1203 };
1204 
1205 //---------------------------------------------------------------------------
1206 // Policy name: CO
1207 // Rules: 1
1208 // Memory (8-bit): 15
1209 // Memory (32-bit): 24
1210 //---------------------------------------------------------------------------
1211 
1212 static const extended::ZoneRule kZoneRulesCO[] ACE_TIME_PROGMEM = {
1213  // Rule CO 1993 only - Apr 4 0:00 0 -
1214  {
1215  -7 /*fromYearTiny*/,
1216  -7 /*toYearTiny*/,
1217  4 /*inMonth*/,
1218  0 /*onDayOfWeek*/,
1219  4 /*onDayOfMonth*/,
1220  0 /*atTimeCode*/,
1221  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
1222  (0 + 4) /*deltaCode*/,
1223  '-' /*letter*/,
1224  },
1225 
1226 };
1227 
1228 
1229 
1230 const extended::ZonePolicy kPolicyCO ACE_TIME_PROGMEM = {
1231  kZoneRulesCO /*rules*/,
1232  nullptr /* letters */,
1233  1 /*numRules*/,
1234  0 /* numLetters */,
1235 };
1236 
1237 //---------------------------------------------------------------------------
1238 // Policy name: CR
1239 // Rules: 1
1240 // Memory (8-bit): 15
1241 // Memory (32-bit): 24
1242 //---------------------------------------------------------------------------
1243 
1244 static const extended::ZoneRule kZoneRulesCR[] ACE_TIME_PROGMEM = {
1245  // Rule CR 1992 only - Mar 15 0:00 0 S
1246  {
1247  -8 /*fromYearTiny*/,
1248  -8 /*toYearTiny*/,
1249  3 /*inMonth*/,
1250  0 /*onDayOfWeek*/,
1251  15 /*onDayOfMonth*/,
1252  0 /*atTimeCode*/,
1253  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
1254  (0 + 4) /*deltaCode*/,
1255  'S' /*letter*/,
1256  },
1257 
1258 };
1259 
1260 
1261 
1262 const extended::ZonePolicy kPolicyCR ACE_TIME_PROGMEM = {
1263  kZoneRulesCR /*rules*/,
1264  nullptr /* letters */,
1265  1 /*numRules*/,
1266  0 /* numLetters */,
1267 };
1268 
1269 //---------------------------------------------------------------------------
1270 // Policy name: Canada
1271 // Rules: 5
1272 // Memory (8-bit): 51
1273 // Memory (32-bit): 72
1274 //---------------------------------------------------------------------------
1275 
1276 static const extended::ZoneRule kZoneRulesCanada[] ACE_TIME_PROGMEM = {
1277  // Rule Canada 1974 1986 - Apr lastSun 2:00 1:00 D
1278  {
1279  -26 /*fromYearTiny*/,
1280  -14 /*toYearTiny*/,
1281  4 /*inMonth*/,
1282  7 /*onDayOfWeek*/,
1283  0 /*onDayOfMonth*/,
1284  8 /*atTimeCode*/,
1285  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
1286  (4 + 4) /*deltaCode*/,
1287  'D' /*letter*/,
1288  },
1289  // Rule Canada 1974 2006 - Oct lastSun 2:00 0 S
1290  {
1291  -26 /*fromYearTiny*/,
1292  6 /*toYearTiny*/,
1293  10 /*inMonth*/,
1294  7 /*onDayOfWeek*/,
1295  0 /*onDayOfMonth*/,
1296  8 /*atTimeCode*/,
1297  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
1298  (0 + 4) /*deltaCode*/,
1299  'S' /*letter*/,
1300  },
1301  // Rule Canada 1987 2006 - Apr Sun>=1 2:00 1:00 D
1302  {
1303  -13 /*fromYearTiny*/,
1304  6 /*toYearTiny*/,
1305  4 /*inMonth*/,
1306  7 /*onDayOfWeek*/,
1307  1 /*onDayOfMonth*/,
1308  8 /*atTimeCode*/,
1309  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
1310  (4 + 4) /*deltaCode*/,
1311  'D' /*letter*/,
1312  },
1313  // Rule Canada 2007 max - Mar Sun>=8 2:00 1:00 D
1314  {
1315  7 /*fromYearTiny*/,
1316  126 /*toYearTiny*/,
1317  3 /*inMonth*/,
1318  7 /*onDayOfWeek*/,
1319  8 /*onDayOfMonth*/,
1320  8 /*atTimeCode*/,
1321  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
1322  (4 + 4) /*deltaCode*/,
1323  'D' /*letter*/,
1324  },
1325  // Rule Canada 2007 max - Nov Sun>=1 2:00 0 S
1326  {
1327  7 /*fromYearTiny*/,
1328  126 /*toYearTiny*/,
1329  11 /*inMonth*/,
1330  7 /*onDayOfWeek*/,
1331  1 /*onDayOfMonth*/,
1332  8 /*atTimeCode*/,
1333  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
1334  (0 + 4) /*deltaCode*/,
1335  'S' /*letter*/,
1336  },
1337 
1338 };
1339 
1340 
1341 
1342 const extended::ZonePolicy kPolicyCanada ACE_TIME_PROGMEM = {
1343  kZoneRulesCanada /*rules*/,
1344  nullptr /* letters */,
1345  5 /*numRules*/,
1346  0 /* numLetters */,
1347 };
1348 
1349 //---------------------------------------------------------------------------
1350 // Policy name: Chatham
1351 // Rules: 5
1352 // Memory (8-bit): 51
1353 // Memory (32-bit): 72
1354 //---------------------------------------------------------------------------
1355 
1356 static const extended::ZoneRule kZoneRulesChatham[] ACE_TIME_PROGMEM = {
1357  // Rule Chatham 1989 only - Oct Sun>=8 2:45s 1:00 -
1358  {
1359  -11 /*fromYearTiny*/,
1360  -11 /*toYearTiny*/,
1361  10 /*inMonth*/,
1362  7 /*onDayOfWeek*/,
1363  8 /*onDayOfMonth*/,
1364  11 /*atTimeCode*/,
1365  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
1366  (4 + 4) /*deltaCode*/,
1367  '-' /*letter*/,
1368  },
1369  // Rule Chatham 1990 2006 - Oct Sun>=1 2:45s 1:00 -
1370  {
1371  -10 /*fromYearTiny*/,
1372  6 /*toYearTiny*/,
1373  10 /*inMonth*/,
1374  7 /*onDayOfWeek*/,
1375  1 /*onDayOfMonth*/,
1376  11 /*atTimeCode*/,
1377  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
1378  (4 + 4) /*deltaCode*/,
1379  '-' /*letter*/,
1380  },
1381  // Rule Chatham 1990 2007 - Mar Sun>=15 2:45s 0 -
1382  {
1383  -10 /*fromYearTiny*/,
1384  7 /*toYearTiny*/,
1385  3 /*inMonth*/,
1386  7 /*onDayOfWeek*/,
1387  15 /*onDayOfMonth*/,
1388  11 /*atTimeCode*/,
1389  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
1390  (0 + 4) /*deltaCode*/,
1391  '-' /*letter*/,
1392  },
1393  // Rule Chatham 2007 max - Sep lastSun 2:45s 1:00 -
1394  {
1395  7 /*fromYearTiny*/,
1396  126 /*toYearTiny*/,
1397  9 /*inMonth*/,
1398  7 /*onDayOfWeek*/,
1399  0 /*onDayOfMonth*/,
1400  11 /*atTimeCode*/,
1401  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
1402  (4 + 4) /*deltaCode*/,
1403  '-' /*letter*/,
1404  },
1405  // Rule Chatham 2008 max - Apr Sun>=1 2:45s 0 -
1406  {
1407  8 /*fromYearTiny*/,
1408  126 /*toYearTiny*/,
1409  4 /*inMonth*/,
1410  7 /*onDayOfWeek*/,
1411  1 /*onDayOfMonth*/,
1412  11 /*atTimeCode*/,
1413  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
1414  (0 + 4) /*deltaCode*/,
1415  '-' /*letter*/,
1416  },
1417 
1418 };
1419 
1420 
1421 
1422 const extended::ZonePolicy kPolicyChatham ACE_TIME_PROGMEM = {
1423  kZoneRulesChatham /*rules*/,
1424  nullptr /* letters */,
1425  5 /*numRules*/,
1426  0 /* numLetters */,
1427 };
1428 
1429 //---------------------------------------------------------------------------
1430 // Policy name: Chile
1431 // Rules: 15
1432 // Memory (8-bit): 141
1433 // Memory (32-bit): 192
1434 //---------------------------------------------------------------------------
1435 
1436 static const extended::ZoneRule kZoneRulesChile[] ACE_TIME_PROGMEM = {
1437  // Rule Chile 1998 only - Sep 27 4:00u 1:00 -
1438  {
1439  -2 /*fromYearTiny*/,
1440  -2 /*toYearTiny*/,
1441  9 /*inMonth*/,
1442  0 /*onDayOfWeek*/,
1443  27 /*onDayOfMonth*/,
1444  16 /*atTimeCode*/,
1445  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
1446  (4 + 4) /*deltaCode*/,
1447  '-' /*letter*/,
1448  },
1449  // Rule Chile 1999 only - Apr 4 3:00u 0 -
1450  {
1451  -1 /*fromYearTiny*/,
1452  -1 /*toYearTiny*/,
1453  4 /*inMonth*/,
1454  0 /*onDayOfWeek*/,
1455  4 /*onDayOfMonth*/,
1456  12 /*atTimeCode*/,
1457  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
1458  (0 + 4) /*deltaCode*/,
1459  '-' /*letter*/,
1460  },
1461  // Rule Chile 1999 2010 - Oct Sun>=9 4:00u 1:00 -
1462  {
1463  -1 /*fromYearTiny*/,
1464  10 /*toYearTiny*/,
1465  10 /*inMonth*/,
1466  7 /*onDayOfWeek*/,
1467  9 /*onDayOfMonth*/,
1468  16 /*atTimeCode*/,
1469  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
1470  (4 + 4) /*deltaCode*/,
1471  '-' /*letter*/,
1472  },
1473  // Rule Chile 2000 2007 - Mar Sun>=9 3:00u 0 -
1474  {
1475  0 /*fromYearTiny*/,
1476  7 /*toYearTiny*/,
1477  3 /*inMonth*/,
1478  7 /*onDayOfWeek*/,
1479  9 /*onDayOfMonth*/,
1480  12 /*atTimeCode*/,
1481  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
1482  (0 + 4) /*deltaCode*/,
1483  '-' /*letter*/,
1484  },
1485  // Rule Chile 2008 only - Mar 30 3:00u 0 -
1486  {
1487  8 /*fromYearTiny*/,
1488  8 /*toYearTiny*/,
1489  3 /*inMonth*/,
1490  0 /*onDayOfWeek*/,
1491  30 /*onDayOfMonth*/,
1492  12 /*atTimeCode*/,
1493  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
1494  (0 + 4) /*deltaCode*/,
1495  '-' /*letter*/,
1496  },
1497  // Rule Chile 2009 only - Mar Sun>=9 3:00u 0 -
1498  {
1499  9 /*fromYearTiny*/,
1500  9 /*toYearTiny*/,
1501  3 /*inMonth*/,
1502  7 /*onDayOfWeek*/,
1503  9 /*onDayOfMonth*/,
1504  12 /*atTimeCode*/,
1505  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
1506  (0 + 4) /*deltaCode*/,
1507  '-' /*letter*/,
1508  },
1509  // Rule Chile 2010 only - Apr Sun>=1 3:00u 0 -
1510  {
1511  10 /*fromYearTiny*/,
1512  10 /*toYearTiny*/,
1513  4 /*inMonth*/,
1514  7 /*onDayOfWeek*/,
1515  1 /*onDayOfMonth*/,
1516  12 /*atTimeCode*/,
1517  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
1518  (0 + 4) /*deltaCode*/,
1519  '-' /*letter*/,
1520  },
1521  // Rule Chile 2011 only - May Sun>=2 3:00u 0 -
1522  {
1523  11 /*fromYearTiny*/,
1524  11 /*toYearTiny*/,
1525  5 /*inMonth*/,
1526  7 /*onDayOfWeek*/,
1527  2 /*onDayOfMonth*/,
1528  12 /*atTimeCode*/,
1529  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
1530  (0 + 4) /*deltaCode*/,
1531  '-' /*letter*/,
1532  },
1533  // Rule Chile 2011 only - Aug Sun>=16 4:00u 1:00 -
1534  {
1535  11 /*fromYearTiny*/,
1536  11 /*toYearTiny*/,
1537  8 /*inMonth*/,
1538  7 /*onDayOfWeek*/,
1539  16 /*onDayOfMonth*/,
1540  16 /*atTimeCode*/,
1541  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
1542  (4 + 4) /*deltaCode*/,
1543  '-' /*letter*/,
1544  },
1545  // Rule Chile 2012 2014 - Apr Sun>=23 3:00u 0 -
1546  {
1547  12 /*fromYearTiny*/,
1548  14 /*toYearTiny*/,
1549  4 /*inMonth*/,
1550  7 /*onDayOfWeek*/,
1551  23 /*onDayOfMonth*/,
1552  12 /*atTimeCode*/,
1553  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
1554  (0 + 4) /*deltaCode*/,
1555  '-' /*letter*/,
1556  },
1557  // Rule Chile 2012 2014 - Sep Sun>=2 4:00u 1:00 -
1558  {
1559  12 /*fromYearTiny*/,
1560  14 /*toYearTiny*/,
1561  9 /*inMonth*/,
1562  7 /*onDayOfWeek*/,
1563  2 /*onDayOfMonth*/,
1564  16 /*atTimeCode*/,
1565  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
1566  (4 + 4) /*deltaCode*/,
1567  '-' /*letter*/,
1568  },
1569  // Rule Chile 2016 2018 - May Sun>=9 3:00u 0 -
1570  {
1571  16 /*fromYearTiny*/,
1572  18 /*toYearTiny*/,
1573  5 /*inMonth*/,
1574  7 /*onDayOfWeek*/,
1575  9 /*onDayOfMonth*/,
1576  12 /*atTimeCode*/,
1577  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
1578  (0 + 4) /*deltaCode*/,
1579  '-' /*letter*/,
1580  },
1581  // Rule Chile 2016 2018 - Aug Sun>=9 4:00u 1:00 -
1582  {
1583  16 /*fromYearTiny*/,
1584  18 /*toYearTiny*/,
1585  8 /*inMonth*/,
1586  7 /*onDayOfWeek*/,
1587  9 /*onDayOfMonth*/,
1588  16 /*atTimeCode*/,
1589  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
1590  (4 + 4) /*deltaCode*/,
1591  '-' /*letter*/,
1592  },
1593  // Rule Chile 2019 max - Apr Sun>=2 3:00u 0 -
1594  {
1595  19 /*fromYearTiny*/,
1596  126 /*toYearTiny*/,
1597  4 /*inMonth*/,
1598  7 /*onDayOfWeek*/,
1599  2 /*onDayOfMonth*/,
1600  12 /*atTimeCode*/,
1601  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
1602  (0 + 4) /*deltaCode*/,
1603  '-' /*letter*/,
1604  },
1605  // Rule Chile 2019 max - Sep Sun>=2 4:00u 1:00 -
1606  {
1607  19 /*fromYearTiny*/,
1608  126 /*toYearTiny*/,
1609  9 /*inMonth*/,
1610  7 /*onDayOfWeek*/,
1611  2 /*onDayOfMonth*/,
1612  16 /*atTimeCode*/,
1613  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
1614  (4 + 4) /*deltaCode*/,
1615  '-' /*letter*/,
1616  },
1617 
1618 };
1619 
1620 
1621 
1622 const extended::ZonePolicy kPolicyChile ACE_TIME_PROGMEM = {
1623  kZoneRulesChile /*rules*/,
1624  nullptr /* letters */,
1625  15 /*numRules*/,
1626  0 /* numLetters */,
1627 };
1628 
1629 //---------------------------------------------------------------------------
1630 // Policy name: Cook
1631 // Rules: 1
1632 // Memory (8-bit): 15
1633 // Memory (32-bit): 24
1634 //---------------------------------------------------------------------------
1635 
1636 static const extended::ZoneRule kZoneRulesCook[] ACE_TIME_PROGMEM = {
1637  // Rule Cook 1979 1991 - Mar Sun>=1 0:00 0 -
1638  {
1639  -21 /*fromYearTiny*/,
1640  -9 /*toYearTiny*/,
1641  3 /*inMonth*/,
1642  7 /*onDayOfWeek*/,
1643  1 /*onDayOfMonth*/,
1644  0 /*atTimeCode*/,
1645  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
1646  (0 + 4) /*deltaCode*/,
1647  '-' /*letter*/,
1648  },
1649 
1650 };
1651 
1652 
1653 
1654 const extended::ZonePolicy kPolicyCook ACE_TIME_PROGMEM = {
1655  kZoneRulesCook /*rules*/,
1656  nullptr /* letters */,
1657  1 /*numRules*/,
1658  0 /* numLetters */,
1659 };
1660 
1661 //---------------------------------------------------------------------------
1662 // Policy name: Cuba
1663 // Rules: 14
1664 // Memory (8-bit): 132
1665 // Memory (32-bit): 180
1666 //---------------------------------------------------------------------------
1667 
1668 static const extended::ZoneRule kZoneRulesCuba[] ACE_TIME_PROGMEM = {
1669  // Rule Cuba 1997 only - Oct 12 0:00s 0 S
1670  {
1671  -3 /*fromYearTiny*/,
1672  -3 /*toYearTiny*/,
1673  10 /*inMonth*/,
1674  0 /*onDayOfWeek*/,
1675  12 /*onDayOfMonth*/,
1676  0 /*atTimeCode*/,
1677  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
1678  (0 + 4) /*deltaCode*/,
1679  'S' /*letter*/,
1680  },
1681  // Rule Cuba 1998 1999 - Mar lastSun 0:00s 1:00 D
1682  {
1683  -2 /*fromYearTiny*/,
1684  -1 /*toYearTiny*/,
1685  3 /*inMonth*/,
1686  7 /*onDayOfWeek*/,
1687  0 /*onDayOfMonth*/,
1688  0 /*atTimeCode*/,
1689  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
1690  (4 + 4) /*deltaCode*/,
1691  'D' /*letter*/,
1692  },
1693  // Rule Cuba 1998 2003 - Oct lastSun 0:00s 0 S
1694  {
1695  -2 /*fromYearTiny*/,
1696  3 /*toYearTiny*/,
1697  10 /*inMonth*/,
1698  7 /*onDayOfWeek*/,
1699  0 /*onDayOfMonth*/,
1700  0 /*atTimeCode*/,
1701  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
1702  (0 + 4) /*deltaCode*/,
1703  'S' /*letter*/,
1704  },
1705  // Rule Cuba 2000 2003 - Apr Sun>=1 0:00s 1:00 D
1706  {
1707  0 /*fromYearTiny*/,
1708  3 /*toYearTiny*/,
1709  4 /*inMonth*/,
1710  7 /*onDayOfWeek*/,
1711  1 /*onDayOfMonth*/,
1712  0 /*atTimeCode*/,
1713  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
1714  (4 + 4) /*deltaCode*/,
1715  'D' /*letter*/,
1716  },
1717  // Rule Cuba 2004 only - Mar lastSun 0:00s 1:00 D
1718  {
1719  4 /*fromYearTiny*/,
1720  4 /*toYearTiny*/,
1721  3 /*inMonth*/,
1722  7 /*onDayOfWeek*/,
1723  0 /*onDayOfMonth*/,
1724  0 /*atTimeCode*/,
1725  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
1726  (4 + 4) /*deltaCode*/,
1727  'D' /*letter*/,
1728  },
1729  // Rule Cuba 2006 2010 - Oct lastSun 0:00s 0 S
1730  {
1731  6 /*fromYearTiny*/,
1732  10 /*toYearTiny*/,
1733  10 /*inMonth*/,
1734  7 /*onDayOfWeek*/,
1735  0 /*onDayOfMonth*/,
1736  0 /*atTimeCode*/,
1737  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
1738  (0 + 4) /*deltaCode*/,
1739  'S' /*letter*/,
1740  },
1741  // Rule Cuba 2007 only - Mar Sun>=8 0:00s 1:00 D
1742  {
1743  7 /*fromYearTiny*/,
1744  7 /*toYearTiny*/,
1745  3 /*inMonth*/,
1746  7 /*onDayOfWeek*/,
1747  8 /*onDayOfMonth*/,
1748  0 /*atTimeCode*/,
1749  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
1750  (4 + 4) /*deltaCode*/,
1751  'D' /*letter*/,
1752  },
1753  // Rule Cuba 2008 only - Mar Sun>=15 0:00s 1:00 D
1754  {
1755  8 /*fromYearTiny*/,
1756  8 /*toYearTiny*/,
1757  3 /*inMonth*/,
1758  7 /*onDayOfWeek*/,
1759  15 /*onDayOfMonth*/,
1760  0 /*atTimeCode*/,
1761  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
1762  (4 + 4) /*deltaCode*/,
1763  'D' /*letter*/,
1764  },
1765  // Rule Cuba 2009 2010 - Mar Sun>=8 0:00s 1:00 D
1766  {
1767  9 /*fromYearTiny*/,
1768  10 /*toYearTiny*/,
1769  3 /*inMonth*/,
1770  7 /*onDayOfWeek*/,
1771  8 /*onDayOfMonth*/,
1772  0 /*atTimeCode*/,
1773  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
1774  (4 + 4) /*deltaCode*/,
1775  'D' /*letter*/,
1776  },
1777  // Rule Cuba 2011 only - Mar Sun>=15 0:00s 1:00 D
1778  {
1779  11 /*fromYearTiny*/,
1780  11 /*toYearTiny*/,
1781  3 /*inMonth*/,
1782  7 /*onDayOfWeek*/,
1783  15 /*onDayOfMonth*/,
1784  0 /*atTimeCode*/,
1785  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
1786  (4 + 4) /*deltaCode*/,
1787  'D' /*letter*/,
1788  },
1789  // Rule Cuba 2011 only - Nov 13 0:00s 0 S
1790  {
1791  11 /*fromYearTiny*/,
1792  11 /*toYearTiny*/,
1793  11 /*inMonth*/,
1794  0 /*onDayOfWeek*/,
1795  13 /*onDayOfMonth*/,
1796  0 /*atTimeCode*/,
1797  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
1798  (0 + 4) /*deltaCode*/,
1799  'S' /*letter*/,
1800  },
1801  // Rule Cuba 2012 only - Apr 1 0:00s 1:00 D
1802  {
1803  12 /*fromYearTiny*/,
1804  12 /*toYearTiny*/,
1805  4 /*inMonth*/,
1806  0 /*onDayOfWeek*/,
1807  1 /*onDayOfMonth*/,
1808  0 /*atTimeCode*/,
1809  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
1810  (4 + 4) /*deltaCode*/,
1811  'D' /*letter*/,
1812  },
1813  // Rule Cuba 2012 max - Nov Sun>=1 0:00s 0 S
1814  {
1815  12 /*fromYearTiny*/,
1816  126 /*toYearTiny*/,
1817  11 /*inMonth*/,
1818  7 /*onDayOfWeek*/,
1819  1 /*onDayOfMonth*/,
1820  0 /*atTimeCode*/,
1821  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
1822  (0 + 4) /*deltaCode*/,
1823  'S' /*letter*/,
1824  },
1825  // Rule Cuba 2013 max - Mar Sun>=8 0:00s 1:00 D
1826  {
1827  13 /*fromYearTiny*/,
1828  126 /*toYearTiny*/,
1829  3 /*inMonth*/,
1830  7 /*onDayOfWeek*/,
1831  8 /*onDayOfMonth*/,
1832  0 /*atTimeCode*/,
1833  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
1834  (4 + 4) /*deltaCode*/,
1835  'D' /*letter*/,
1836  },
1837 
1838 };
1839 
1840 
1841 
1842 const extended::ZonePolicy kPolicyCuba ACE_TIME_PROGMEM = {
1843  kZoneRulesCuba /*rules*/,
1844  nullptr /* letters */,
1845  14 /*numRules*/,
1846  0 /* numLetters */,
1847 };
1848 
1849 //---------------------------------------------------------------------------
1850 // Policy name: Dhaka
1851 // Rules: 3
1852 // Memory (8-bit): 33
1853 // Memory (32-bit): 48
1854 //---------------------------------------------------------------------------
1855 
1856 static const extended::ZoneRule kZoneRulesDhaka[] ACE_TIME_PROGMEM = {
1857  // Anchor: Rule Dhaka 2009 only - Dec 31 24:00 0 -
1858  {
1859  -127 /*fromYearTiny*/,
1860  -127 /*toYearTiny*/,
1861  1 /*inMonth*/,
1862  0 /*onDayOfWeek*/,
1863  1 /*onDayOfMonth*/,
1864  0 /*atTimeCode*/,
1865  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
1866  (0 + 4) /*deltaCode*/,
1867  '-' /*letter*/,
1868  },
1869  // Rule Dhaka 2009 only - Jun 19 23:00 1:00 -
1870  {
1871  9 /*fromYearTiny*/,
1872  9 /*toYearTiny*/,
1873  6 /*inMonth*/,
1874  0 /*onDayOfWeek*/,
1875  19 /*onDayOfMonth*/,
1876  92 /*atTimeCode*/,
1877  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
1878  (4 + 4) /*deltaCode*/,
1879  '-' /*letter*/,
1880  },
1881  // Rule Dhaka 2009 only - Dec 31 24:00 0 -
1882  {
1883  9 /*fromYearTiny*/,
1884  9 /*toYearTiny*/,
1885  12 /*inMonth*/,
1886  0 /*onDayOfWeek*/,
1887  31 /*onDayOfMonth*/,
1888  96 /*atTimeCode*/,
1889  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
1890  (0 + 4) /*deltaCode*/,
1891  '-' /*letter*/,
1892  },
1893 
1894 };
1895 
1896 
1897 
1898 const extended::ZonePolicy kPolicyDhaka ACE_TIME_PROGMEM = {
1899  kZoneRulesDhaka /*rules*/,
1900  nullptr /* letters */,
1901  3 /*numRules*/,
1902  0 /* numLetters */,
1903 };
1904 
1905 //---------------------------------------------------------------------------
1906 // Policy name: E_EurAsia
1907 // Rules: 3
1908 // Memory (8-bit): 33
1909 // Memory (32-bit): 48
1910 //---------------------------------------------------------------------------
1911 
1912 static const extended::ZoneRule kZoneRulesE_EurAsia[] ACE_TIME_PROGMEM = {
1913  // Rule E-EurAsia 1981 max - Mar lastSun 0:00 1:00 -
1914  {
1915  -19 /*fromYearTiny*/,
1916  126 /*toYearTiny*/,
1917  3 /*inMonth*/,
1918  7 /*onDayOfWeek*/,
1919  0 /*onDayOfMonth*/,
1920  0 /*atTimeCode*/,
1921  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
1922  (4 + 4) /*deltaCode*/,
1923  '-' /*letter*/,
1924  },
1925  // Rule E-EurAsia 1979 1995 - Sep lastSun 0:00 0 -
1926  {
1927  -21 /*fromYearTiny*/,
1928  -5 /*toYearTiny*/,
1929  9 /*inMonth*/,
1930  7 /*onDayOfWeek*/,
1931  0 /*onDayOfMonth*/,
1932  0 /*atTimeCode*/,
1933  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
1934  (0 + 4) /*deltaCode*/,
1935  '-' /*letter*/,
1936  },
1937  // Rule E-EurAsia 1996 max - Oct lastSun 0:00 0 -
1938  {
1939  -4 /*fromYearTiny*/,
1940  126 /*toYearTiny*/,
1941  10 /*inMonth*/,
1942  7 /*onDayOfWeek*/,
1943  0 /*onDayOfMonth*/,
1944  0 /*atTimeCode*/,
1945  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
1946  (0 + 4) /*deltaCode*/,
1947  '-' /*letter*/,
1948  },
1949 
1950 };
1951 
1952 
1953 
1954 const extended::ZonePolicy kPolicyE_EurAsia ACE_TIME_PROGMEM = {
1955  kZoneRulesE_EurAsia /*rules*/,
1956  nullptr /* letters */,
1957  3 /*numRules*/,
1958  0 /* numLetters */,
1959 };
1960 
1961 //---------------------------------------------------------------------------
1962 // Policy name: EU
1963 // Rules: 3
1964 // Memory (8-bit): 33
1965 // Memory (32-bit): 48
1966 //---------------------------------------------------------------------------
1967 
1968 static const extended::ZoneRule kZoneRulesEU[] ACE_TIME_PROGMEM = {
1969  // Rule EU 1979 1995 - Sep lastSun 1:00u 0 -
1970  {
1971  -21 /*fromYearTiny*/,
1972  -5 /*toYearTiny*/,
1973  9 /*inMonth*/,
1974  7 /*onDayOfWeek*/,
1975  0 /*onDayOfMonth*/,
1976  4 /*atTimeCode*/,
1977  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
1978  (0 + 4) /*deltaCode*/,
1979  '-' /*letter*/,
1980  },
1981  // Rule EU 1981 max - Mar lastSun 1:00u 1:00 S
1982  {
1983  -19 /*fromYearTiny*/,
1984  126 /*toYearTiny*/,
1985  3 /*inMonth*/,
1986  7 /*onDayOfWeek*/,
1987  0 /*onDayOfMonth*/,
1988  4 /*atTimeCode*/,
1989  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
1990  (4 + 4) /*deltaCode*/,
1991  'S' /*letter*/,
1992  },
1993  // Rule EU 1996 max - Oct lastSun 1:00u 0 -
1994  {
1995  -4 /*fromYearTiny*/,
1996  126 /*toYearTiny*/,
1997  10 /*inMonth*/,
1998  7 /*onDayOfWeek*/,
1999  0 /*onDayOfMonth*/,
2000  4 /*atTimeCode*/,
2001  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
2002  (0 + 4) /*deltaCode*/,
2003  '-' /*letter*/,
2004  },
2005 
2006 };
2007 
2008 
2009 
2010 const extended::ZonePolicy kPolicyEU ACE_TIME_PROGMEM = {
2011  kZoneRulesEU /*rules*/,
2012  nullptr /* letters */,
2013  3 /*numRules*/,
2014  0 /* numLetters */,
2015 };
2016 
2017 //---------------------------------------------------------------------------
2018 // Policy name: EUAsia
2019 // Rules: 3
2020 // Memory (8-bit): 33
2021 // Memory (32-bit): 48
2022 //---------------------------------------------------------------------------
2023 
2024 static const extended::ZoneRule kZoneRulesEUAsia[] ACE_TIME_PROGMEM = {
2025  // Rule EUAsia 1981 max - Mar lastSun 1:00u 1:00 S
2026  {
2027  -19 /*fromYearTiny*/,
2028  126 /*toYearTiny*/,
2029  3 /*inMonth*/,
2030  7 /*onDayOfWeek*/,
2031  0 /*onDayOfMonth*/,
2032  4 /*atTimeCode*/,
2033  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
2034  (4 + 4) /*deltaCode*/,
2035  'S' /*letter*/,
2036  },
2037  // Rule EUAsia 1979 1995 - Sep lastSun 1:00u 0 -
2038  {
2039  -21 /*fromYearTiny*/,
2040  -5 /*toYearTiny*/,
2041  9 /*inMonth*/,
2042  7 /*onDayOfWeek*/,
2043  0 /*onDayOfMonth*/,
2044  4 /*atTimeCode*/,
2045  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
2046  (0 + 4) /*deltaCode*/,
2047  '-' /*letter*/,
2048  },
2049  // Rule EUAsia 1996 max - Oct lastSun 1:00u 0 -
2050  {
2051  -4 /*fromYearTiny*/,
2052  126 /*toYearTiny*/,
2053  10 /*inMonth*/,
2054  7 /*onDayOfWeek*/,
2055  0 /*onDayOfMonth*/,
2056  4 /*atTimeCode*/,
2057  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
2058  (0 + 4) /*deltaCode*/,
2059  '-' /*letter*/,
2060  },
2061 
2062 };
2063 
2064 
2065 
2066 const extended::ZonePolicy kPolicyEUAsia ACE_TIME_PROGMEM = {
2067  kZoneRulesEUAsia /*rules*/,
2068  nullptr /* letters */,
2069  3 /*numRules*/,
2070  0 /* numLetters */,
2071 };
2072 
2073 //---------------------------------------------------------------------------
2074 // Policy name: Ecuador
2075 // Rules: 1
2076 // Memory (8-bit): 15
2077 // Memory (32-bit): 24
2078 //---------------------------------------------------------------------------
2079 
2080 static const extended::ZoneRule kZoneRulesEcuador[] ACE_TIME_PROGMEM = {
2081  // Rule Ecuador 1993 only - Feb 5 0:00 0 -
2082  {
2083  -7 /*fromYearTiny*/,
2084  -7 /*toYearTiny*/,
2085  2 /*inMonth*/,
2086  0 /*onDayOfWeek*/,
2087  5 /*onDayOfMonth*/,
2088  0 /*atTimeCode*/,
2089  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2090  (0 + 4) /*deltaCode*/,
2091  '-' /*letter*/,
2092  },
2093 
2094 };
2095 
2096 
2097 
2098 const extended::ZonePolicy kPolicyEcuador ACE_TIME_PROGMEM = {
2099  kZoneRulesEcuador /*rules*/,
2100  nullptr /* letters */,
2101  1 /*numRules*/,
2102  0 /* numLetters */,
2103 };
2104 
2105 //---------------------------------------------------------------------------
2106 // Policy name: Egypt
2107 // Rules: 14
2108 // Memory (8-bit): 132
2109 // Memory (32-bit): 180
2110 //---------------------------------------------------------------------------
2111 
2112 static const extended::ZoneRule kZoneRulesEgypt[] ACE_TIME_PROGMEM = {
2113  // Rule Egypt 1966 1994 - Oct 1 3:00 0 -
2114  {
2115  -34 /*fromYearTiny*/,
2116  -6 /*toYearTiny*/,
2117  10 /*inMonth*/,
2118  0 /*onDayOfWeek*/,
2119  1 /*onDayOfMonth*/,
2120  12 /*atTimeCode*/,
2121  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2122  (0 + 4) /*deltaCode*/,
2123  '-' /*letter*/,
2124  },
2125  // Rule Egypt 1995 2010 - Apr lastFri 0:00s 1:00 S
2126  {
2127  -5 /*fromYearTiny*/,
2128  10 /*toYearTiny*/,
2129  4 /*inMonth*/,
2130  5 /*onDayOfWeek*/,
2131  0 /*onDayOfMonth*/,
2132  0 /*atTimeCode*/,
2133  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
2134  (4 + 4) /*deltaCode*/,
2135  'S' /*letter*/,
2136  },
2137  // Rule Egypt 1995 2005 - Sep lastThu 24:00 0 -
2138  {
2139  -5 /*fromYearTiny*/,
2140  5 /*toYearTiny*/,
2141  9 /*inMonth*/,
2142  4 /*onDayOfWeek*/,
2143  0 /*onDayOfMonth*/,
2144  96 /*atTimeCode*/,
2145  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2146  (0 + 4) /*deltaCode*/,
2147  '-' /*letter*/,
2148  },
2149  // Rule Egypt 2006 only - Sep 21 24:00 0 -
2150  {
2151  6 /*fromYearTiny*/,
2152  6 /*toYearTiny*/,
2153  9 /*inMonth*/,
2154  0 /*onDayOfWeek*/,
2155  21 /*onDayOfMonth*/,
2156  96 /*atTimeCode*/,
2157  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2158  (0 + 4) /*deltaCode*/,
2159  '-' /*letter*/,
2160  },
2161  // Rule Egypt 2007 only - Sep Thu>=1 24:00 0 -
2162  {
2163  7 /*fromYearTiny*/,
2164  7 /*toYearTiny*/,
2165  9 /*inMonth*/,
2166  4 /*onDayOfWeek*/,
2167  1 /*onDayOfMonth*/,
2168  96 /*atTimeCode*/,
2169  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2170  (0 + 4) /*deltaCode*/,
2171  '-' /*letter*/,
2172  },
2173  // Rule Egypt 2008 only - Aug lastThu 24:00 0 -
2174  {
2175  8 /*fromYearTiny*/,
2176  8 /*toYearTiny*/,
2177  8 /*inMonth*/,
2178  4 /*onDayOfWeek*/,
2179  0 /*onDayOfMonth*/,
2180  96 /*atTimeCode*/,
2181  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2182  (0 + 4) /*deltaCode*/,
2183  '-' /*letter*/,
2184  },
2185  // Rule Egypt 2009 only - Aug 20 24:00 0 -
2186  {
2187  9 /*fromYearTiny*/,
2188  9 /*toYearTiny*/,
2189  8 /*inMonth*/,
2190  0 /*onDayOfWeek*/,
2191  20 /*onDayOfMonth*/,
2192  96 /*atTimeCode*/,
2193  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2194  (0 + 4) /*deltaCode*/,
2195  '-' /*letter*/,
2196  },
2197  // Rule Egypt 2010 only - Aug 10 24:00 0 -
2198  {
2199  10 /*fromYearTiny*/,
2200  10 /*toYearTiny*/,
2201  8 /*inMonth*/,
2202  0 /*onDayOfWeek*/,
2203  10 /*onDayOfMonth*/,
2204  96 /*atTimeCode*/,
2205  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2206  (0 + 4) /*deltaCode*/,
2207  '-' /*letter*/,
2208  },
2209  // Rule Egypt 2010 only - Sep 9 24:00 1:00 S
2210  {
2211  10 /*fromYearTiny*/,
2212  10 /*toYearTiny*/,
2213  9 /*inMonth*/,
2214  0 /*onDayOfWeek*/,
2215  9 /*onDayOfMonth*/,
2216  96 /*atTimeCode*/,
2217  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2218  (4 + 4) /*deltaCode*/,
2219  'S' /*letter*/,
2220  },
2221  // Rule Egypt 2010 only - Sep lastThu 24:00 0 -
2222  {
2223  10 /*fromYearTiny*/,
2224  10 /*toYearTiny*/,
2225  9 /*inMonth*/,
2226  4 /*onDayOfWeek*/,
2227  0 /*onDayOfMonth*/,
2228  96 /*atTimeCode*/,
2229  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2230  (0 + 4) /*deltaCode*/,
2231  '-' /*letter*/,
2232  },
2233  // Rule Egypt 2014 only - May 15 24:00 1:00 S
2234  {
2235  14 /*fromYearTiny*/,
2236  14 /*toYearTiny*/,
2237  5 /*inMonth*/,
2238  0 /*onDayOfWeek*/,
2239  15 /*onDayOfMonth*/,
2240  96 /*atTimeCode*/,
2241  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2242  (4 + 4) /*deltaCode*/,
2243  'S' /*letter*/,
2244  },
2245  // Rule Egypt 2014 only - Jun 26 24:00 0 -
2246  {
2247  14 /*fromYearTiny*/,
2248  14 /*toYearTiny*/,
2249  6 /*inMonth*/,
2250  0 /*onDayOfWeek*/,
2251  26 /*onDayOfMonth*/,
2252  96 /*atTimeCode*/,
2253  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2254  (0 + 4) /*deltaCode*/,
2255  '-' /*letter*/,
2256  },
2257  // Rule Egypt 2014 only - Jul 31 24:00 1:00 S
2258  {
2259  14 /*fromYearTiny*/,
2260  14 /*toYearTiny*/,
2261  7 /*inMonth*/,
2262  0 /*onDayOfWeek*/,
2263  31 /*onDayOfMonth*/,
2264  96 /*atTimeCode*/,
2265  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2266  (4 + 4) /*deltaCode*/,
2267  'S' /*letter*/,
2268  },
2269  // Rule Egypt 2014 only - Sep lastThu 24:00 0 -
2270  {
2271  14 /*fromYearTiny*/,
2272  14 /*toYearTiny*/,
2273  9 /*inMonth*/,
2274  4 /*onDayOfWeek*/,
2275  0 /*onDayOfMonth*/,
2276  96 /*atTimeCode*/,
2277  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2278  (0 + 4) /*deltaCode*/,
2279  '-' /*letter*/,
2280  },
2281 
2282 };
2283 
2284 
2285 
2286 const extended::ZonePolicy kPolicyEgypt ACE_TIME_PROGMEM = {
2287  kZoneRulesEgypt /*rules*/,
2288  nullptr /* letters */,
2289  14 /*numRules*/,
2290  0 /* numLetters */,
2291 };
2292 
2293 //---------------------------------------------------------------------------
2294 // Policy name: Eire
2295 // Rules: 3
2296 // Memory (8-bit): 33
2297 // Memory (32-bit): 48
2298 //---------------------------------------------------------------------------
2299 
2300 static const extended::ZoneRule kZoneRulesEire[] ACE_TIME_PROGMEM = {
2301  // Rule Eire 1981 max - Mar lastSun 1:00u 0 -
2302  {
2303  -19 /*fromYearTiny*/,
2304  126 /*toYearTiny*/,
2305  3 /*inMonth*/,
2306  7 /*onDayOfWeek*/,
2307  0 /*onDayOfMonth*/,
2308  4 /*atTimeCode*/,
2309  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
2310  (0 + 4) /*deltaCode*/,
2311  '-' /*letter*/,
2312  },
2313  // Rule Eire 1990 1995 - Oct Sun>=22 1:00u -1:00 -
2314  {
2315  -10 /*fromYearTiny*/,
2316  -5 /*toYearTiny*/,
2317  10 /*inMonth*/,
2318  7 /*onDayOfWeek*/,
2319  22 /*onDayOfMonth*/,
2320  4 /*atTimeCode*/,
2321  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
2322  (-4 + 4) /*deltaCode*/,
2323  '-' /*letter*/,
2324  },
2325  // Rule Eire 1996 max - Oct lastSun 1:00u -1:00 -
2326  {
2327  -4 /*fromYearTiny*/,
2328  126 /*toYearTiny*/,
2329  10 /*inMonth*/,
2330  7 /*onDayOfWeek*/,
2331  0 /*onDayOfMonth*/,
2332  4 /*atTimeCode*/,
2333  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
2334  (-4 + 4) /*deltaCode*/,
2335  '-' /*letter*/,
2336  },
2337 
2338 };
2339 
2340 
2341 
2342 const extended::ZonePolicy kPolicyEire ACE_TIME_PROGMEM = {
2343  kZoneRulesEire /*rules*/,
2344  nullptr /* letters */,
2345  3 /*numRules*/,
2346  0 /* numLetters */,
2347 };
2348 
2349 //---------------------------------------------------------------------------
2350 // Policy name: Falk
2351 // Rules: 5
2352 // Memory (8-bit): 51
2353 // Memory (32-bit): 72
2354 //---------------------------------------------------------------------------
2355 
2356 static const extended::ZoneRule kZoneRulesFalk[] ACE_TIME_PROGMEM = {
2357  // Rule Falk 1984 1985 - Apr lastSun 0:00 0 -
2358  {
2359  -16 /*fromYearTiny*/,
2360  -15 /*toYearTiny*/,
2361  4 /*inMonth*/,
2362  7 /*onDayOfWeek*/,
2363  0 /*onDayOfMonth*/,
2364  0 /*atTimeCode*/,
2365  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2366  (0 + 4) /*deltaCode*/,
2367  '-' /*letter*/,
2368  },
2369  // Rule Falk 1985 2000 - Sep Sun>=9 0:00 1:00 -
2370  {
2371  -15 /*fromYearTiny*/,
2372  0 /*toYearTiny*/,
2373  9 /*inMonth*/,
2374  7 /*onDayOfWeek*/,
2375  9 /*onDayOfMonth*/,
2376  0 /*atTimeCode*/,
2377  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2378  (4 + 4) /*deltaCode*/,
2379  '-' /*letter*/,
2380  },
2381  // Rule Falk 1986 2000 - Apr Sun>=16 0:00 0 -
2382  {
2383  -14 /*fromYearTiny*/,
2384  0 /*toYearTiny*/,
2385  4 /*inMonth*/,
2386  7 /*onDayOfWeek*/,
2387  16 /*onDayOfMonth*/,
2388  0 /*atTimeCode*/,
2389  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2390  (0 + 4) /*deltaCode*/,
2391  '-' /*letter*/,
2392  },
2393  // Rule Falk 2001 2010 - Apr Sun>=15 2:00 0 -
2394  {
2395  1 /*fromYearTiny*/,
2396  10 /*toYearTiny*/,
2397  4 /*inMonth*/,
2398  7 /*onDayOfWeek*/,
2399  15 /*onDayOfMonth*/,
2400  8 /*atTimeCode*/,
2401  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2402  (0 + 4) /*deltaCode*/,
2403  '-' /*letter*/,
2404  },
2405  // Rule Falk 2001 2010 - Sep Sun>=1 2:00 1:00 -
2406  {
2407  1 /*fromYearTiny*/,
2408  10 /*toYearTiny*/,
2409  9 /*inMonth*/,
2410  7 /*onDayOfWeek*/,
2411  1 /*onDayOfMonth*/,
2412  8 /*atTimeCode*/,
2413  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2414  (4 + 4) /*deltaCode*/,
2415  '-' /*letter*/,
2416  },
2417 
2418 };
2419 
2420 
2421 
2422 const extended::ZonePolicy kPolicyFalk ACE_TIME_PROGMEM = {
2423  kZoneRulesFalk /*rules*/,
2424  nullptr /* letters */,
2425  5 /*numRules*/,
2426  0 /* numLetters */,
2427 };
2428 
2429 //---------------------------------------------------------------------------
2430 // Policy name: Fiji
2431 // Rules: 13
2432 // Memory (8-bit): 123
2433 // Memory (32-bit): 168
2434 //---------------------------------------------------------------------------
2435 
2436 static const extended::ZoneRule kZoneRulesFiji[] ACE_TIME_PROGMEM = {
2437  // Rule Fiji 1998 1999 - Nov Sun>=1 2:00 1:00 -
2438  {
2439  -2 /*fromYearTiny*/,
2440  -1 /*toYearTiny*/,
2441  11 /*inMonth*/,
2442  7 /*onDayOfWeek*/,
2443  1 /*onDayOfMonth*/,
2444  8 /*atTimeCode*/,
2445  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2446  (4 + 4) /*deltaCode*/,
2447  '-' /*letter*/,
2448  },
2449  // Rule Fiji 1999 2000 - Feb lastSun 3:00 0 -
2450  {
2451  -1 /*fromYearTiny*/,
2452  0 /*toYearTiny*/,
2453  2 /*inMonth*/,
2454  7 /*onDayOfWeek*/,
2455  0 /*onDayOfMonth*/,
2456  12 /*atTimeCode*/,
2457  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2458  (0 + 4) /*deltaCode*/,
2459  '-' /*letter*/,
2460  },
2461  // Rule Fiji 2009 only - Nov 29 2:00 1:00 -
2462  {
2463  9 /*fromYearTiny*/,
2464  9 /*toYearTiny*/,
2465  11 /*inMonth*/,
2466  0 /*onDayOfWeek*/,
2467  29 /*onDayOfMonth*/,
2468  8 /*atTimeCode*/,
2469  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2470  (4 + 4) /*deltaCode*/,
2471  '-' /*letter*/,
2472  },
2473  // Rule Fiji 2010 only - Mar lastSun 3:00 0 -
2474  {
2475  10 /*fromYearTiny*/,
2476  10 /*toYearTiny*/,
2477  3 /*inMonth*/,
2478  7 /*onDayOfWeek*/,
2479  0 /*onDayOfMonth*/,
2480  12 /*atTimeCode*/,
2481  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2482  (0 + 4) /*deltaCode*/,
2483  '-' /*letter*/,
2484  },
2485  // Rule Fiji 2010 2013 - Oct Sun>=21 2:00 1:00 -
2486  {
2487  10 /*fromYearTiny*/,
2488  13 /*toYearTiny*/,
2489  10 /*inMonth*/,
2490  7 /*onDayOfWeek*/,
2491  21 /*onDayOfMonth*/,
2492  8 /*atTimeCode*/,
2493  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2494  (4 + 4) /*deltaCode*/,
2495  '-' /*letter*/,
2496  },
2497  // Rule Fiji 2011 only - Mar Sun>=1 3:00 0 -
2498  {
2499  11 /*fromYearTiny*/,
2500  11 /*toYearTiny*/,
2501  3 /*inMonth*/,
2502  7 /*onDayOfWeek*/,
2503  1 /*onDayOfMonth*/,
2504  12 /*atTimeCode*/,
2505  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2506  (0 + 4) /*deltaCode*/,
2507  '-' /*letter*/,
2508  },
2509  // Rule Fiji 2012 2013 - Jan Sun>=18 3:00 0 -
2510  {
2511  12 /*fromYearTiny*/,
2512  13 /*toYearTiny*/,
2513  1 /*inMonth*/,
2514  7 /*onDayOfWeek*/,
2515  18 /*onDayOfMonth*/,
2516  12 /*atTimeCode*/,
2517  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2518  (0 + 4) /*deltaCode*/,
2519  '-' /*letter*/,
2520  },
2521  // Rule Fiji 2014 only - Jan Sun>=18 2:00 0 -
2522  {
2523  14 /*fromYearTiny*/,
2524  14 /*toYearTiny*/,
2525  1 /*inMonth*/,
2526  7 /*onDayOfWeek*/,
2527  18 /*onDayOfMonth*/,
2528  8 /*atTimeCode*/,
2529  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2530  (0 + 4) /*deltaCode*/,
2531  '-' /*letter*/,
2532  },
2533  // Rule Fiji 2014 2018 - Nov Sun>=1 2:00 1:00 -
2534  {
2535  14 /*fromYearTiny*/,
2536  18 /*toYearTiny*/,
2537  11 /*inMonth*/,
2538  7 /*onDayOfWeek*/,
2539  1 /*onDayOfMonth*/,
2540  8 /*atTimeCode*/,
2541  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2542  (4 + 4) /*deltaCode*/,
2543  '-' /*letter*/,
2544  },
2545  // Rule Fiji 2015 max - Jan Sun>=12 3:00 0 -
2546  {
2547  15 /*fromYearTiny*/,
2548  126 /*toYearTiny*/,
2549  1 /*inMonth*/,
2550  7 /*onDayOfWeek*/,
2551  12 /*onDayOfMonth*/,
2552  12 /*atTimeCode*/,
2553  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2554  (0 + 4) /*deltaCode*/,
2555  '-' /*letter*/,
2556  },
2557  // Rule Fiji 2019 only - Nov Sun>=8 2:00 1:00 -
2558  {
2559  19 /*fromYearTiny*/,
2560  19 /*toYearTiny*/,
2561  11 /*inMonth*/,
2562  7 /*onDayOfWeek*/,
2563  8 /*onDayOfMonth*/,
2564  8 /*atTimeCode*/,
2565  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2566  (4 + 4) /*deltaCode*/,
2567  '-' /*letter*/,
2568  },
2569  // Rule Fiji 2020 only - Dec 20 2:00 1:00 -
2570  {
2571  20 /*fromYearTiny*/,
2572  20 /*toYearTiny*/,
2573  12 /*inMonth*/,
2574  0 /*onDayOfWeek*/,
2575  20 /*onDayOfMonth*/,
2576  8 /*atTimeCode*/,
2577  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2578  (4 + 4) /*deltaCode*/,
2579  '-' /*letter*/,
2580  },
2581  // Rule Fiji 2021 max - Nov Sun>=8 2:00 1:00 -
2582  {
2583  21 /*fromYearTiny*/,
2584  126 /*toYearTiny*/,
2585  11 /*inMonth*/,
2586  7 /*onDayOfWeek*/,
2587  8 /*onDayOfMonth*/,
2588  8 /*atTimeCode*/,
2589  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2590  (4 + 4) /*deltaCode*/,
2591  '-' /*letter*/,
2592  },
2593 
2594 };
2595 
2596 
2597 
2598 const extended::ZonePolicy kPolicyFiji ACE_TIME_PROGMEM = {
2599  kZoneRulesFiji /*rules*/,
2600  nullptr /* letters */,
2601  13 /*numRules*/,
2602  0 /* numLetters */,
2603 };
2604 
2605 //---------------------------------------------------------------------------
2606 // Policy name: Ghana
2607 // Rules: 1
2608 // Memory (8-bit): 15
2609 // Memory (32-bit): 24
2610 //---------------------------------------------------------------------------
2611 
2612 static const extended::ZoneRule kZoneRulesGhana[] ACE_TIME_PROGMEM = {
2613  // Rule Ghana 1920 1942 - Dec 31 0:00 0 -
2614  {
2615  -80 /*fromYearTiny*/,
2616  -58 /*toYearTiny*/,
2617  12 /*inMonth*/,
2618  0 /*onDayOfWeek*/,
2619  31 /*onDayOfMonth*/,
2620  0 /*atTimeCode*/,
2621  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2622  (0 + 4) /*deltaCode*/,
2623  '-' /*letter*/,
2624  },
2625 
2626 };
2627 
2628 
2629 
2630 const extended::ZonePolicy kPolicyGhana ACE_TIME_PROGMEM = {
2631  kZoneRulesGhana /*rules*/,
2632  nullptr /* letters */,
2633  1 /*numRules*/,
2634  0 /* numLetters */,
2635 };
2636 
2637 //---------------------------------------------------------------------------
2638 // Policy name: Guam
2639 // Rules: 1
2640 // Memory (8-bit): 15
2641 // Memory (32-bit): 24
2642 //---------------------------------------------------------------------------
2643 
2644 static const extended::ZoneRule kZoneRulesGuam[] ACE_TIME_PROGMEM = {
2645  // Rule Guam 1977 only - Aug 28 2:00 0 S
2646  {
2647  -23 /*fromYearTiny*/,
2648  -23 /*toYearTiny*/,
2649  8 /*inMonth*/,
2650  0 /*onDayOfWeek*/,
2651  28 /*onDayOfMonth*/,
2652  8 /*atTimeCode*/,
2653  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2654  (0 + 4) /*deltaCode*/,
2655  'S' /*letter*/,
2656  },
2657 
2658 };
2659 
2660 
2661 
2662 const extended::ZonePolicy kPolicyGuam ACE_TIME_PROGMEM = {
2663  kZoneRulesGuam /*rules*/,
2664  nullptr /* letters */,
2665  1 /*numRules*/,
2666  0 /* numLetters */,
2667 };
2668 
2669 //---------------------------------------------------------------------------
2670 // Policy name: Guat
2671 // Rules: 3
2672 // Memory (8-bit): 33
2673 // Memory (32-bit): 48
2674 //---------------------------------------------------------------------------
2675 
2676 static const extended::ZoneRule kZoneRulesGuat[] ACE_TIME_PROGMEM = {
2677  // Rule Guat 1991 only - Sep 7 0:00 0 S
2678  {
2679  -9 /*fromYearTiny*/,
2680  -9 /*toYearTiny*/,
2681  9 /*inMonth*/,
2682  0 /*onDayOfWeek*/,
2683  7 /*onDayOfMonth*/,
2684  0 /*atTimeCode*/,
2685  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2686  (0 + 4) /*deltaCode*/,
2687  'S' /*letter*/,
2688  },
2689  // Rule Guat 2006 only - Apr 30 0:00 1:00 D
2690  {
2691  6 /*fromYearTiny*/,
2692  6 /*toYearTiny*/,
2693  4 /*inMonth*/,
2694  0 /*onDayOfWeek*/,
2695  30 /*onDayOfMonth*/,
2696  0 /*atTimeCode*/,
2697  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2698  (4 + 4) /*deltaCode*/,
2699  'D' /*letter*/,
2700  },
2701  // Rule Guat 2006 only - Oct 1 0:00 0 S
2702  {
2703  6 /*fromYearTiny*/,
2704  6 /*toYearTiny*/,
2705  10 /*inMonth*/,
2706  0 /*onDayOfWeek*/,
2707  1 /*onDayOfMonth*/,
2708  0 /*atTimeCode*/,
2709  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2710  (0 + 4) /*deltaCode*/,
2711  'S' /*letter*/,
2712  },
2713 
2714 };
2715 
2716 
2717 
2718 const extended::ZonePolicy kPolicyGuat ACE_TIME_PROGMEM = {
2719  kZoneRulesGuat /*rules*/,
2720  nullptr /* letters */,
2721  3 /*numRules*/,
2722  0 /* numLetters */,
2723 };
2724 
2725 //---------------------------------------------------------------------------
2726 // Policy name: HK
2727 // Rules: 1
2728 // Memory (8-bit): 15
2729 // Memory (32-bit): 24
2730 //---------------------------------------------------------------------------
2731 
2732 static const extended::ZoneRule kZoneRulesHK[] ACE_TIME_PROGMEM = {
2733  // Rule HK 1979 only - Oct 21 3:30 0 -
2734  {
2735  -21 /*fromYearTiny*/,
2736  -21 /*toYearTiny*/,
2737  10 /*inMonth*/,
2738  0 /*onDayOfWeek*/,
2739  21 /*onDayOfMonth*/,
2740  14 /*atTimeCode*/,
2741  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2742  (0 + 4) /*deltaCode*/,
2743  '-' /*letter*/,
2744  },
2745 
2746 };
2747 
2748 
2749 
2750 const extended::ZonePolicy kPolicyHK ACE_TIME_PROGMEM = {
2751  kZoneRulesHK /*rules*/,
2752  nullptr /* letters */,
2753  1 /*numRules*/,
2754  0 /* numLetters */,
2755 };
2756 
2757 //---------------------------------------------------------------------------
2758 // Policy name: Haiti
2759 // Rules: 7
2760 // Memory (8-bit): 69
2761 // Memory (32-bit): 96
2762 //---------------------------------------------------------------------------
2763 
2764 static const extended::ZoneRule kZoneRulesHaiti[] ACE_TIME_PROGMEM = {
2765  // Rule Haiti 1988 1997 - Oct lastSun 1:00s 0 S
2766  {
2767  -12 /*fromYearTiny*/,
2768  -3 /*toYearTiny*/,
2769  10 /*inMonth*/,
2770  7 /*onDayOfWeek*/,
2771  0 /*onDayOfMonth*/,
2772  4 /*atTimeCode*/,
2773  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
2774  (0 + 4) /*deltaCode*/,
2775  'S' /*letter*/,
2776  },
2777  // Rule Haiti 2005 2006 - Apr Sun>=1 0:00 1:00 D
2778  {
2779  5 /*fromYearTiny*/,
2780  6 /*toYearTiny*/,
2781  4 /*inMonth*/,
2782  7 /*onDayOfWeek*/,
2783  1 /*onDayOfMonth*/,
2784  0 /*atTimeCode*/,
2785  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2786  (4 + 4) /*deltaCode*/,
2787  'D' /*letter*/,
2788  },
2789  // Rule Haiti 2005 2006 - Oct lastSun 0:00 0 S
2790  {
2791  5 /*fromYearTiny*/,
2792  6 /*toYearTiny*/,
2793  10 /*inMonth*/,
2794  7 /*onDayOfWeek*/,
2795  0 /*onDayOfMonth*/,
2796  0 /*atTimeCode*/,
2797  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2798  (0 + 4) /*deltaCode*/,
2799  'S' /*letter*/,
2800  },
2801  // Rule Haiti 2012 2015 - Mar Sun>=8 2:00 1:00 D
2802  {
2803  12 /*fromYearTiny*/,
2804  15 /*toYearTiny*/,
2805  3 /*inMonth*/,
2806  7 /*onDayOfWeek*/,
2807  8 /*onDayOfMonth*/,
2808  8 /*atTimeCode*/,
2809  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2810  (4 + 4) /*deltaCode*/,
2811  'D' /*letter*/,
2812  },
2813  // Rule Haiti 2012 2015 - Nov Sun>=1 2:00 0 S
2814  {
2815  12 /*fromYearTiny*/,
2816  15 /*toYearTiny*/,
2817  11 /*inMonth*/,
2818  7 /*onDayOfWeek*/,
2819  1 /*onDayOfMonth*/,
2820  8 /*atTimeCode*/,
2821  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2822  (0 + 4) /*deltaCode*/,
2823  'S' /*letter*/,
2824  },
2825  // Rule Haiti 2017 max - Mar Sun>=8 2:00 1:00 D
2826  {
2827  17 /*fromYearTiny*/,
2828  126 /*toYearTiny*/,
2829  3 /*inMonth*/,
2830  7 /*onDayOfWeek*/,
2831  8 /*onDayOfMonth*/,
2832  8 /*atTimeCode*/,
2833  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2834  (4 + 4) /*deltaCode*/,
2835  'D' /*letter*/,
2836  },
2837  // Rule Haiti 2017 max - Nov Sun>=1 2:00 0 S
2838  {
2839  17 /*fromYearTiny*/,
2840  126 /*toYearTiny*/,
2841  11 /*inMonth*/,
2842  7 /*onDayOfWeek*/,
2843  1 /*onDayOfMonth*/,
2844  8 /*atTimeCode*/,
2845  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2846  (0 + 4) /*deltaCode*/,
2847  'S' /*letter*/,
2848  },
2849 
2850 };
2851 
2852 
2853 
2854 const extended::ZonePolicy kPolicyHaiti ACE_TIME_PROGMEM = {
2855  kZoneRulesHaiti /*rules*/,
2856  nullptr /* letters */,
2857  7 /*numRules*/,
2858  0 /* numLetters */,
2859 };
2860 
2861 //---------------------------------------------------------------------------
2862 // Policy name: Holiday
2863 // Rules: 1
2864 // Memory (8-bit): 15
2865 // Memory (32-bit): 24
2866 //---------------------------------------------------------------------------
2867 
2868 static const extended::ZoneRule kZoneRulesHoliday[] ACE_TIME_PROGMEM = {
2869  // Rule Holiday 1993 1994 - Mar Sun>=1 2:00s 0 S
2870  {
2871  -7 /*fromYearTiny*/,
2872  -6 /*toYearTiny*/,
2873  3 /*inMonth*/,
2874  7 /*onDayOfWeek*/,
2875  1 /*onDayOfMonth*/,
2876  8 /*atTimeCode*/,
2877  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
2878  (0 + 4) /*deltaCode*/,
2879  'S' /*letter*/,
2880  },
2881 
2882 };
2883 
2884 
2885 
2886 const extended::ZonePolicy kPolicyHoliday ACE_TIME_PROGMEM = {
2887  kZoneRulesHoliday /*rules*/,
2888  nullptr /* letters */,
2889  1 /*numRules*/,
2890  0 /* numLetters */,
2891 };
2892 
2893 //---------------------------------------------------------------------------
2894 // Policy name: Hond
2895 // Rules: 3
2896 // Memory (8-bit): 33
2897 // Memory (32-bit): 48
2898 //---------------------------------------------------------------------------
2899 
2900 static const extended::ZoneRule kZoneRulesHond[] ACE_TIME_PROGMEM = {
2901  // Rule Hond 1987 1988 - Sep lastSun 0:00 0 S
2902  {
2903  -13 /*fromYearTiny*/,
2904  -12 /*toYearTiny*/,
2905  9 /*inMonth*/,
2906  7 /*onDayOfWeek*/,
2907  0 /*onDayOfMonth*/,
2908  0 /*atTimeCode*/,
2909  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2910  (0 + 4) /*deltaCode*/,
2911  'S' /*letter*/,
2912  },
2913  // Rule Hond 2006 only - May Sun>=1 0:00 1:00 D
2914  {
2915  6 /*fromYearTiny*/,
2916  6 /*toYearTiny*/,
2917  5 /*inMonth*/,
2918  7 /*onDayOfWeek*/,
2919  1 /*onDayOfMonth*/,
2920  0 /*atTimeCode*/,
2921  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2922  (4 + 4) /*deltaCode*/,
2923  'D' /*letter*/,
2924  },
2925  // Rule Hond 2006 only - Aug Mon>=1 0:00 0 S
2926  {
2927  6 /*fromYearTiny*/,
2928  6 /*toYearTiny*/,
2929  8 /*inMonth*/,
2930  1 /*onDayOfWeek*/,
2931  1 /*onDayOfMonth*/,
2932  0 /*atTimeCode*/,
2933  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2934  (0 + 4) /*deltaCode*/,
2935  'S' /*letter*/,
2936  },
2937 
2938 };
2939 
2940 
2941 
2942 const extended::ZonePolicy kPolicyHond ACE_TIME_PROGMEM = {
2943  kZoneRulesHond /*rules*/,
2944  nullptr /* letters */,
2945  3 /*numRules*/,
2946  0 /* numLetters */,
2947 };
2948 
2949 //---------------------------------------------------------------------------
2950 // Policy name: Iran
2951 // Rules: 55
2952 // Memory (8-bit): 501
2953 // Memory (32-bit): 672
2954 //---------------------------------------------------------------------------
2955 
2956 static const extended::ZoneRule kZoneRulesIran[] ACE_TIME_PROGMEM = {
2957  // Rule Iran 1996 only - Sep 20 24:00 0 -
2958  {
2959  -4 /*fromYearTiny*/,
2960  -4 /*toYearTiny*/,
2961  9 /*inMonth*/,
2962  0 /*onDayOfWeek*/,
2963  20 /*onDayOfMonth*/,
2964  96 /*atTimeCode*/,
2965  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2966  (0 + 4) /*deltaCode*/,
2967  '-' /*letter*/,
2968  },
2969  // Rule Iran 1997 1999 - Mar 21 24:00 1:00 -
2970  {
2971  -3 /*fromYearTiny*/,
2972  -1 /*toYearTiny*/,
2973  3 /*inMonth*/,
2974  0 /*onDayOfWeek*/,
2975  21 /*onDayOfMonth*/,
2976  96 /*atTimeCode*/,
2977  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2978  (4 + 4) /*deltaCode*/,
2979  '-' /*letter*/,
2980  },
2981  // Rule Iran 1997 1999 - Sep 21 24:00 0 -
2982  {
2983  -3 /*fromYearTiny*/,
2984  -1 /*toYearTiny*/,
2985  9 /*inMonth*/,
2986  0 /*onDayOfWeek*/,
2987  21 /*onDayOfMonth*/,
2988  96 /*atTimeCode*/,
2989  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2990  (0 + 4) /*deltaCode*/,
2991  '-' /*letter*/,
2992  },
2993  // Rule Iran 2000 only - Mar 20 24:00 1:00 -
2994  {
2995  0 /*fromYearTiny*/,
2996  0 /*toYearTiny*/,
2997  3 /*inMonth*/,
2998  0 /*onDayOfWeek*/,
2999  20 /*onDayOfMonth*/,
3000  96 /*atTimeCode*/,
3001  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3002  (4 + 4) /*deltaCode*/,
3003  '-' /*letter*/,
3004  },
3005  // Rule Iran 2000 only - Sep 20 24:00 0 -
3006  {
3007  0 /*fromYearTiny*/,
3008  0 /*toYearTiny*/,
3009  9 /*inMonth*/,
3010  0 /*onDayOfWeek*/,
3011  20 /*onDayOfMonth*/,
3012  96 /*atTimeCode*/,
3013  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3014  (0 + 4) /*deltaCode*/,
3015  '-' /*letter*/,
3016  },
3017  // Rule Iran 2001 2003 - Mar 21 24:00 1:00 -
3018  {
3019  1 /*fromYearTiny*/,
3020  3 /*toYearTiny*/,
3021  3 /*inMonth*/,
3022  0 /*onDayOfWeek*/,
3023  21 /*onDayOfMonth*/,
3024  96 /*atTimeCode*/,
3025  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3026  (4 + 4) /*deltaCode*/,
3027  '-' /*letter*/,
3028  },
3029  // Rule Iran 2001 2003 - Sep 21 24:00 0 -
3030  {
3031  1 /*fromYearTiny*/,
3032  3 /*toYearTiny*/,
3033  9 /*inMonth*/,
3034  0 /*onDayOfWeek*/,
3035  21 /*onDayOfMonth*/,
3036  96 /*atTimeCode*/,
3037  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3038  (0 + 4) /*deltaCode*/,
3039  '-' /*letter*/,
3040  },
3041  // Rule Iran 2004 only - Mar 20 24:00 1:00 -
3042  {
3043  4 /*fromYearTiny*/,
3044  4 /*toYearTiny*/,
3045  3 /*inMonth*/,
3046  0 /*onDayOfWeek*/,
3047  20 /*onDayOfMonth*/,
3048  96 /*atTimeCode*/,
3049  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3050  (4 + 4) /*deltaCode*/,
3051  '-' /*letter*/,
3052  },
3053  // Rule Iran 2004 only - Sep 20 24:00 0 -
3054  {
3055  4 /*fromYearTiny*/,
3056  4 /*toYearTiny*/,
3057  9 /*inMonth*/,
3058  0 /*onDayOfWeek*/,
3059  20 /*onDayOfMonth*/,
3060  96 /*atTimeCode*/,
3061  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3062  (0 + 4) /*deltaCode*/,
3063  '-' /*letter*/,
3064  },
3065  // Rule Iran 2005 only - Mar 21 24:00 1:00 -
3066  {
3067  5 /*fromYearTiny*/,
3068  5 /*toYearTiny*/,
3069  3 /*inMonth*/,
3070  0 /*onDayOfWeek*/,
3071  21 /*onDayOfMonth*/,
3072  96 /*atTimeCode*/,
3073  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3074  (4 + 4) /*deltaCode*/,
3075  '-' /*letter*/,
3076  },
3077  // Rule Iran 2005 only - Sep 21 24:00 0 -
3078  {
3079  5 /*fromYearTiny*/,
3080  5 /*toYearTiny*/,
3081  9 /*inMonth*/,
3082  0 /*onDayOfWeek*/,
3083  21 /*onDayOfMonth*/,
3084  96 /*atTimeCode*/,
3085  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3086  (0 + 4) /*deltaCode*/,
3087  '-' /*letter*/,
3088  },
3089  // Rule Iran 2008 only - Mar 20 24:00 1:00 -
3090  {
3091  8 /*fromYearTiny*/,
3092  8 /*toYearTiny*/,
3093  3 /*inMonth*/,
3094  0 /*onDayOfWeek*/,
3095  20 /*onDayOfMonth*/,
3096  96 /*atTimeCode*/,
3097  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3098  (4 + 4) /*deltaCode*/,
3099  '-' /*letter*/,
3100  },
3101  // Rule Iran 2008 only - Sep 20 24:00 0 -
3102  {
3103  8 /*fromYearTiny*/,
3104  8 /*toYearTiny*/,
3105  9 /*inMonth*/,
3106  0 /*onDayOfWeek*/,
3107  20 /*onDayOfMonth*/,
3108  96 /*atTimeCode*/,
3109  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3110  (0 + 4) /*deltaCode*/,
3111  '-' /*letter*/,
3112  },
3113  // Rule Iran 2009 2011 - Mar 21 24:00 1:00 -
3114  {
3115  9 /*fromYearTiny*/,
3116  11 /*toYearTiny*/,
3117  3 /*inMonth*/,
3118  0 /*onDayOfWeek*/,
3119  21 /*onDayOfMonth*/,
3120  96 /*atTimeCode*/,
3121  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3122  (4 + 4) /*deltaCode*/,
3123  '-' /*letter*/,
3124  },
3125  // Rule Iran 2009 2011 - Sep 21 24:00 0 -
3126  {
3127  9 /*fromYearTiny*/,
3128  11 /*toYearTiny*/,
3129  9 /*inMonth*/,
3130  0 /*onDayOfWeek*/,
3131  21 /*onDayOfMonth*/,
3132  96 /*atTimeCode*/,
3133  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3134  (0 + 4) /*deltaCode*/,
3135  '-' /*letter*/,
3136  },
3137  // Rule Iran 2012 only - Mar 20 24:00 1:00 -
3138  {
3139  12 /*fromYearTiny*/,
3140  12 /*toYearTiny*/,
3141  3 /*inMonth*/,
3142  0 /*onDayOfWeek*/,
3143  20 /*onDayOfMonth*/,
3144  96 /*atTimeCode*/,
3145  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3146  (4 + 4) /*deltaCode*/,
3147  '-' /*letter*/,
3148  },
3149  // Rule Iran 2012 only - Sep 20 24:00 0 -
3150  {
3151  12 /*fromYearTiny*/,
3152  12 /*toYearTiny*/,
3153  9 /*inMonth*/,
3154  0 /*onDayOfWeek*/,
3155  20 /*onDayOfMonth*/,
3156  96 /*atTimeCode*/,
3157  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3158  (0 + 4) /*deltaCode*/,
3159  '-' /*letter*/,
3160  },
3161  // Rule Iran 2013 2015 - Mar 21 24:00 1:00 -
3162  {
3163  13 /*fromYearTiny*/,
3164  15 /*toYearTiny*/,
3165  3 /*inMonth*/,
3166  0 /*onDayOfWeek*/,
3167  21 /*onDayOfMonth*/,
3168  96 /*atTimeCode*/,
3169  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3170  (4 + 4) /*deltaCode*/,
3171  '-' /*letter*/,
3172  },
3173  // Rule Iran 2013 2015 - Sep 21 24:00 0 -
3174  {
3175  13 /*fromYearTiny*/,
3176  15 /*toYearTiny*/,
3177  9 /*inMonth*/,
3178  0 /*onDayOfWeek*/,
3179  21 /*onDayOfMonth*/,
3180  96 /*atTimeCode*/,
3181  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3182  (0 + 4) /*deltaCode*/,
3183  '-' /*letter*/,
3184  },
3185  // Rule Iran 2016 only - Mar 20 24:00 1:00 -
3186  {
3187  16 /*fromYearTiny*/,
3188  16 /*toYearTiny*/,
3189  3 /*inMonth*/,
3190  0 /*onDayOfWeek*/,
3191  20 /*onDayOfMonth*/,
3192  96 /*atTimeCode*/,
3193  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3194  (4 + 4) /*deltaCode*/,
3195  '-' /*letter*/,
3196  },
3197  // Rule Iran 2016 only - Sep 20 24:00 0 -
3198  {
3199  16 /*fromYearTiny*/,
3200  16 /*toYearTiny*/,
3201  9 /*inMonth*/,
3202  0 /*onDayOfWeek*/,
3203  20 /*onDayOfMonth*/,
3204  96 /*atTimeCode*/,
3205  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3206  (0 + 4) /*deltaCode*/,
3207  '-' /*letter*/,
3208  },
3209  // Rule Iran 2017 2019 - Mar 21 24:00 1:00 -
3210  {
3211  17 /*fromYearTiny*/,
3212  19 /*toYearTiny*/,
3213  3 /*inMonth*/,
3214  0 /*onDayOfWeek*/,
3215  21 /*onDayOfMonth*/,
3216  96 /*atTimeCode*/,
3217  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3218  (4 + 4) /*deltaCode*/,
3219  '-' /*letter*/,
3220  },
3221  // Rule Iran 2017 2019 - Sep 21 24:00 0 -
3222  {
3223  17 /*fromYearTiny*/,
3224  19 /*toYearTiny*/,
3225  9 /*inMonth*/,
3226  0 /*onDayOfWeek*/,
3227  21 /*onDayOfMonth*/,
3228  96 /*atTimeCode*/,
3229  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3230  (0 + 4) /*deltaCode*/,
3231  '-' /*letter*/,
3232  },
3233  // Rule Iran 2020 only - Mar 20 24:00 1:00 -
3234  {
3235  20 /*fromYearTiny*/,
3236  20 /*toYearTiny*/,
3237  3 /*inMonth*/,
3238  0 /*onDayOfWeek*/,
3239  20 /*onDayOfMonth*/,
3240  96 /*atTimeCode*/,
3241  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3242  (4 + 4) /*deltaCode*/,
3243  '-' /*letter*/,
3244  },
3245  // Rule Iran 2020 only - Sep 20 24:00 0 -
3246  {
3247  20 /*fromYearTiny*/,
3248  20 /*toYearTiny*/,
3249  9 /*inMonth*/,
3250  0 /*onDayOfWeek*/,
3251  20 /*onDayOfMonth*/,
3252  96 /*atTimeCode*/,
3253  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3254  (0 + 4) /*deltaCode*/,
3255  '-' /*letter*/,
3256  },
3257  // Rule Iran 2021 2023 - Mar 21 24:00 1:00 -
3258  {
3259  21 /*fromYearTiny*/,
3260  23 /*toYearTiny*/,
3261  3 /*inMonth*/,
3262  0 /*onDayOfWeek*/,
3263  21 /*onDayOfMonth*/,
3264  96 /*atTimeCode*/,
3265  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3266  (4 + 4) /*deltaCode*/,
3267  '-' /*letter*/,
3268  },
3269  // Rule Iran 2021 2023 - Sep 21 24:00 0 -
3270  {
3271  21 /*fromYearTiny*/,
3272  23 /*toYearTiny*/,
3273  9 /*inMonth*/,
3274  0 /*onDayOfWeek*/,
3275  21 /*onDayOfMonth*/,
3276  96 /*atTimeCode*/,
3277  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3278  (0 + 4) /*deltaCode*/,
3279  '-' /*letter*/,
3280  },
3281  // Rule Iran 2024 only - Mar 20 24:00 1:00 -
3282  {
3283  24 /*fromYearTiny*/,
3284  24 /*toYearTiny*/,
3285  3 /*inMonth*/,
3286  0 /*onDayOfWeek*/,
3287  20 /*onDayOfMonth*/,
3288  96 /*atTimeCode*/,
3289  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3290  (4 + 4) /*deltaCode*/,
3291  '-' /*letter*/,
3292  },
3293  // Rule Iran 2024 only - Sep 20 24:00 0 -
3294  {
3295  24 /*fromYearTiny*/,
3296  24 /*toYearTiny*/,
3297  9 /*inMonth*/,
3298  0 /*onDayOfWeek*/,
3299  20 /*onDayOfMonth*/,
3300  96 /*atTimeCode*/,
3301  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3302  (0 + 4) /*deltaCode*/,
3303  '-' /*letter*/,
3304  },
3305  // Rule Iran 2025 2027 - Mar 21 24:00 1:00 -
3306  {
3307  25 /*fromYearTiny*/,
3308  27 /*toYearTiny*/,
3309  3 /*inMonth*/,
3310  0 /*onDayOfWeek*/,
3311  21 /*onDayOfMonth*/,
3312  96 /*atTimeCode*/,
3313  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3314  (4 + 4) /*deltaCode*/,
3315  '-' /*letter*/,
3316  },
3317  // Rule Iran 2025 2027 - Sep 21 24:00 0 -
3318  {
3319  25 /*fromYearTiny*/,
3320  27 /*toYearTiny*/,
3321  9 /*inMonth*/,
3322  0 /*onDayOfWeek*/,
3323  21 /*onDayOfMonth*/,
3324  96 /*atTimeCode*/,
3325  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3326  (0 + 4) /*deltaCode*/,
3327  '-' /*letter*/,
3328  },
3329  // Rule Iran 2028 2029 - Mar 20 24:00 1:00 -
3330  {
3331  28 /*fromYearTiny*/,
3332  29 /*toYearTiny*/,
3333  3 /*inMonth*/,
3334  0 /*onDayOfWeek*/,
3335  20 /*onDayOfMonth*/,
3336  96 /*atTimeCode*/,
3337  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3338  (4 + 4) /*deltaCode*/,
3339  '-' /*letter*/,
3340  },
3341  // Rule Iran 2028 2029 - Sep 20 24:00 0 -
3342  {
3343  28 /*fromYearTiny*/,
3344  29 /*toYearTiny*/,
3345  9 /*inMonth*/,
3346  0 /*onDayOfWeek*/,
3347  20 /*onDayOfMonth*/,
3348  96 /*atTimeCode*/,
3349  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3350  (0 + 4) /*deltaCode*/,
3351  '-' /*letter*/,
3352  },
3353  // Rule Iran 2030 2031 - Mar 21 24:00 1:00 -
3354  {
3355  30 /*fromYearTiny*/,
3356  31 /*toYearTiny*/,
3357  3 /*inMonth*/,
3358  0 /*onDayOfWeek*/,
3359  21 /*onDayOfMonth*/,
3360  96 /*atTimeCode*/,
3361  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3362  (4 + 4) /*deltaCode*/,
3363  '-' /*letter*/,
3364  },
3365  // Rule Iran 2030 2031 - Sep 21 24:00 0 -
3366  {
3367  30 /*fromYearTiny*/,
3368  31 /*toYearTiny*/,
3369  9 /*inMonth*/,
3370  0 /*onDayOfWeek*/,
3371  21 /*onDayOfMonth*/,
3372  96 /*atTimeCode*/,
3373  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3374  (0 + 4) /*deltaCode*/,
3375  '-' /*letter*/,
3376  },
3377  // Rule Iran 2032 2033 - Mar 20 24:00 1:00 -
3378  {
3379  32 /*fromYearTiny*/,
3380  33 /*toYearTiny*/,
3381  3 /*inMonth*/,
3382  0 /*onDayOfWeek*/,
3383  20 /*onDayOfMonth*/,
3384  96 /*atTimeCode*/,
3385  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3386  (4 + 4) /*deltaCode*/,
3387  '-' /*letter*/,
3388  },
3389  // Rule Iran 2032 2033 - Sep 20 24:00 0 -
3390  {
3391  32 /*fromYearTiny*/,
3392  33 /*toYearTiny*/,
3393  9 /*inMonth*/,
3394  0 /*onDayOfWeek*/,
3395  20 /*onDayOfMonth*/,
3396  96 /*atTimeCode*/,
3397  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3398  (0 + 4) /*deltaCode*/,
3399  '-' /*letter*/,
3400  },
3401  // Rule Iran 2034 2035 - Mar 21 24:00 1:00 -
3402  {
3403  34 /*fromYearTiny*/,
3404  35 /*toYearTiny*/,
3405  3 /*inMonth*/,
3406  0 /*onDayOfWeek*/,
3407  21 /*onDayOfMonth*/,
3408  96 /*atTimeCode*/,
3409  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3410  (4 + 4) /*deltaCode*/,
3411  '-' /*letter*/,
3412  },
3413  // Rule Iran 2034 2035 - Sep 21 24:00 0 -
3414  {
3415  34 /*fromYearTiny*/,
3416  35 /*toYearTiny*/,
3417  9 /*inMonth*/,
3418  0 /*onDayOfWeek*/,
3419  21 /*onDayOfMonth*/,
3420  96 /*atTimeCode*/,
3421  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3422  (0 + 4) /*deltaCode*/,
3423  '-' /*letter*/,
3424  },
3425  // Rule Iran 2036 2037 - Mar 20 24:00 1:00 -
3426  {
3427  36 /*fromYearTiny*/,
3428  37 /*toYearTiny*/,
3429  3 /*inMonth*/,
3430  0 /*onDayOfWeek*/,
3431  20 /*onDayOfMonth*/,
3432  96 /*atTimeCode*/,
3433  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3434  (4 + 4) /*deltaCode*/,
3435  '-' /*letter*/,
3436  },
3437  // Rule Iran 2036 2037 - Sep 20 24:00 0 -
3438  {
3439  36 /*fromYearTiny*/,
3440  37 /*toYearTiny*/,
3441  9 /*inMonth*/,
3442  0 /*onDayOfWeek*/,
3443  20 /*onDayOfMonth*/,
3444  96 /*atTimeCode*/,
3445  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3446  (0 + 4) /*deltaCode*/,
3447  '-' /*letter*/,
3448  },
3449  // Rule Iran 2038 2039 - Mar 21 24:00 1:00 -
3450  {
3451  38 /*fromYearTiny*/,
3452  39 /*toYearTiny*/,
3453  3 /*inMonth*/,
3454  0 /*onDayOfWeek*/,
3455  21 /*onDayOfMonth*/,
3456  96 /*atTimeCode*/,
3457  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3458  (4 + 4) /*deltaCode*/,
3459  '-' /*letter*/,
3460  },
3461  // Rule Iran 2038 2039 - Sep 21 24:00 0 -
3462  {
3463  38 /*fromYearTiny*/,
3464  39 /*toYearTiny*/,
3465  9 /*inMonth*/,
3466  0 /*onDayOfWeek*/,
3467  21 /*onDayOfMonth*/,
3468  96 /*atTimeCode*/,
3469  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3470  (0 + 4) /*deltaCode*/,
3471  '-' /*letter*/,
3472  },
3473  // Rule Iran 2040 2041 - Mar 20 24:00 1:00 -
3474  {
3475  40 /*fromYearTiny*/,
3476  41 /*toYearTiny*/,
3477  3 /*inMonth*/,
3478  0 /*onDayOfWeek*/,
3479  20 /*onDayOfMonth*/,
3480  96 /*atTimeCode*/,
3481  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3482  (4 + 4) /*deltaCode*/,
3483  '-' /*letter*/,
3484  },
3485  // Rule Iran 2040 2041 - Sep 20 24:00 0 -
3486  {
3487  40 /*fromYearTiny*/,
3488  41 /*toYearTiny*/,
3489  9 /*inMonth*/,
3490  0 /*onDayOfWeek*/,
3491  20 /*onDayOfMonth*/,
3492  96 /*atTimeCode*/,
3493  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3494  (0 + 4) /*deltaCode*/,
3495  '-' /*letter*/,
3496  },
3497  // Rule Iran 2042 2043 - Mar 21 24:00 1:00 -
3498  {
3499  42 /*fromYearTiny*/,
3500  43 /*toYearTiny*/,
3501  3 /*inMonth*/,
3502  0 /*onDayOfWeek*/,
3503  21 /*onDayOfMonth*/,
3504  96 /*atTimeCode*/,
3505  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3506  (4 + 4) /*deltaCode*/,
3507  '-' /*letter*/,
3508  },
3509  // Rule Iran 2042 2043 - Sep 21 24:00 0 -
3510  {
3511  42 /*fromYearTiny*/,
3512  43 /*toYearTiny*/,
3513  9 /*inMonth*/,
3514  0 /*onDayOfWeek*/,
3515  21 /*onDayOfMonth*/,
3516  96 /*atTimeCode*/,
3517  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3518  (0 + 4) /*deltaCode*/,
3519  '-' /*letter*/,
3520  },
3521  // Rule Iran 2044 2045 - Mar 20 24:00 1:00 -
3522  {
3523  44 /*fromYearTiny*/,
3524  45 /*toYearTiny*/,
3525  3 /*inMonth*/,
3526  0 /*onDayOfWeek*/,
3527  20 /*onDayOfMonth*/,
3528  96 /*atTimeCode*/,
3529  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3530  (4 + 4) /*deltaCode*/,
3531  '-' /*letter*/,
3532  },
3533  // Rule Iran 2044 2045 - Sep 20 24:00 0 -
3534  {
3535  44 /*fromYearTiny*/,
3536  45 /*toYearTiny*/,
3537  9 /*inMonth*/,
3538  0 /*onDayOfWeek*/,
3539  20 /*onDayOfMonth*/,
3540  96 /*atTimeCode*/,
3541  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3542  (0 + 4) /*deltaCode*/,
3543  '-' /*letter*/,
3544  },
3545  // Rule Iran 2046 2047 - Mar 21 24:00 1:00 -
3546  {
3547  46 /*fromYearTiny*/,
3548  47 /*toYearTiny*/,
3549  3 /*inMonth*/,
3550  0 /*onDayOfWeek*/,
3551  21 /*onDayOfMonth*/,
3552  96 /*atTimeCode*/,
3553  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3554  (4 + 4) /*deltaCode*/,
3555  '-' /*letter*/,
3556  },
3557  // Rule Iran 2046 2047 - Sep 21 24:00 0 -
3558  {
3559  46 /*fromYearTiny*/,
3560  47 /*toYearTiny*/,
3561  9 /*inMonth*/,
3562  0 /*onDayOfWeek*/,
3563  21 /*onDayOfMonth*/,
3564  96 /*atTimeCode*/,
3565  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3566  (0 + 4) /*deltaCode*/,
3567  '-' /*letter*/,
3568  },
3569  // Rule Iran 2048 2049 - Mar 20 24:00 1:00 -
3570  {
3571  48 /*fromYearTiny*/,
3572  49 /*toYearTiny*/,
3573  3 /*inMonth*/,
3574  0 /*onDayOfWeek*/,
3575  20 /*onDayOfMonth*/,
3576  96 /*atTimeCode*/,
3577  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3578  (4 + 4) /*deltaCode*/,
3579  '-' /*letter*/,
3580  },
3581  // Rule Iran 2048 2049 - Sep 20 24:00 0 -
3582  {
3583  48 /*fromYearTiny*/,
3584  49 /*toYearTiny*/,
3585  9 /*inMonth*/,
3586  0 /*onDayOfWeek*/,
3587  20 /*onDayOfMonth*/,
3588  96 /*atTimeCode*/,
3589  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3590  (0 + 4) /*deltaCode*/,
3591  '-' /*letter*/,
3592  },
3593  // Rule Iran 2050 2051 - Mar 21 24:00 1:00 -
3594  {
3595  50 /*fromYearTiny*/,
3596  51 /*toYearTiny*/,
3597  3 /*inMonth*/,
3598  0 /*onDayOfWeek*/,
3599  21 /*onDayOfMonth*/,
3600  96 /*atTimeCode*/,
3601  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3602  (4 + 4) /*deltaCode*/,
3603  '-' /*letter*/,
3604  },
3605  // Rule Iran 2050 2051 - Sep 21 24:00 0 -
3606  {
3607  50 /*fromYearTiny*/,
3608  51 /*toYearTiny*/,
3609  9 /*inMonth*/,
3610  0 /*onDayOfWeek*/,
3611  21 /*onDayOfMonth*/,
3612  96 /*atTimeCode*/,
3613  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3614  (0 + 4) /*deltaCode*/,
3615  '-' /*letter*/,
3616  },
3617 
3618 };
3619 
3620 
3621 
3622 const extended::ZonePolicy kPolicyIran ACE_TIME_PROGMEM = {
3623  kZoneRulesIran /*rules*/,
3624  nullptr /* letters */,
3625  55 /*numRules*/,
3626  0 /* numLetters */,
3627 };
3628 
3629 //---------------------------------------------------------------------------
3630 // Policy name: Iraq
3631 // Rules: 3
3632 // Memory (8-bit): 33
3633 // Memory (32-bit): 48
3634 //---------------------------------------------------------------------------
3635 
3636 static const extended::ZoneRule kZoneRulesIraq[] ACE_TIME_PROGMEM = {
3637  // Rule Iraq 1985 1990 - Sep lastSun 1:00s 0 -
3638  {
3639  -15 /*fromYearTiny*/,
3640  -10 /*toYearTiny*/,
3641  9 /*inMonth*/,
3642  7 /*onDayOfWeek*/,
3643  0 /*onDayOfMonth*/,
3644  4 /*atTimeCode*/,
3645  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
3646  (0 + 4) /*deltaCode*/,
3647  '-' /*letter*/,
3648  },
3649  // Rule Iraq 1991 2007 - Apr 1 3:00s 1:00 -
3650  {
3651  -9 /*fromYearTiny*/,
3652  7 /*toYearTiny*/,
3653  4 /*inMonth*/,
3654  0 /*onDayOfWeek*/,
3655  1 /*onDayOfMonth*/,
3656  12 /*atTimeCode*/,
3657  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
3658  (4 + 4) /*deltaCode*/,
3659  '-' /*letter*/,
3660  },
3661  // Rule Iraq 1991 2007 - Oct 1 3:00s 0 -
3662  {
3663  -9 /*fromYearTiny*/,
3664  7 /*toYearTiny*/,
3665  10 /*inMonth*/,
3666  0 /*onDayOfWeek*/,
3667  1 /*onDayOfMonth*/,
3668  12 /*atTimeCode*/,
3669  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
3670  (0 + 4) /*deltaCode*/,
3671  '-' /*letter*/,
3672  },
3673 
3674 };
3675 
3676 
3677 
3678 const extended::ZonePolicy kPolicyIraq ACE_TIME_PROGMEM = {
3679  kZoneRulesIraq /*rules*/,
3680  nullptr /* letters */,
3681  3 /*numRules*/,
3682  0 /* numLetters */,
3683 };
3684 
3685 //---------------------------------------------------------------------------
3686 // Policy name: Japan
3687 // Rules: 1
3688 // Memory (8-bit): 15
3689 // Memory (32-bit): 24
3690 //---------------------------------------------------------------------------
3691 
3692 static const extended::ZoneRule kZoneRulesJapan[] ACE_TIME_PROGMEM = {
3693  // Rule Japan 1948 1951 - Sep Sat>=8 25:00 0 S
3694  {
3695  -52 /*fromYearTiny*/,
3696  -49 /*toYearTiny*/,
3697  9 /*inMonth*/,
3698  6 /*onDayOfWeek*/,
3699  8 /*onDayOfMonth*/,
3700  100 /*atTimeCode*/,
3701  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3702  (0 + 4) /*deltaCode*/,
3703  'S' /*letter*/,
3704  },
3705 
3706 };
3707 
3708 
3709 
3710 const extended::ZonePolicy kPolicyJapan ACE_TIME_PROGMEM = {
3711  kZoneRulesJapan /*rules*/,
3712  nullptr /* letters */,
3713  1 /*numRules*/,
3714  0 /* numLetters */,
3715 };
3716 
3717 //---------------------------------------------------------------------------
3718 // Policy name: Jordan
3719 // Rules: 12
3720 // Memory (8-bit): 114
3721 // Memory (32-bit): 156
3722 //---------------------------------------------------------------------------
3723 
3724 static const extended::ZoneRule kZoneRulesJordan[] ACE_TIME_PROGMEM = {
3725  // Rule Jordan 1995 1998 - Sep Fri>=15 0:00s 0 -
3726  {
3727  -5 /*fromYearTiny*/,
3728  -2 /*toYearTiny*/,
3729  9 /*inMonth*/,
3730  5 /*onDayOfWeek*/,
3731  15 /*onDayOfMonth*/,
3732  0 /*atTimeCode*/,
3733  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
3734  (0 + 4) /*deltaCode*/,
3735  '-' /*letter*/,
3736  },
3737  // Rule Jordan 1999 only - Jul 1 0:00s 1:00 S
3738  {
3739  -1 /*fromYearTiny*/,
3740  -1 /*toYearTiny*/,
3741  7 /*inMonth*/,
3742  0 /*onDayOfWeek*/,
3743  1 /*onDayOfMonth*/,
3744  0 /*atTimeCode*/,
3745  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
3746  (4 + 4) /*deltaCode*/,
3747  'S' /*letter*/,
3748  },
3749  // Rule Jordan 1999 2002 - Sep lastFri 0:00s 0 -
3750  {
3751  -1 /*fromYearTiny*/,
3752  2 /*toYearTiny*/,
3753  9 /*inMonth*/,
3754  5 /*onDayOfWeek*/,
3755  0 /*onDayOfMonth*/,
3756  0 /*atTimeCode*/,
3757  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
3758  (0 + 4) /*deltaCode*/,
3759  '-' /*letter*/,
3760  },
3761  // Rule Jordan 2000 2001 - Mar lastThu 0:00s 1:00 S
3762  {
3763  0 /*fromYearTiny*/,
3764  1 /*toYearTiny*/,
3765  3 /*inMonth*/,
3766  4 /*onDayOfWeek*/,
3767  0 /*onDayOfMonth*/,
3768  0 /*atTimeCode*/,
3769  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
3770  (4 + 4) /*deltaCode*/,
3771  'S' /*letter*/,
3772  },
3773  // Rule Jordan 2002 2012 - Mar lastThu 24:00 1:00 S
3774  {
3775  2 /*fromYearTiny*/,
3776  12 /*toYearTiny*/,
3777  3 /*inMonth*/,
3778  4 /*onDayOfWeek*/,
3779  0 /*onDayOfMonth*/,
3780  96 /*atTimeCode*/,
3781  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3782  (4 + 4) /*deltaCode*/,
3783  'S' /*letter*/,
3784  },
3785  // Rule Jordan 2003 only - Oct 24 0:00s 0 -
3786  {
3787  3 /*fromYearTiny*/,
3788  3 /*toYearTiny*/,
3789  10 /*inMonth*/,
3790  0 /*onDayOfWeek*/,
3791  24 /*onDayOfMonth*/,
3792  0 /*atTimeCode*/,
3793  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
3794  (0 + 4) /*deltaCode*/,
3795  '-' /*letter*/,
3796  },
3797  // Rule Jordan 2004 only - Oct 15 0:00s 0 -
3798  {
3799  4 /*fromYearTiny*/,
3800  4 /*toYearTiny*/,
3801  10 /*inMonth*/,
3802  0 /*onDayOfWeek*/,
3803  15 /*onDayOfMonth*/,
3804  0 /*atTimeCode*/,
3805  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
3806  (0 + 4) /*deltaCode*/,
3807  '-' /*letter*/,
3808  },
3809  // Rule Jordan 2005 only - Sep lastFri 0:00s 0 -
3810  {
3811  5 /*fromYearTiny*/,
3812  5 /*toYearTiny*/,
3813  9 /*inMonth*/,
3814  5 /*onDayOfWeek*/,
3815  0 /*onDayOfMonth*/,
3816  0 /*atTimeCode*/,
3817  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
3818  (0 + 4) /*deltaCode*/,
3819  '-' /*letter*/,
3820  },
3821  // Rule Jordan 2006 2011 - Oct lastFri 0:00s 0 -
3822  {
3823  6 /*fromYearTiny*/,
3824  11 /*toYearTiny*/,
3825  10 /*inMonth*/,
3826  5 /*onDayOfWeek*/,
3827  0 /*onDayOfMonth*/,
3828  0 /*atTimeCode*/,
3829  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
3830  (0 + 4) /*deltaCode*/,
3831  '-' /*letter*/,
3832  },
3833  // Rule Jordan 2013 only - Dec 20 0:00 0 -
3834  {
3835  13 /*fromYearTiny*/,
3836  13 /*toYearTiny*/,
3837  12 /*inMonth*/,
3838  0 /*onDayOfWeek*/,
3839  20 /*onDayOfMonth*/,
3840  0 /*atTimeCode*/,
3841  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3842  (0 + 4) /*deltaCode*/,
3843  '-' /*letter*/,
3844  },
3845  // Rule Jordan 2014 max - Mar lastThu 24:00 1:00 S
3846  {
3847  14 /*fromYearTiny*/,
3848  126 /*toYearTiny*/,
3849  3 /*inMonth*/,
3850  4 /*onDayOfWeek*/,
3851  0 /*onDayOfMonth*/,
3852  96 /*atTimeCode*/,
3853  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3854  (4 + 4) /*deltaCode*/,
3855  'S' /*letter*/,
3856  },
3857  // Rule Jordan 2014 max - Oct lastFri 0:00s 0 -
3858  {
3859  14 /*fromYearTiny*/,
3860  126 /*toYearTiny*/,
3861  10 /*inMonth*/,
3862  5 /*onDayOfWeek*/,
3863  0 /*onDayOfMonth*/,
3864  0 /*atTimeCode*/,
3865  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
3866  (0 + 4) /*deltaCode*/,
3867  '-' /*letter*/,
3868  },
3869 
3870 };
3871 
3872 
3873 
3874 const extended::ZonePolicy kPolicyJordan ACE_TIME_PROGMEM = {
3875  kZoneRulesJordan /*rules*/,
3876  nullptr /* letters */,
3877  12 /*numRules*/,
3878  0 /* numLetters */,
3879 };
3880 
3881 //---------------------------------------------------------------------------
3882 // Policy name: Kyrgyz
3883 // Rules: 3
3884 // Memory (8-bit): 33
3885 // Memory (32-bit): 48
3886 //---------------------------------------------------------------------------
3887 
3888 static const extended::ZoneRule kZoneRulesKyrgyz[] ACE_TIME_PROGMEM = {
3889  // Rule Kyrgyz 1992 1996 - Sep lastSun 0:00 0 -
3890  {
3891  -8 /*fromYearTiny*/,
3892  -4 /*toYearTiny*/,
3893  9 /*inMonth*/,
3894  7 /*onDayOfWeek*/,
3895  0 /*onDayOfMonth*/,
3896  0 /*atTimeCode*/,
3897  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3898  (0 + 4) /*deltaCode*/,
3899  '-' /*letter*/,
3900  },
3901  // Rule Kyrgyz 1997 2005 - Mar lastSun 2:30 1:00 -
3902  {
3903  -3 /*fromYearTiny*/,
3904  5 /*toYearTiny*/,
3905  3 /*inMonth*/,
3906  7 /*onDayOfWeek*/,
3907  0 /*onDayOfMonth*/,
3908  10 /*atTimeCode*/,
3909  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3910  (4 + 4) /*deltaCode*/,
3911  '-' /*letter*/,
3912  },
3913  // Rule Kyrgyz 1997 2004 - Oct lastSun 2:30 0 -
3914  {
3915  -3 /*fromYearTiny*/,
3916  4 /*toYearTiny*/,
3917  10 /*inMonth*/,
3918  7 /*onDayOfWeek*/,
3919  0 /*onDayOfMonth*/,
3920  10 /*atTimeCode*/,
3921  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3922  (0 + 4) /*deltaCode*/,
3923  '-' /*letter*/,
3924  },
3925 
3926 };
3927 
3928 
3929 
3930 const extended::ZonePolicy kPolicyKyrgyz ACE_TIME_PROGMEM = {
3931  kZoneRulesKyrgyz /*rules*/,
3932  nullptr /* letters */,
3933  3 /*numRules*/,
3934  0 /* numLetters */,
3935 };
3936 
3937 //---------------------------------------------------------------------------
3938 // Policy name: LH
3939 // Rules: 9
3940 // Memory (8-bit): 87
3941 // Memory (32-bit): 120
3942 //---------------------------------------------------------------------------
3943 
3944 static const extended::ZoneRule kZoneRulesLH[] ACE_TIME_PROGMEM = {
3945  // Rule LH 1987 1999 - Oct lastSun 2:00 0:30 -
3946  {
3947  -13 /*fromYearTiny*/,
3948  -1 /*toYearTiny*/,
3949  10 /*inMonth*/,
3950  7 /*onDayOfWeek*/,
3951  0 /*onDayOfMonth*/,
3952  8 /*atTimeCode*/,
3953  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3954  (2 + 4) /*deltaCode*/,
3955  '-' /*letter*/,
3956  },
3957  // Rule LH 1990 1995 - Mar Sun>=1 2:00 0 -
3958  {
3959  -10 /*fromYearTiny*/,
3960  -5 /*toYearTiny*/,
3961  3 /*inMonth*/,
3962  7 /*onDayOfWeek*/,
3963  1 /*onDayOfMonth*/,
3964  8 /*atTimeCode*/,
3965  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3966  (0 + 4) /*deltaCode*/,
3967  '-' /*letter*/,
3968  },
3969  // Rule LH 1996 2005 - Mar lastSun 2:00 0 -
3970  {
3971  -4 /*fromYearTiny*/,
3972  5 /*toYearTiny*/,
3973  3 /*inMonth*/,
3974  7 /*onDayOfWeek*/,
3975  0 /*onDayOfMonth*/,
3976  8 /*atTimeCode*/,
3977  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3978  (0 + 4) /*deltaCode*/,
3979  '-' /*letter*/,
3980  },
3981  // Rule LH 2000 only - Aug lastSun 2:00 0:30 -
3982  {
3983  0 /*fromYearTiny*/,
3984  0 /*toYearTiny*/,
3985  8 /*inMonth*/,
3986  7 /*onDayOfWeek*/,
3987  0 /*onDayOfMonth*/,
3988  8 /*atTimeCode*/,
3989  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3990  (2 + 4) /*deltaCode*/,
3991  '-' /*letter*/,
3992  },
3993  // Rule LH 2001 2007 - Oct lastSun 2:00 0:30 -
3994  {
3995  1 /*fromYearTiny*/,
3996  7 /*toYearTiny*/,
3997  10 /*inMonth*/,
3998  7 /*onDayOfWeek*/,
3999  0 /*onDayOfMonth*/,
4000  8 /*atTimeCode*/,
4001  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4002  (2 + 4) /*deltaCode*/,
4003  '-' /*letter*/,
4004  },
4005  // Rule LH 2006 only - Apr Sun>=1 2:00 0 -
4006  {
4007  6 /*fromYearTiny*/,
4008  6 /*toYearTiny*/,
4009  4 /*inMonth*/,
4010  7 /*onDayOfWeek*/,
4011  1 /*onDayOfMonth*/,
4012  8 /*atTimeCode*/,
4013  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4014  (0 + 4) /*deltaCode*/,
4015  '-' /*letter*/,
4016  },
4017  // Rule LH 2007 only - Mar lastSun 2:00 0 -
4018  {
4019  7 /*fromYearTiny*/,
4020  7 /*toYearTiny*/,
4021  3 /*inMonth*/,
4022  7 /*onDayOfWeek*/,
4023  0 /*onDayOfMonth*/,
4024  8 /*atTimeCode*/,
4025  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4026  (0 + 4) /*deltaCode*/,
4027  '-' /*letter*/,
4028  },
4029  // Rule LH 2008 max - Apr Sun>=1 2:00 0 -
4030  {
4031  8 /*fromYearTiny*/,
4032  126 /*toYearTiny*/,
4033  4 /*inMonth*/,
4034  7 /*onDayOfWeek*/,
4035  1 /*onDayOfMonth*/,
4036  8 /*atTimeCode*/,
4037  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4038  (0 + 4) /*deltaCode*/,
4039  '-' /*letter*/,
4040  },
4041  // Rule LH 2008 max - Oct Sun>=1 2:00 0:30 -
4042  {
4043  8 /*fromYearTiny*/,
4044  126 /*toYearTiny*/,
4045  10 /*inMonth*/,
4046  7 /*onDayOfWeek*/,
4047  1 /*onDayOfMonth*/,
4048  8 /*atTimeCode*/,
4049  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4050  (2 + 4) /*deltaCode*/,
4051  '-' /*letter*/,
4052  },
4053 
4054 };
4055 
4056 
4057 
4058 const extended::ZonePolicy kPolicyLH ACE_TIME_PROGMEM = {
4059  kZoneRulesLH /*rules*/,
4060  nullptr /* letters */,
4061  9 /*numRules*/,
4062  0 /* numLetters */,
4063 };
4064 
4065 //---------------------------------------------------------------------------
4066 // Policy name: Lebanon
4067 // Rules: 3
4068 // Memory (8-bit): 33
4069 // Memory (32-bit): 48
4070 //---------------------------------------------------------------------------
4071 
4072 static const extended::ZoneRule kZoneRulesLebanon[] ACE_TIME_PROGMEM = {
4073  // Rule Lebanon 1993 max - Mar lastSun 0:00 1:00 S
4074  {
4075  -7 /*fromYearTiny*/,
4076  126 /*toYearTiny*/,
4077  3 /*inMonth*/,
4078  7 /*onDayOfWeek*/,
4079  0 /*onDayOfMonth*/,
4080  0 /*atTimeCode*/,
4081  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4082  (4 + 4) /*deltaCode*/,
4083  'S' /*letter*/,
4084  },
4085  // Rule Lebanon 1993 1998 - Sep lastSun 0:00 0 -
4086  {
4087  -7 /*fromYearTiny*/,
4088  -2 /*toYearTiny*/,
4089  9 /*inMonth*/,
4090  7 /*onDayOfWeek*/,
4091  0 /*onDayOfMonth*/,
4092  0 /*atTimeCode*/,
4093  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4094  (0 + 4) /*deltaCode*/,
4095  '-' /*letter*/,
4096  },
4097  // Rule Lebanon 1999 max - Oct lastSun 0:00 0 -
4098  {
4099  -1 /*fromYearTiny*/,
4100  126 /*toYearTiny*/,
4101  10 /*inMonth*/,
4102  7 /*onDayOfWeek*/,
4103  0 /*onDayOfMonth*/,
4104  0 /*atTimeCode*/,
4105  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4106  (0 + 4) /*deltaCode*/,
4107  '-' /*letter*/,
4108  },
4109 
4110 };
4111 
4112 
4113 
4114 const extended::ZonePolicy kPolicyLebanon ACE_TIME_PROGMEM = {
4115  kZoneRulesLebanon /*rules*/,
4116  nullptr /* letters */,
4117  3 /*numRules*/,
4118  0 /* numLetters */,
4119 };
4120 
4121 //---------------------------------------------------------------------------
4122 // Policy name: Libya
4123 // Rules: 3
4124 // Memory (8-bit): 33
4125 // Memory (32-bit): 48
4126 //---------------------------------------------------------------------------
4127 
4128 static const extended::ZoneRule kZoneRulesLibya[] ACE_TIME_PROGMEM = {
4129  // Rule Libya 1997 only - Oct 4 0:00 0 -
4130  {
4131  -3 /*fromYearTiny*/,
4132  -3 /*toYearTiny*/,
4133  10 /*inMonth*/,
4134  0 /*onDayOfWeek*/,
4135  4 /*onDayOfMonth*/,
4136  0 /*atTimeCode*/,
4137  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4138  (0 + 4) /*deltaCode*/,
4139  '-' /*letter*/,
4140  },
4141  // Rule Libya 2013 only - Mar lastFri 1:00 1:00 S
4142  {
4143  13 /*fromYearTiny*/,
4144  13 /*toYearTiny*/,
4145  3 /*inMonth*/,
4146  5 /*onDayOfWeek*/,
4147  0 /*onDayOfMonth*/,
4148  4 /*atTimeCode*/,
4149  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4150  (4 + 4) /*deltaCode*/,
4151  'S' /*letter*/,
4152  },
4153  // Rule Libya 2013 only - Oct lastFri 2:00 0 -
4154  {
4155  13 /*fromYearTiny*/,
4156  13 /*toYearTiny*/,
4157  10 /*inMonth*/,
4158  5 /*onDayOfWeek*/,
4159  0 /*onDayOfMonth*/,
4160  8 /*atTimeCode*/,
4161  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4162  (0 + 4) /*deltaCode*/,
4163  '-' /*letter*/,
4164  },
4165 
4166 };
4167 
4168 
4169 
4170 const extended::ZonePolicy kPolicyLibya ACE_TIME_PROGMEM = {
4171  kZoneRulesLibya /*rules*/,
4172  nullptr /* letters */,
4173  3 /*numRules*/,
4174  0 /* numLetters */,
4175 };
4176 
4177 //---------------------------------------------------------------------------
4178 // Policy name: Macau
4179 // Rules: 1
4180 // Memory (8-bit): 15
4181 // Memory (32-bit): 24
4182 //---------------------------------------------------------------------------
4183 
4184 static const extended::ZoneRule kZoneRulesMacau[] ACE_TIME_PROGMEM = {
4185  // Rule Macau 1979 only - Oct Sun>=16 03:30 0 S
4186  {
4187  -21 /*fromYearTiny*/,
4188  -21 /*toYearTiny*/,
4189  10 /*inMonth*/,
4190  7 /*onDayOfWeek*/,
4191  16 /*onDayOfMonth*/,
4192  14 /*atTimeCode*/,
4193  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4194  (0 + 4) /*deltaCode*/,
4195  'S' /*letter*/,
4196  },
4197 
4198 };
4199 
4200 
4201 
4202 const extended::ZonePolicy kPolicyMacau ACE_TIME_PROGMEM = {
4203  kZoneRulesMacau /*rules*/,
4204  nullptr /* letters */,
4205  1 /*numRules*/,
4206  0 /* numLetters */,
4207 };
4208 
4209 //---------------------------------------------------------------------------
4210 // Policy name: Mauritius
4211 // Rules: 3
4212 // Memory (8-bit): 33
4213 // Memory (32-bit): 48
4214 //---------------------------------------------------------------------------
4215 
4216 static const extended::ZoneRule kZoneRulesMauritius[] ACE_TIME_PROGMEM = {
4217  // Rule Mauritius 1983 only - Mar 21 0:00 0 -
4218  {
4219  -17 /*fromYearTiny*/,
4220  -17 /*toYearTiny*/,
4221  3 /*inMonth*/,
4222  0 /*onDayOfWeek*/,
4223  21 /*onDayOfMonth*/,
4224  0 /*atTimeCode*/,
4225  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4226  (0 + 4) /*deltaCode*/,
4227  '-' /*letter*/,
4228  },
4229  // Rule Mauritius 2008 only - Oct lastSun 2:00 1:00 -
4230  {
4231  8 /*fromYearTiny*/,
4232  8 /*toYearTiny*/,
4233  10 /*inMonth*/,
4234  7 /*onDayOfWeek*/,
4235  0 /*onDayOfMonth*/,
4236  8 /*atTimeCode*/,
4237  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4238  (4 + 4) /*deltaCode*/,
4239  '-' /*letter*/,
4240  },
4241  // Rule Mauritius 2009 only - Mar lastSun 2:00 0 -
4242  {
4243  9 /*fromYearTiny*/,
4244  9 /*toYearTiny*/,
4245  3 /*inMonth*/,
4246  7 /*onDayOfWeek*/,
4247  0 /*onDayOfMonth*/,
4248  8 /*atTimeCode*/,
4249  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4250  (0 + 4) /*deltaCode*/,
4251  '-' /*letter*/,
4252  },
4253 
4254 };
4255 
4256 
4257 
4258 const extended::ZonePolicy kPolicyMauritius ACE_TIME_PROGMEM = {
4259  kZoneRulesMauritius /*rules*/,
4260  nullptr /* letters */,
4261  3 /*numRules*/,
4262  0 /* numLetters */,
4263 };
4264 
4265 //---------------------------------------------------------------------------
4266 // Policy name: Mexico
4267 // Rules: 7
4268 // Memory (8-bit): 69
4269 // Memory (32-bit): 96
4270 //---------------------------------------------------------------------------
4271 
4272 static const extended::ZoneRule kZoneRulesMexico[] ACE_TIME_PROGMEM = {
4273  // Rule Mexico 1950 only - Jul 30 0:00 0 S
4274  {
4275  -50 /*fromYearTiny*/,
4276  -50 /*toYearTiny*/,
4277  7 /*inMonth*/,
4278  0 /*onDayOfWeek*/,
4279  30 /*onDayOfMonth*/,
4280  0 /*atTimeCode*/,
4281  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4282  (0 + 4) /*deltaCode*/,
4283  'S' /*letter*/,
4284  },
4285  // Rule Mexico 1996 2000 - Apr Sun>=1 2:00 1:00 D
4286  {
4287  -4 /*fromYearTiny*/,
4288  0 /*toYearTiny*/,
4289  4 /*inMonth*/,
4290  7 /*onDayOfWeek*/,
4291  1 /*onDayOfMonth*/,
4292  8 /*atTimeCode*/,
4293  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4294  (4 + 4) /*deltaCode*/,
4295  'D' /*letter*/,
4296  },
4297  // Rule Mexico 1996 2000 - Oct lastSun 2:00 0 S
4298  {
4299  -4 /*fromYearTiny*/,
4300  0 /*toYearTiny*/,
4301  10 /*inMonth*/,
4302  7 /*onDayOfWeek*/,
4303  0 /*onDayOfMonth*/,
4304  8 /*atTimeCode*/,
4305  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4306  (0 + 4) /*deltaCode*/,
4307  'S' /*letter*/,
4308  },
4309  // Rule Mexico 2001 only - May Sun>=1 2:00 1:00 D
4310  {
4311  1 /*fromYearTiny*/,
4312  1 /*toYearTiny*/,
4313  5 /*inMonth*/,
4314  7 /*onDayOfWeek*/,
4315  1 /*onDayOfMonth*/,
4316  8 /*atTimeCode*/,
4317  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4318  (4 + 4) /*deltaCode*/,
4319  'D' /*letter*/,
4320  },
4321  // Rule Mexico 2001 only - Sep lastSun 2:00 0 S
4322  {
4323  1 /*fromYearTiny*/,
4324  1 /*toYearTiny*/,
4325  9 /*inMonth*/,
4326  7 /*onDayOfWeek*/,
4327  0 /*onDayOfMonth*/,
4328  8 /*atTimeCode*/,
4329  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4330  (0 + 4) /*deltaCode*/,
4331  'S' /*letter*/,
4332  },
4333  // Rule Mexico 2002 max - Apr Sun>=1 2:00 1:00 D
4334  {
4335  2 /*fromYearTiny*/,
4336  126 /*toYearTiny*/,
4337  4 /*inMonth*/,
4338  7 /*onDayOfWeek*/,
4339  1 /*onDayOfMonth*/,
4340  8 /*atTimeCode*/,
4341  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4342  (4 + 4) /*deltaCode*/,
4343  'D' /*letter*/,
4344  },
4345  // Rule Mexico 2002 max - Oct lastSun 2:00 0 S
4346  {
4347  2 /*fromYearTiny*/,
4348  126 /*toYearTiny*/,
4349  10 /*inMonth*/,
4350  7 /*onDayOfWeek*/,
4351  0 /*onDayOfMonth*/,
4352  8 /*atTimeCode*/,
4353  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4354  (0 + 4) /*deltaCode*/,
4355  'S' /*letter*/,
4356  },
4357 
4358 };
4359 
4360 
4361 
4362 const extended::ZonePolicy kPolicyMexico ACE_TIME_PROGMEM = {
4363  kZoneRulesMexico /*rules*/,
4364  nullptr /* letters */,
4365  7 /*numRules*/,
4366  0 /* numLetters */,
4367 };
4368 
4369 //---------------------------------------------------------------------------
4370 // Policy name: Moldova
4371 // Rules: 2
4372 // Memory (8-bit): 24
4373 // Memory (32-bit): 36
4374 //---------------------------------------------------------------------------
4375 
4376 static const extended::ZoneRule kZoneRulesMoldova[] ACE_TIME_PROGMEM = {
4377  // Rule Moldova 1997 max - Mar lastSun 2:00 1:00 S
4378  {
4379  -3 /*fromYearTiny*/,
4380  126 /*toYearTiny*/,
4381  3 /*inMonth*/,
4382  7 /*onDayOfWeek*/,
4383  0 /*onDayOfMonth*/,
4384  8 /*atTimeCode*/,
4385  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4386  (4 + 4) /*deltaCode*/,
4387  'S' /*letter*/,
4388  },
4389  // Rule Moldova 1997 max - Oct lastSun 3:00 0 -
4390  {
4391  -3 /*fromYearTiny*/,
4392  126 /*toYearTiny*/,
4393  10 /*inMonth*/,
4394  7 /*onDayOfWeek*/,
4395  0 /*onDayOfMonth*/,
4396  12 /*atTimeCode*/,
4397  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4398  (0 + 4) /*deltaCode*/,
4399  '-' /*letter*/,
4400  },
4401 
4402 };
4403 
4404 
4405 
4406 const extended::ZonePolicy kPolicyMoldova ACE_TIME_PROGMEM = {
4407  kZoneRulesMoldova /*rules*/,
4408  nullptr /* letters */,
4409  2 /*numRules*/,
4410  0 /* numLetters */,
4411 };
4412 
4413 //---------------------------------------------------------------------------
4414 // Policy name: Moncton
4415 // Rules: 3
4416 // Memory (8-bit): 33
4417 // Memory (32-bit): 48
4418 //---------------------------------------------------------------------------
4419 
4420 static const extended::ZoneRule kZoneRulesMoncton[] ACE_TIME_PROGMEM = {
4421  // Rule Moncton 1957 1972 - Oct lastSun 2:00 0 S
4422  {
4423  -43 /*fromYearTiny*/,
4424  -28 /*toYearTiny*/,
4425  10 /*inMonth*/,
4426  7 /*onDayOfWeek*/,
4427  0 /*onDayOfMonth*/,
4428  8 /*atTimeCode*/,
4429  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4430  (0 + 4) /*deltaCode*/,
4431  'S' /*letter*/,
4432  },
4433  // Rule Moncton 1993 2006 - Apr Sun>=1 0:01 1:00 D
4434  {
4435  -7 /*fromYearTiny*/,
4436  6 /*toYearTiny*/,
4437  4 /*inMonth*/,
4438  7 /*onDayOfWeek*/,
4439  1 /*onDayOfMonth*/,
4440  0 /*atTimeCode*/,
4441  extended::ZoneContext::kSuffixW + 1 /*atTimeModifier*/,
4442  (4 + 4) /*deltaCode*/,
4443  'D' /*letter*/,
4444  },
4445  // Rule Moncton 1993 2006 - Oct lastSun 0:01 0 S
4446  {
4447  -7 /*fromYearTiny*/,
4448  6 /*toYearTiny*/,
4449  10 /*inMonth*/,
4450  7 /*onDayOfWeek*/,
4451  0 /*onDayOfMonth*/,
4452  0 /*atTimeCode*/,
4453  extended::ZoneContext::kSuffixW + 1 /*atTimeModifier*/,
4454  (0 + 4) /*deltaCode*/,
4455  'S' /*letter*/,
4456  },
4457 
4458 };
4459 
4460 
4461 
4462 const extended::ZonePolicy kPolicyMoncton ACE_TIME_PROGMEM = {
4463  kZoneRulesMoncton /*rules*/,
4464  nullptr /* letters */,
4465  3 /*numRules*/,
4466  0 /* numLetters */,
4467 };
4468 
4469 //---------------------------------------------------------------------------
4470 // Policy name: Mongol
4471 // Rules: 6
4472 // Memory (8-bit): 60
4473 // Memory (32-bit): 84
4474 //---------------------------------------------------------------------------
4475 
4476 static const extended::ZoneRule kZoneRulesMongol[] ACE_TIME_PROGMEM = {
4477  // Rule Mongol 1984 1998 - Sep lastSun 0:00 0 -
4478  {
4479  -16 /*fromYearTiny*/,
4480  -2 /*toYearTiny*/,
4481  9 /*inMonth*/,
4482  7 /*onDayOfWeek*/,
4483  0 /*onDayOfMonth*/,
4484  0 /*atTimeCode*/,
4485  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4486  (0 + 4) /*deltaCode*/,
4487  '-' /*letter*/,
4488  },
4489  // Rule Mongol 2001 only - Apr lastSat 2:00 1:00 -
4490  {
4491  1 /*fromYearTiny*/,
4492  1 /*toYearTiny*/,
4493  4 /*inMonth*/,
4494  6 /*onDayOfWeek*/,
4495  0 /*onDayOfMonth*/,
4496  8 /*atTimeCode*/,
4497  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4498  (4 + 4) /*deltaCode*/,
4499  '-' /*letter*/,
4500  },
4501  // Rule Mongol 2001 2006 - Sep lastSat 2:00 0 -
4502  {
4503  1 /*fromYearTiny*/,
4504  6 /*toYearTiny*/,
4505  9 /*inMonth*/,
4506  6 /*onDayOfWeek*/,
4507  0 /*onDayOfMonth*/,
4508  8 /*atTimeCode*/,
4509  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4510  (0 + 4) /*deltaCode*/,
4511  '-' /*letter*/,
4512  },
4513  // Rule Mongol 2002 2006 - Mar lastSat 2:00 1:00 -
4514  {
4515  2 /*fromYearTiny*/,
4516  6 /*toYearTiny*/,
4517  3 /*inMonth*/,
4518  6 /*onDayOfWeek*/,
4519  0 /*onDayOfMonth*/,
4520  8 /*atTimeCode*/,
4521  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4522  (4 + 4) /*deltaCode*/,
4523  '-' /*letter*/,
4524  },
4525  // Rule Mongol 2015 2016 - Mar lastSat 2:00 1:00 -
4526  {
4527  15 /*fromYearTiny*/,
4528  16 /*toYearTiny*/,
4529  3 /*inMonth*/,
4530  6 /*onDayOfWeek*/,
4531  0 /*onDayOfMonth*/,
4532  8 /*atTimeCode*/,
4533  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4534  (4 + 4) /*deltaCode*/,
4535  '-' /*letter*/,
4536  },
4537  // Rule Mongol 2015 2016 - Sep lastSat 0:00 0 -
4538  {
4539  15 /*fromYearTiny*/,
4540  16 /*toYearTiny*/,
4541  9 /*inMonth*/,
4542  6 /*onDayOfWeek*/,
4543  0 /*onDayOfMonth*/,
4544  0 /*atTimeCode*/,
4545  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4546  (0 + 4) /*deltaCode*/,
4547  '-' /*letter*/,
4548  },
4549 
4550 };
4551 
4552 
4553 
4554 const extended::ZonePolicy kPolicyMongol ACE_TIME_PROGMEM = {
4555  kZoneRulesMongol /*rules*/,
4556  nullptr /* letters */,
4557  6 /*numRules*/,
4558  0 /* numLetters */,
4559 };
4560 
4561 //---------------------------------------------------------------------------
4562 // Policy name: Morocco
4563 // Rules: 94
4564 // Memory (8-bit): 852
4565 // Memory (32-bit): 1140
4566 //---------------------------------------------------------------------------
4567 
4568 static const extended::ZoneRule kZoneRulesMorocco[] ACE_TIME_PROGMEM = {
4569  // Rule Morocco 1978 only - Aug 4 0:00 0 -
4570  {
4571  -22 /*fromYearTiny*/,
4572  -22 /*toYearTiny*/,
4573  8 /*inMonth*/,
4574  0 /*onDayOfWeek*/,
4575  4 /*onDayOfMonth*/,
4576  0 /*atTimeCode*/,
4577  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4578  (0 + 4) /*deltaCode*/,
4579  '-' /*letter*/,
4580  },
4581  // Rule Morocco 2008 only - Jun 1 0:00 1:00 -
4582  {
4583  8 /*fromYearTiny*/,
4584  8 /*toYearTiny*/,
4585  6 /*inMonth*/,
4586  0 /*onDayOfWeek*/,
4587  1 /*onDayOfMonth*/,
4588  0 /*atTimeCode*/,
4589  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4590  (4 + 4) /*deltaCode*/,
4591  '-' /*letter*/,
4592  },
4593  // Rule Morocco 2008 only - Sep 1 0:00 0 -
4594  {
4595  8 /*fromYearTiny*/,
4596  8 /*toYearTiny*/,
4597  9 /*inMonth*/,
4598  0 /*onDayOfWeek*/,
4599  1 /*onDayOfMonth*/,
4600  0 /*atTimeCode*/,
4601  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4602  (0 + 4) /*deltaCode*/,
4603  '-' /*letter*/,
4604  },
4605  // Rule Morocco 2009 only - Jun 1 0:00 1:00 -
4606  {
4607  9 /*fromYearTiny*/,
4608  9 /*toYearTiny*/,
4609  6 /*inMonth*/,
4610  0 /*onDayOfWeek*/,
4611  1 /*onDayOfMonth*/,
4612  0 /*atTimeCode*/,
4613  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4614  (4 + 4) /*deltaCode*/,
4615  '-' /*letter*/,
4616  },
4617  // Rule Morocco 2009 only - Aug 21 0:00 0 -
4618  {
4619  9 /*fromYearTiny*/,
4620  9 /*toYearTiny*/,
4621  8 /*inMonth*/,
4622  0 /*onDayOfWeek*/,
4623  21 /*onDayOfMonth*/,
4624  0 /*atTimeCode*/,
4625  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4626  (0 + 4) /*deltaCode*/,
4627  '-' /*letter*/,
4628  },
4629  // Rule Morocco 2010 only - May 2 0:00 1:00 -
4630  {
4631  10 /*fromYearTiny*/,
4632  10 /*toYearTiny*/,
4633  5 /*inMonth*/,
4634  0 /*onDayOfWeek*/,
4635  2 /*onDayOfMonth*/,
4636  0 /*atTimeCode*/,
4637  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4638  (4 + 4) /*deltaCode*/,
4639  '-' /*letter*/,
4640  },
4641  // Rule Morocco 2010 only - Aug 8 0:00 0 -
4642  {
4643  10 /*fromYearTiny*/,
4644  10 /*toYearTiny*/,
4645  8 /*inMonth*/,
4646  0 /*onDayOfWeek*/,
4647  8 /*onDayOfMonth*/,
4648  0 /*atTimeCode*/,
4649  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4650  (0 + 4) /*deltaCode*/,
4651  '-' /*letter*/,
4652  },
4653  // Rule Morocco 2011 only - Apr 3 0:00 1:00 -
4654  {
4655  11 /*fromYearTiny*/,
4656  11 /*toYearTiny*/,
4657  4 /*inMonth*/,
4658  0 /*onDayOfWeek*/,
4659  3 /*onDayOfMonth*/,
4660  0 /*atTimeCode*/,
4661  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4662  (4 + 4) /*deltaCode*/,
4663  '-' /*letter*/,
4664  },
4665  // Rule Morocco 2011 only - Jul 31 0:00 0 -
4666  {
4667  11 /*fromYearTiny*/,
4668  11 /*toYearTiny*/,
4669  7 /*inMonth*/,
4670  0 /*onDayOfWeek*/,
4671  31 /*onDayOfMonth*/,
4672  0 /*atTimeCode*/,
4673  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4674  (0 + 4) /*deltaCode*/,
4675  '-' /*letter*/,
4676  },
4677  // Rule Morocco 2012 2013 - Apr lastSun 2:00 1:00 -
4678  {
4679  12 /*fromYearTiny*/,
4680  13 /*toYearTiny*/,
4681  4 /*inMonth*/,
4682  7 /*onDayOfWeek*/,
4683  0 /*onDayOfMonth*/,
4684  8 /*atTimeCode*/,
4685  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4686  (4 + 4) /*deltaCode*/,
4687  '-' /*letter*/,
4688  },
4689  // Rule Morocco 2012 only - Jul 20 3:00 0 -
4690  {
4691  12 /*fromYearTiny*/,
4692  12 /*toYearTiny*/,
4693  7 /*inMonth*/,
4694  0 /*onDayOfWeek*/,
4695  20 /*onDayOfMonth*/,
4696  12 /*atTimeCode*/,
4697  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4698  (0 + 4) /*deltaCode*/,
4699  '-' /*letter*/,
4700  },
4701  // Rule Morocco 2012 only - Aug 20 2:00 1:00 -
4702  {
4703  12 /*fromYearTiny*/,
4704  12 /*toYearTiny*/,
4705  8 /*inMonth*/,
4706  0 /*onDayOfWeek*/,
4707  20 /*onDayOfMonth*/,
4708  8 /*atTimeCode*/,
4709  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4710  (4 + 4) /*deltaCode*/,
4711  '-' /*letter*/,
4712  },
4713  // Rule Morocco 2012 only - Sep 30 3:00 0 -
4714  {
4715  12 /*fromYearTiny*/,
4716  12 /*toYearTiny*/,
4717  9 /*inMonth*/,
4718  0 /*onDayOfWeek*/,
4719  30 /*onDayOfMonth*/,
4720  12 /*atTimeCode*/,
4721  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4722  (0 + 4) /*deltaCode*/,
4723  '-' /*letter*/,
4724  },
4725  // Rule Morocco 2013 only - Jul 7 3:00 0 -
4726  {
4727  13 /*fromYearTiny*/,
4728  13 /*toYearTiny*/,
4729  7 /*inMonth*/,
4730  0 /*onDayOfWeek*/,
4731  7 /*onDayOfMonth*/,
4732  12 /*atTimeCode*/,
4733  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4734  (0 + 4) /*deltaCode*/,
4735  '-' /*letter*/,
4736  },
4737  // Rule Morocco 2013 only - Aug 10 2:00 1:00 -
4738  {
4739  13 /*fromYearTiny*/,
4740  13 /*toYearTiny*/,
4741  8 /*inMonth*/,
4742  0 /*onDayOfWeek*/,
4743  10 /*onDayOfMonth*/,
4744  8 /*atTimeCode*/,
4745  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4746  (4 + 4) /*deltaCode*/,
4747  '-' /*letter*/,
4748  },
4749  // Rule Morocco 2013 2018 - Oct lastSun 3:00 0 -
4750  {
4751  13 /*fromYearTiny*/,
4752  18 /*toYearTiny*/,
4753  10 /*inMonth*/,
4754  7 /*onDayOfWeek*/,
4755  0 /*onDayOfMonth*/,
4756  12 /*atTimeCode*/,
4757  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4758  (0 + 4) /*deltaCode*/,
4759  '-' /*letter*/,
4760  },
4761  // Rule Morocco 2014 2018 - Mar lastSun 2:00 1:00 -
4762  {
4763  14 /*fromYearTiny*/,
4764  18 /*toYearTiny*/,
4765  3 /*inMonth*/,
4766  7 /*onDayOfWeek*/,
4767  0 /*onDayOfMonth*/,
4768  8 /*atTimeCode*/,
4769  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4770  (4 + 4) /*deltaCode*/,
4771  '-' /*letter*/,
4772  },
4773  // Rule Morocco 2014 only - Jun 28 3:00 0 -
4774  {
4775  14 /*fromYearTiny*/,
4776  14 /*toYearTiny*/,
4777  6 /*inMonth*/,
4778  0 /*onDayOfWeek*/,
4779  28 /*onDayOfMonth*/,
4780  12 /*atTimeCode*/,
4781  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4782  (0 + 4) /*deltaCode*/,
4783  '-' /*letter*/,
4784  },
4785  // Rule Morocco 2014 only - Aug 2 2:00 1:00 -
4786  {
4787  14 /*fromYearTiny*/,
4788  14 /*toYearTiny*/,
4789  8 /*inMonth*/,
4790  0 /*onDayOfWeek*/,
4791  2 /*onDayOfMonth*/,
4792  8 /*atTimeCode*/,
4793  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4794  (4 + 4) /*deltaCode*/,
4795  '-' /*letter*/,
4796  },
4797  // Rule Morocco 2015 only - Jun 14 3:00 0 -
4798  {
4799  15 /*fromYearTiny*/,
4800  15 /*toYearTiny*/,
4801  6 /*inMonth*/,
4802  0 /*onDayOfWeek*/,
4803  14 /*onDayOfMonth*/,
4804  12 /*atTimeCode*/,
4805  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4806  (0 + 4) /*deltaCode*/,
4807  '-' /*letter*/,
4808  },
4809  // Rule Morocco 2015 only - Jul 19 2:00 1:00 -
4810  {
4811  15 /*fromYearTiny*/,
4812  15 /*toYearTiny*/,
4813  7 /*inMonth*/,
4814  0 /*onDayOfWeek*/,
4815  19 /*onDayOfMonth*/,
4816  8 /*atTimeCode*/,
4817  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4818  (4 + 4) /*deltaCode*/,
4819  '-' /*letter*/,
4820  },
4821  // Rule Morocco 2016 only - Jun 5 3:00 0 -
4822  {
4823  16 /*fromYearTiny*/,
4824  16 /*toYearTiny*/,
4825  6 /*inMonth*/,
4826  0 /*onDayOfWeek*/,
4827  5 /*onDayOfMonth*/,
4828  12 /*atTimeCode*/,
4829  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4830  (0 + 4) /*deltaCode*/,
4831  '-' /*letter*/,
4832  },
4833  // Rule Morocco 2016 only - Jul 10 2:00 1:00 -
4834  {
4835  16 /*fromYearTiny*/,
4836  16 /*toYearTiny*/,
4837  7 /*inMonth*/,
4838  0 /*onDayOfWeek*/,
4839  10 /*onDayOfMonth*/,
4840  8 /*atTimeCode*/,
4841  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4842  (4 + 4) /*deltaCode*/,
4843  '-' /*letter*/,
4844  },
4845  // Rule Morocco 2017 only - May 21 3:00 0 -
4846  {
4847  17 /*fromYearTiny*/,
4848  17 /*toYearTiny*/,
4849  5 /*inMonth*/,
4850  0 /*onDayOfWeek*/,
4851  21 /*onDayOfMonth*/,
4852  12 /*atTimeCode*/,
4853  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4854  (0 + 4) /*deltaCode*/,
4855  '-' /*letter*/,
4856  },
4857  // Rule Morocco 2017 only - Jul 2 2:00 1:00 -
4858  {
4859  17 /*fromYearTiny*/,
4860  17 /*toYearTiny*/,
4861  7 /*inMonth*/,
4862  0 /*onDayOfWeek*/,
4863  2 /*onDayOfMonth*/,
4864  8 /*atTimeCode*/,
4865  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4866  (4 + 4) /*deltaCode*/,
4867  '-' /*letter*/,
4868  },
4869  // Rule Morocco 2018 only - May 13 3:00 0 -
4870  {
4871  18 /*fromYearTiny*/,
4872  18 /*toYearTiny*/,
4873  5 /*inMonth*/,
4874  0 /*onDayOfWeek*/,
4875  13 /*onDayOfMonth*/,
4876  12 /*atTimeCode*/,
4877  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4878  (0 + 4) /*deltaCode*/,
4879  '-' /*letter*/,
4880  },
4881  // Rule Morocco 2018 only - Jun 17 2:00 1:00 -
4882  {
4883  18 /*fromYearTiny*/,
4884  18 /*toYearTiny*/,
4885  6 /*inMonth*/,
4886  0 /*onDayOfWeek*/,
4887  17 /*onDayOfMonth*/,
4888  8 /*atTimeCode*/,
4889  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4890  (4 + 4) /*deltaCode*/,
4891  '-' /*letter*/,
4892  },
4893  // Rule Morocco 2019 only - May 5 3:00 -1:00 -
4894  {
4895  19 /*fromYearTiny*/,
4896  19 /*toYearTiny*/,
4897  5 /*inMonth*/,
4898  0 /*onDayOfWeek*/,
4899  5 /*onDayOfMonth*/,
4900  12 /*atTimeCode*/,
4901  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4902  (-4 + 4) /*deltaCode*/,
4903  '-' /*letter*/,
4904  },
4905  // Rule Morocco 2019 only - Jun 9 2:00 0 -
4906  {
4907  19 /*fromYearTiny*/,
4908  19 /*toYearTiny*/,
4909  6 /*inMonth*/,
4910  0 /*onDayOfWeek*/,
4911  9 /*onDayOfMonth*/,
4912  8 /*atTimeCode*/,
4913  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4914  (0 + 4) /*deltaCode*/,
4915  '-' /*letter*/,
4916  },
4917  // Rule Morocco 2020 only - Apr 19 3:00 -1:00 -
4918  {
4919  20 /*fromYearTiny*/,
4920  20 /*toYearTiny*/,
4921  4 /*inMonth*/,
4922  0 /*onDayOfWeek*/,
4923  19 /*onDayOfMonth*/,
4924  12 /*atTimeCode*/,
4925  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4926  (-4 + 4) /*deltaCode*/,
4927  '-' /*letter*/,
4928  },
4929  // Rule Morocco 2020 only - May 31 2:00 0 -
4930  {
4931  20 /*fromYearTiny*/,
4932  20 /*toYearTiny*/,
4933  5 /*inMonth*/,
4934  0 /*onDayOfWeek*/,
4935  31 /*onDayOfMonth*/,
4936  8 /*atTimeCode*/,
4937  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4938  (0 + 4) /*deltaCode*/,
4939  '-' /*letter*/,
4940  },
4941  // Rule Morocco 2021 only - Apr 11 3:00 -1:00 -
4942  {
4943  21 /*fromYearTiny*/,
4944  21 /*toYearTiny*/,
4945  4 /*inMonth*/,
4946  0 /*onDayOfWeek*/,
4947  11 /*onDayOfMonth*/,
4948  12 /*atTimeCode*/,
4949  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4950  (-4 + 4) /*deltaCode*/,
4951  '-' /*letter*/,
4952  },
4953  // Rule Morocco 2021 only - May 16 2:00 0 -
4954  {
4955  21 /*fromYearTiny*/,
4956  21 /*toYearTiny*/,
4957  5 /*inMonth*/,
4958  0 /*onDayOfWeek*/,
4959  16 /*onDayOfMonth*/,
4960  8 /*atTimeCode*/,
4961  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4962  (0 + 4) /*deltaCode*/,
4963  '-' /*letter*/,
4964  },
4965  // Rule Morocco 2022 only - Mar 27 3:00 -1:00 -
4966  {
4967  22 /*fromYearTiny*/,
4968  22 /*toYearTiny*/,
4969  3 /*inMonth*/,
4970  0 /*onDayOfWeek*/,
4971  27 /*onDayOfMonth*/,
4972  12 /*atTimeCode*/,
4973  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4974  (-4 + 4) /*deltaCode*/,
4975  '-' /*letter*/,
4976  },
4977  // Rule Morocco 2022 only - May 8 2:00 0 -
4978  {
4979  22 /*fromYearTiny*/,
4980  22 /*toYearTiny*/,
4981  5 /*inMonth*/,
4982  0 /*onDayOfWeek*/,
4983  8 /*onDayOfMonth*/,
4984  8 /*atTimeCode*/,
4985  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4986  (0 + 4) /*deltaCode*/,
4987  '-' /*letter*/,
4988  },
4989  // Rule Morocco 2023 only - Mar 19 3:00 -1:00 -
4990  {
4991  23 /*fromYearTiny*/,
4992  23 /*toYearTiny*/,
4993  3 /*inMonth*/,
4994  0 /*onDayOfWeek*/,
4995  19 /*onDayOfMonth*/,
4996  12 /*atTimeCode*/,
4997  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4998  (-4 + 4) /*deltaCode*/,
4999  '-' /*letter*/,
5000  },
5001  // Rule Morocco 2023 only - Apr 30 2:00 0 -
5002  {
5003  23 /*fromYearTiny*/,
5004  23 /*toYearTiny*/,
5005  4 /*inMonth*/,
5006  0 /*onDayOfWeek*/,
5007  30 /*onDayOfMonth*/,
5008  8 /*atTimeCode*/,
5009  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5010  (0 + 4) /*deltaCode*/,
5011  '-' /*letter*/,
5012  },
5013  // Rule Morocco 2024 only - Mar 10 3:00 -1:00 -
5014  {
5015  24 /*fromYearTiny*/,
5016  24 /*toYearTiny*/,
5017  3 /*inMonth*/,
5018  0 /*onDayOfWeek*/,
5019  10 /*onDayOfMonth*/,
5020  12 /*atTimeCode*/,
5021  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5022  (-4 + 4) /*deltaCode*/,
5023  '-' /*letter*/,
5024  },
5025  // Rule Morocco 2024 only - Apr 14 2:00 0 -
5026  {
5027  24 /*fromYearTiny*/,
5028  24 /*toYearTiny*/,
5029  4 /*inMonth*/,
5030  0 /*onDayOfWeek*/,
5031  14 /*onDayOfMonth*/,
5032  8 /*atTimeCode*/,
5033  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5034  (0 + 4) /*deltaCode*/,
5035  '-' /*letter*/,
5036  },
5037  // Rule Morocco 2025 only - Feb 23 3:00 -1:00 -
5038  {
5039  25 /*fromYearTiny*/,
5040  25 /*toYearTiny*/,
5041  2 /*inMonth*/,
5042  0 /*onDayOfWeek*/,
5043  23 /*onDayOfMonth*/,
5044  12 /*atTimeCode*/,
5045  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5046  (-4 + 4) /*deltaCode*/,
5047  '-' /*letter*/,
5048  },
5049  // Rule Morocco 2025 only - Apr 6 2:00 0 -
5050  {
5051  25 /*fromYearTiny*/,
5052  25 /*toYearTiny*/,
5053  4 /*inMonth*/,
5054  0 /*onDayOfWeek*/,
5055  6 /*onDayOfMonth*/,
5056  8 /*atTimeCode*/,
5057  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5058  (0 + 4) /*deltaCode*/,
5059  '-' /*letter*/,
5060  },
5061  // Rule Morocco 2026 only - Feb 15 3:00 -1:00 -
5062  {
5063  26 /*fromYearTiny*/,
5064  26 /*toYearTiny*/,
5065  2 /*inMonth*/,
5066  0 /*onDayOfWeek*/,
5067  15 /*onDayOfMonth*/,
5068  12 /*atTimeCode*/,
5069  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5070  (-4 + 4) /*deltaCode*/,
5071  '-' /*letter*/,
5072  },
5073  // Rule Morocco 2026 only - Mar 22 2:00 0 -
5074  {
5075  26 /*fromYearTiny*/,
5076  26 /*toYearTiny*/,
5077  3 /*inMonth*/,
5078  0 /*onDayOfWeek*/,
5079  22 /*onDayOfMonth*/,
5080  8 /*atTimeCode*/,
5081  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5082  (0 + 4) /*deltaCode*/,
5083  '-' /*letter*/,
5084  },
5085  // Rule Morocco 2027 only - Feb 7 3:00 -1:00 -
5086  {
5087  27 /*fromYearTiny*/,
5088  27 /*toYearTiny*/,
5089  2 /*inMonth*/,
5090  0 /*onDayOfWeek*/,
5091  7 /*onDayOfMonth*/,
5092  12 /*atTimeCode*/,
5093  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5094  (-4 + 4) /*deltaCode*/,
5095  '-' /*letter*/,
5096  },
5097  // Rule Morocco 2027 only - Mar 14 2:00 0 -
5098  {
5099  27 /*fromYearTiny*/,
5100  27 /*toYearTiny*/,
5101  3 /*inMonth*/,
5102  0 /*onDayOfWeek*/,
5103  14 /*onDayOfMonth*/,
5104  8 /*atTimeCode*/,
5105  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5106  (0 + 4) /*deltaCode*/,
5107  '-' /*letter*/,
5108  },
5109  // Rule Morocco 2028 only - Jan 23 3:00 -1:00 -
5110  {
5111  28 /*fromYearTiny*/,
5112  28 /*toYearTiny*/,
5113  1 /*inMonth*/,
5114  0 /*onDayOfWeek*/,
5115  23 /*onDayOfMonth*/,
5116  12 /*atTimeCode*/,
5117  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5118  (-4 + 4) /*deltaCode*/,
5119  '-' /*letter*/,
5120  },
5121  // Rule Morocco 2028 only - Mar 5 2:00 0 -
5122  {
5123  28 /*fromYearTiny*/,
5124  28 /*toYearTiny*/,
5125  3 /*inMonth*/,
5126  0 /*onDayOfWeek*/,
5127  5 /*onDayOfMonth*/,
5128  8 /*atTimeCode*/,
5129  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5130  (0 + 4) /*deltaCode*/,
5131  '-' /*letter*/,
5132  },
5133  // Rule Morocco 2029 only - Jan 14 3:00 -1:00 -
5134  {
5135  29 /*fromYearTiny*/,
5136  29 /*toYearTiny*/,
5137  1 /*inMonth*/,
5138  0 /*onDayOfWeek*/,
5139  14 /*onDayOfMonth*/,
5140  12 /*atTimeCode*/,
5141  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5142  (-4 + 4) /*deltaCode*/,
5143  '-' /*letter*/,
5144  },
5145  // Rule Morocco 2029 only - Feb 18 2:00 0 -
5146  {
5147  29 /*fromYearTiny*/,
5148  29 /*toYearTiny*/,
5149  2 /*inMonth*/,
5150  0 /*onDayOfWeek*/,
5151  18 /*onDayOfMonth*/,
5152  8 /*atTimeCode*/,
5153  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5154  (0 + 4) /*deltaCode*/,
5155  '-' /*letter*/,
5156  },
5157  // Rule Morocco 2029 only - Dec 30 3:00 -1:00 -
5158  {
5159  29 /*fromYearTiny*/,
5160  29 /*toYearTiny*/,
5161  12 /*inMonth*/,
5162  0 /*onDayOfWeek*/,
5163  30 /*onDayOfMonth*/,
5164  12 /*atTimeCode*/,
5165  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5166  (-4 + 4) /*deltaCode*/,
5167  '-' /*letter*/,
5168  },
5169  // Rule Morocco 2030 only - Feb 10 2:00 0 -
5170  {
5171  30 /*fromYearTiny*/,
5172  30 /*toYearTiny*/,
5173  2 /*inMonth*/,
5174  0 /*onDayOfWeek*/,
5175  10 /*onDayOfMonth*/,
5176  8 /*atTimeCode*/,
5177  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5178  (0 + 4) /*deltaCode*/,
5179  '-' /*letter*/,
5180  },
5181  // Rule Morocco 2030 only - Dec 22 3:00 -1:00 -
5182  {
5183  30 /*fromYearTiny*/,
5184  30 /*toYearTiny*/,
5185  12 /*inMonth*/,
5186  0 /*onDayOfWeek*/,
5187  22 /*onDayOfMonth*/,
5188  12 /*atTimeCode*/,
5189  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5190  (-4 + 4) /*deltaCode*/,
5191  '-' /*letter*/,
5192  },
5193  // Rule Morocco 2031 only - Feb 2 2:00 0 -
5194  {
5195  31 /*fromYearTiny*/,
5196  31 /*toYearTiny*/,
5197  2 /*inMonth*/,
5198  0 /*onDayOfWeek*/,
5199  2 /*onDayOfMonth*/,
5200  8 /*atTimeCode*/,
5201  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5202  (0 + 4) /*deltaCode*/,
5203  '-' /*letter*/,
5204  },
5205  // Rule Morocco 2031 only - Dec 14 3:00 -1:00 -
5206  {
5207  31 /*fromYearTiny*/,
5208  31 /*toYearTiny*/,
5209  12 /*inMonth*/,
5210  0 /*onDayOfWeek*/,
5211  14 /*onDayOfMonth*/,
5212  12 /*atTimeCode*/,
5213  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5214  (-4 + 4) /*deltaCode*/,
5215  '-' /*letter*/,
5216  },
5217  // Rule Morocco 2032 only - Jan 18 2:00 0 -
5218  {
5219  32 /*fromYearTiny*/,
5220  32 /*toYearTiny*/,
5221  1 /*inMonth*/,
5222  0 /*onDayOfWeek*/,
5223  18 /*onDayOfMonth*/,
5224  8 /*atTimeCode*/,
5225  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5226  (0 + 4) /*deltaCode*/,
5227  '-' /*letter*/,
5228  },
5229  // Rule Morocco 2032 only - Nov 28 3:00 -1:00 -
5230  {
5231  32 /*fromYearTiny*/,
5232  32 /*toYearTiny*/,
5233  11 /*inMonth*/,
5234  0 /*onDayOfWeek*/,
5235  28 /*onDayOfMonth*/,
5236  12 /*atTimeCode*/,
5237  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5238  (-4 + 4) /*deltaCode*/,
5239  '-' /*letter*/,
5240  },
5241  // Rule Morocco 2033 only - Jan 9 2:00 0 -
5242  {
5243  33 /*fromYearTiny*/,
5244  33 /*toYearTiny*/,
5245  1 /*inMonth*/,
5246  0 /*onDayOfWeek*/,
5247  9 /*onDayOfMonth*/,
5248  8 /*atTimeCode*/,
5249  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5250  (0 + 4) /*deltaCode*/,
5251  '-' /*letter*/,
5252  },
5253  // Rule Morocco 2033 only - Nov 20 3:00 -1:00 -
5254  {
5255  33 /*fromYearTiny*/,
5256  33 /*toYearTiny*/,
5257  11 /*inMonth*/,
5258  0 /*onDayOfWeek*/,
5259  20 /*onDayOfMonth*/,
5260  12 /*atTimeCode*/,
5261  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5262  (-4 + 4) /*deltaCode*/,
5263  '-' /*letter*/,
5264  },
5265  // Rule Morocco 2033 only - Dec 25 2:00 0 -
5266  {
5267  33 /*fromYearTiny*/,
5268  33 /*toYearTiny*/,
5269  12 /*inMonth*/,
5270  0 /*onDayOfWeek*/,
5271  25 /*onDayOfMonth*/,
5272  8 /*atTimeCode*/,
5273  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5274  (0 + 4) /*deltaCode*/,
5275  '-' /*letter*/,
5276  },
5277  // Rule Morocco 2034 only - Nov 5 3:00 -1:00 -
5278  {
5279  34 /*fromYearTiny*/,
5280  34 /*toYearTiny*/,
5281  11 /*inMonth*/,
5282  0 /*onDayOfWeek*/,
5283  5 /*onDayOfMonth*/,
5284  12 /*atTimeCode*/,
5285  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5286  (-4 + 4) /*deltaCode*/,
5287  '-' /*letter*/,
5288  },
5289  // Rule Morocco 2034 only - Dec 17 2:00 0 -
5290  {
5291  34 /*fromYearTiny*/,
5292  34 /*toYearTiny*/,
5293  12 /*inMonth*/,
5294  0 /*onDayOfWeek*/,
5295  17 /*onDayOfMonth*/,
5296  8 /*atTimeCode*/,
5297  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5298  (0 + 4) /*deltaCode*/,
5299  '-' /*letter*/,
5300  },
5301  // Rule Morocco 2035 only - Oct 28 3:00 -1:00 -
5302  {
5303  35 /*fromYearTiny*/,
5304  35 /*toYearTiny*/,
5305  10 /*inMonth*/,
5306  0 /*onDayOfWeek*/,
5307  28 /*onDayOfMonth*/,
5308  12 /*atTimeCode*/,
5309  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5310  (-4 + 4) /*deltaCode*/,
5311  '-' /*letter*/,
5312  },
5313  // Rule Morocco 2035 only - Dec 9 2:00 0 -
5314  {
5315  35 /*fromYearTiny*/,
5316  35 /*toYearTiny*/,
5317  12 /*inMonth*/,
5318  0 /*onDayOfWeek*/,
5319  9 /*onDayOfMonth*/,
5320  8 /*atTimeCode*/,
5321  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5322  (0 + 4) /*deltaCode*/,
5323  '-' /*letter*/,
5324  },
5325  // Rule Morocco 2036 only - Oct 19 3:00 -1:00 -
5326  {
5327  36 /*fromYearTiny*/,
5328  36 /*toYearTiny*/,
5329  10 /*inMonth*/,
5330  0 /*onDayOfWeek*/,
5331  19 /*onDayOfMonth*/,
5332  12 /*atTimeCode*/,
5333  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5334  (-4 + 4) /*deltaCode*/,
5335  '-' /*letter*/,
5336  },
5337  // Rule Morocco 2036 only - Nov 23 2:00 0 -
5338  {
5339  36 /*fromYearTiny*/,
5340  36 /*toYearTiny*/,
5341  11 /*inMonth*/,
5342  0 /*onDayOfWeek*/,
5343  23 /*onDayOfMonth*/,
5344  8 /*atTimeCode*/,
5345  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5346  (0 + 4) /*deltaCode*/,
5347  '-' /*letter*/,
5348  },
5349  // Rule Morocco 2037 only - Oct 4 3:00 -1:00 -
5350  {
5351  37 /*fromYearTiny*/,
5352  37 /*toYearTiny*/,
5353  10 /*inMonth*/,
5354  0 /*onDayOfWeek*/,
5355  4 /*onDayOfMonth*/,
5356  12 /*atTimeCode*/,
5357  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5358  (-4 + 4) /*deltaCode*/,
5359  '-' /*letter*/,
5360  },
5361  // Rule Morocco 2037 only - Nov 15 2:00 0 -
5362  {
5363  37 /*fromYearTiny*/,
5364  37 /*toYearTiny*/,
5365  11 /*inMonth*/,
5366  0 /*onDayOfWeek*/,
5367  15 /*onDayOfMonth*/,
5368  8 /*atTimeCode*/,
5369  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5370  (0 + 4) /*deltaCode*/,
5371  '-' /*letter*/,
5372  },
5373  // Rule Morocco 2038 only - Sep 26 3:00 -1:00 -
5374  {
5375  38 /*fromYearTiny*/,
5376  38 /*toYearTiny*/,
5377  9 /*inMonth*/,
5378  0 /*onDayOfWeek*/,
5379  26 /*onDayOfMonth*/,
5380  12 /*atTimeCode*/,
5381  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5382  (-4 + 4) /*deltaCode*/,
5383  '-' /*letter*/,
5384  },
5385  // Rule Morocco 2038 only - Nov 7 2:00 0 -
5386  {
5387  38 /*fromYearTiny*/,
5388  38 /*toYearTiny*/,
5389  11 /*inMonth*/,
5390  0 /*onDayOfWeek*/,
5391  7 /*onDayOfMonth*/,
5392  8 /*atTimeCode*/,
5393  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5394  (0 + 4) /*deltaCode*/,
5395  '-' /*letter*/,
5396  },
5397  // Rule Morocco 2039 only - Sep 18 3:00 -1:00 -
5398  {
5399  39 /*fromYearTiny*/,
5400  39 /*toYearTiny*/,
5401  9 /*inMonth*/,
5402  0 /*onDayOfWeek*/,
5403  18 /*onDayOfMonth*/,
5404  12 /*atTimeCode*/,
5405  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5406  (-4 + 4) /*deltaCode*/,
5407  '-' /*letter*/,
5408  },
5409  // Rule Morocco 2039 only - Oct 23 2:00 0 -
5410  {
5411  39 /*fromYearTiny*/,
5412  39 /*toYearTiny*/,
5413  10 /*inMonth*/,
5414  0 /*onDayOfWeek*/,
5415  23 /*onDayOfMonth*/,
5416  8 /*atTimeCode*/,
5417  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5418  (0 + 4) /*deltaCode*/,
5419  '-' /*letter*/,
5420  },
5421  // Rule Morocco 2040 only - Sep 2 3:00 -1:00 -
5422  {
5423  40 /*fromYearTiny*/,
5424  40 /*toYearTiny*/,
5425  9 /*inMonth*/,
5426  0 /*onDayOfWeek*/,
5427  2 /*onDayOfMonth*/,
5428  12 /*atTimeCode*/,
5429  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5430  (-4 + 4) /*deltaCode*/,
5431  '-' /*letter*/,
5432  },
5433  // Rule Morocco 2040 only - Oct 14 2:00 0 -
5434  {
5435  40 /*fromYearTiny*/,
5436  40 /*toYearTiny*/,
5437  10 /*inMonth*/,
5438  0 /*onDayOfWeek*/,
5439  14 /*onDayOfMonth*/,
5440  8 /*atTimeCode*/,
5441  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5442  (0 + 4) /*deltaCode*/,
5443  '-' /*letter*/,
5444  },
5445  // Rule Morocco 2041 only - Aug 25 3:00 -1:00 -
5446  {
5447  41 /*fromYearTiny*/,
5448  41 /*toYearTiny*/,
5449  8 /*inMonth*/,
5450  0 /*onDayOfWeek*/,
5451  25 /*onDayOfMonth*/,
5452  12 /*atTimeCode*/,
5453  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5454  (-4 + 4) /*deltaCode*/,
5455  '-' /*letter*/,
5456  },
5457  // Rule Morocco 2041 only - Sep 29 2:00 0 -
5458  {
5459  41 /*fromYearTiny*/,
5460  41 /*toYearTiny*/,
5461  9 /*inMonth*/,
5462  0 /*onDayOfWeek*/,
5463  29 /*onDayOfMonth*/,
5464  8 /*atTimeCode*/,
5465  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5466  (0 + 4) /*deltaCode*/,
5467  '-' /*letter*/,
5468  },
5469  // Rule Morocco 2042 only - Aug 10 3:00 -1:00 -
5470  {
5471  42 /*fromYearTiny*/,
5472  42 /*toYearTiny*/,
5473  8 /*inMonth*/,
5474  0 /*onDayOfWeek*/,
5475  10 /*onDayOfMonth*/,
5476  12 /*atTimeCode*/,
5477  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5478  (-4 + 4) /*deltaCode*/,
5479  '-' /*letter*/,
5480  },
5481  // Rule Morocco 2042 only - Sep 21 2:00 0 -
5482  {
5483  42 /*fromYearTiny*/,
5484  42 /*toYearTiny*/,
5485  9 /*inMonth*/,
5486  0 /*onDayOfWeek*/,
5487  21 /*onDayOfMonth*/,
5488  8 /*atTimeCode*/,
5489  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5490  (0 + 4) /*deltaCode*/,
5491  '-' /*letter*/,
5492  },
5493  // Rule Morocco 2043 only - Aug 2 3:00 -1:00 -
5494  {
5495  43 /*fromYearTiny*/,
5496  43 /*toYearTiny*/,
5497  8 /*inMonth*/,
5498  0 /*onDayOfWeek*/,
5499  2 /*onDayOfMonth*/,
5500  12 /*atTimeCode*/,
5501  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5502  (-4 + 4) /*deltaCode*/,
5503  '-' /*letter*/,
5504  },
5505  // Rule Morocco 2043 only - Sep 13 2:00 0 -
5506  {
5507  43 /*fromYearTiny*/,
5508  43 /*toYearTiny*/,
5509  9 /*inMonth*/,
5510  0 /*onDayOfWeek*/,
5511  13 /*onDayOfMonth*/,
5512  8 /*atTimeCode*/,
5513  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5514  (0 + 4) /*deltaCode*/,
5515  '-' /*letter*/,
5516  },
5517  // Rule Morocco 2044 only - Jul 24 3:00 -1:00 -
5518  {
5519  44 /*fromYearTiny*/,
5520  44 /*toYearTiny*/,
5521  7 /*inMonth*/,
5522  0 /*onDayOfWeek*/,
5523  24 /*onDayOfMonth*/,
5524  12 /*atTimeCode*/,
5525  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5526  (-4 + 4) /*deltaCode*/,
5527  '-' /*letter*/,
5528  },
5529  // Rule Morocco 2044 only - Aug 28 2:00 0 -
5530  {
5531  44 /*fromYearTiny*/,
5532  44 /*toYearTiny*/,
5533  8 /*inMonth*/,
5534  0 /*onDayOfWeek*/,
5535  28 /*onDayOfMonth*/,
5536  8 /*atTimeCode*/,
5537  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5538  (0 + 4) /*deltaCode*/,
5539  '-' /*letter*/,
5540  },
5541  // Rule Morocco 2045 only - Jul 9 3:00 -1:00 -
5542  {
5543  45 /*fromYearTiny*/,
5544  45 /*toYearTiny*/,
5545  7 /*inMonth*/,
5546  0 /*onDayOfWeek*/,
5547  9 /*onDayOfMonth*/,
5548  12 /*atTimeCode*/,
5549  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5550  (-4 + 4) /*deltaCode*/,
5551  '-' /*letter*/,
5552  },
5553  // Rule Morocco 2045 only - Aug 20 2:00 0 -
5554  {
5555  45 /*fromYearTiny*/,
5556  45 /*toYearTiny*/,
5557  8 /*inMonth*/,
5558  0 /*onDayOfWeek*/,
5559  20 /*onDayOfMonth*/,
5560  8 /*atTimeCode*/,
5561  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5562  (0 + 4) /*deltaCode*/,
5563  '-' /*letter*/,
5564  },
5565  // Rule Morocco 2046 only - Jul 1 3:00 -1:00 -
5566  {
5567  46 /*fromYearTiny*/,
5568  46 /*toYearTiny*/,
5569  7 /*inMonth*/,
5570  0 /*onDayOfWeek*/,
5571  1 /*onDayOfMonth*/,
5572  12 /*atTimeCode*/,
5573  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5574  (-4 + 4) /*deltaCode*/,
5575  '-' /*letter*/,
5576  },
5577  // Rule Morocco 2046 only - Aug 12 2:00 0 -
5578  {
5579  46 /*fromYearTiny*/,
5580  46 /*toYearTiny*/,
5581  8 /*inMonth*/,
5582  0 /*onDayOfWeek*/,
5583  12 /*onDayOfMonth*/,
5584  8 /*atTimeCode*/,
5585  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5586  (0 + 4) /*deltaCode*/,
5587  '-' /*letter*/,
5588  },
5589  // Rule Morocco 2047 only - Jun 23 3:00 -1:00 -
5590  {
5591  47 /*fromYearTiny*/,
5592  47 /*toYearTiny*/,
5593  6 /*inMonth*/,
5594  0 /*onDayOfWeek*/,
5595  23 /*onDayOfMonth*/,
5596  12 /*atTimeCode*/,
5597  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5598  (-4 + 4) /*deltaCode*/,
5599  '-' /*letter*/,
5600  },
5601  // Rule Morocco 2047 only - Jul 28 2:00 0 -
5602  {
5603  47 /*fromYearTiny*/,
5604  47 /*toYearTiny*/,
5605  7 /*inMonth*/,
5606  0 /*onDayOfWeek*/,
5607  28 /*onDayOfMonth*/,
5608  8 /*atTimeCode*/,
5609  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5610  (0 + 4) /*deltaCode*/,
5611  '-' /*letter*/,
5612  },
5613  // Rule Morocco 2048 only - Jun 7 3:00 -1:00 -
5614  {
5615  48 /*fromYearTiny*/,
5616  48 /*toYearTiny*/,
5617  6 /*inMonth*/,
5618  0 /*onDayOfWeek*/,
5619  7 /*onDayOfMonth*/,
5620  12 /*atTimeCode*/,
5621  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5622  (-4 + 4) /*deltaCode*/,
5623  '-' /*letter*/,
5624  },
5625  // Rule Morocco 2048 only - Jul 19 2:00 0 -
5626  {
5627  48 /*fromYearTiny*/,
5628  48 /*toYearTiny*/,
5629  7 /*inMonth*/,
5630  0 /*onDayOfWeek*/,
5631  19 /*onDayOfMonth*/,
5632  8 /*atTimeCode*/,
5633  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5634  (0 + 4) /*deltaCode*/,
5635  '-' /*letter*/,
5636  },
5637  // Rule Morocco 2049 only - May 30 3:00 -1:00 -
5638  {
5639  49 /*fromYearTiny*/,
5640  49 /*toYearTiny*/,
5641  5 /*inMonth*/,
5642  0 /*onDayOfWeek*/,
5643  30 /*onDayOfMonth*/,
5644  12 /*atTimeCode*/,
5645  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5646  (-4 + 4) /*deltaCode*/,
5647  '-' /*letter*/,
5648  },
5649  // Rule Morocco 2049 only - Jul 4 2:00 0 -
5650  {
5651  49 /*fromYearTiny*/,
5652  49 /*toYearTiny*/,
5653  7 /*inMonth*/,
5654  0 /*onDayOfWeek*/,
5655  4 /*onDayOfMonth*/,
5656  8 /*atTimeCode*/,
5657  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5658  (0 + 4) /*deltaCode*/,
5659  '-' /*letter*/,
5660  },
5661  // Rule Morocco 2050 only - May 15 3:00 -1:00 -
5662  {
5663  50 /*fromYearTiny*/,
5664  50 /*toYearTiny*/,
5665  5 /*inMonth*/,
5666  0 /*onDayOfWeek*/,
5667  15 /*onDayOfMonth*/,
5668  12 /*atTimeCode*/,
5669  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5670  (-4 + 4) /*deltaCode*/,
5671  '-' /*letter*/,
5672  },
5673  // Rule Morocco 2050 only - Jun 26 2:00 0 -
5674  {
5675  50 /*fromYearTiny*/,
5676  50 /*toYearTiny*/,
5677  6 /*inMonth*/,
5678  0 /*onDayOfWeek*/,
5679  26 /*onDayOfMonth*/,
5680  8 /*atTimeCode*/,
5681  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5682  (0 + 4) /*deltaCode*/,
5683  '-' /*letter*/,
5684  },
5685  // Rule Morocco 2051 only - May 7 3:00 -1:00 -
5686  {
5687  51 /*fromYearTiny*/,
5688  51 /*toYearTiny*/,
5689  5 /*inMonth*/,
5690  0 /*onDayOfWeek*/,
5691  7 /*onDayOfMonth*/,
5692  12 /*atTimeCode*/,
5693  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5694  (-4 + 4) /*deltaCode*/,
5695  '-' /*letter*/,
5696  },
5697 
5698 };
5699 
5700 
5701 
5702 const extended::ZonePolicy kPolicyMorocco ACE_TIME_PROGMEM = {
5703  kZoneRulesMorocco /*rules*/,
5704  nullptr /* letters */,
5705  94 /*numRules*/,
5706  0 /* numLetters */,
5707 };
5708 
5709 //---------------------------------------------------------------------------
5710 // Policy name: NC
5711 // Rules: 1
5712 // Memory (8-bit): 15
5713 // Memory (32-bit): 24
5714 //---------------------------------------------------------------------------
5715 
5716 static const extended::ZoneRule kZoneRulesNC[] ACE_TIME_PROGMEM = {
5717  // Rule NC 1997 only - Mar 2 2:00s 0 -
5718  {
5719  -3 /*fromYearTiny*/,
5720  -3 /*toYearTiny*/,
5721  3 /*inMonth*/,
5722  0 /*onDayOfWeek*/,
5723  2 /*onDayOfMonth*/,
5724  8 /*atTimeCode*/,
5725  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
5726  (0 + 4) /*deltaCode*/,
5727  '-' /*letter*/,
5728  },
5729 
5730 };
5731 
5732 
5733 
5734 const extended::ZonePolicy kPolicyNC ACE_TIME_PROGMEM = {
5735  kZoneRulesNC /*rules*/,
5736  nullptr /* letters */,
5737  1 /*numRules*/,
5738  0 /* numLetters */,
5739 };
5740 
5741 //---------------------------------------------------------------------------
5742 // Policy name: NT_YK
5743 // Rules: 3
5744 // Memory (8-bit): 33
5745 // Memory (32-bit): 48
5746 //---------------------------------------------------------------------------
5747 
5748 static const extended::ZoneRule kZoneRulesNT_YK[] ACE_TIME_PROGMEM = {
5749  // Rule NT_YK 1980 1986 - Apr lastSun 2:00 1:00 D
5750  {
5751  -20 /*fromYearTiny*/,
5752  -14 /*toYearTiny*/,
5753  4 /*inMonth*/,
5754  7 /*onDayOfWeek*/,
5755  0 /*onDayOfMonth*/,
5756  8 /*atTimeCode*/,
5757  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5758  (4 + 4) /*deltaCode*/,
5759  'D' /*letter*/,
5760  },
5761  // Rule NT_YK 1980 2006 - Oct lastSun 2:00 0 S
5762  {
5763  -20 /*fromYearTiny*/,
5764  6 /*toYearTiny*/,
5765  10 /*inMonth*/,
5766  7 /*onDayOfWeek*/,
5767  0 /*onDayOfMonth*/,
5768  8 /*atTimeCode*/,
5769  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5770  (0 + 4) /*deltaCode*/,
5771  'S' /*letter*/,
5772  },
5773  // Rule NT_YK 1987 2006 - Apr Sun>=1 2:00 1:00 D
5774  {
5775  -13 /*fromYearTiny*/,
5776  6 /*toYearTiny*/,
5777  4 /*inMonth*/,
5778  7 /*onDayOfWeek*/,
5779  1 /*onDayOfMonth*/,
5780  8 /*atTimeCode*/,
5781  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5782  (4 + 4) /*deltaCode*/,
5783  'D' /*letter*/,
5784  },
5785 
5786 };
5787 
5788 
5789 
5790 const extended::ZonePolicy kPolicyNT_YK ACE_TIME_PROGMEM = {
5791  kZoneRulesNT_YK /*rules*/,
5792  nullptr /* letters */,
5793  3 /*numRules*/,
5794  0 /* numLetters */,
5795 };
5796 
5797 //---------------------------------------------------------------------------
5798 // Policy name: NZ
5799 // Rules: 5
5800 // Memory (8-bit): 51
5801 // Memory (32-bit): 72
5802 //---------------------------------------------------------------------------
5803 
5804 static const extended::ZoneRule kZoneRulesNZ[] ACE_TIME_PROGMEM = {
5805  // Rule NZ 1989 only - Oct Sun>=8 2:00s 1:00 D
5806  {
5807  -11 /*fromYearTiny*/,
5808  -11 /*toYearTiny*/,
5809  10 /*inMonth*/,
5810  7 /*onDayOfWeek*/,
5811  8 /*onDayOfMonth*/,
5812  8 /*atTimeCode*/,
5813  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
5814  (4 + 4) /*deltaCode*/,
5815  'D' /*letter*/,
5816  },
5817  // Rule NZ 1990 2006 - Oct Sun>=1 2:00s 1:00 D
5818  {
5819  -10 /*fromYearTiny*/,
5820  6 /*toYearTiny*/,
5821  10 /*inMonth*/,
5822  7 /*onDayOfWeek*/,
5823  1 /*onDayOfMonth*/,
5824  8 /*atTimeCode*/,
5825  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
5826  (4 + 4) /*deltaCode*/,
5827  'D' /*letter*/,
5828  },
5829  // Rule NZ 1990 2007 - Mar Sun>=15 2:00s 0 S
5830  {
5831  -10 /*fromYearTiny*/,
5832  7 /*toYearTiny*/,
5833  3 /*inMonth*/,
5834  7 /*onDayOfWeek*/,
5835  15 /*onDayOfMonth*/,
5836  8 /*atTimeCode*/,
5837  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
5838  (0 + 4) /*deltaCode*/,
5839  'S' /*letter*/,
5840  },
5841  // Rule NZ 2007 max - Sep lastSun 2:00s 1:00 D
5842  {
5843  7 /*fromYearTiny*/,
5844  126 /*toYearTiny*/,
5845  9 /*inMonth*/,
5846  7 /*onDayOfWeek*/,
5847  0 /*onDayOfMonth*/,
5848  8 /*atTimeCode*/,
5849  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
5850  (4 + 4) /*deltaCode*/,
5851  'D' /*letter*/,
5852  },
5853  // Rule NZ 2008 max - Apr Sun>=1 2:00s 0 S
5854  {
5855  8 /*fromYearTiny*/,
5856  126 /*toYearTiny*/,
5857  4 /*inMonth*/,
5858  7 /*onDayOfWeek*/,
5859  1 /*onDayOfMonth*/,
5860  8 /*atTimeCode*/,
5861  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
5862  (0 + 4) /*deltaCode*/,
5863  'S' /*letter*/,
5864  },
5865 
5866 };
5867 
5868 
5869 
5870 const extended::ZonePolicy kPolicyNZ ACE_TIME_PROGMEM = {
5871  kZoneRulesNZ /*rules*/,
5872  nullptr /* letters */,
5873  5 /*numRules*/,
5874  0 /* numLetters */,
5875 };
5876 
5877 //---------------------------------------------------------------------------
5878 // Policy name: Namibia
5879 // Rules: 3
5880 // Memory (8-bit): 45
5881 // Memory (32-bit): 64
5882 //---------------------------------------------------------------------------
5883 
5884 static const extended::ZoneRule kZoneRulesNamibia[] ACE_TIME_PROGMEM = {
5885  // Rule Namibia 1994 only - Mar 21 0:00 -1:00 WAT
5886  {
5887  -6 /*fromYearTiny*/,
5888  -6 /*toYearTiny*/,
5889  3 /*inMonth*/,
5890  0 /*onDayOfWeek*/,
5891  21 /*onDayOfMonth*/,
5892  0 /*atTimeCode*/,
5893  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5894  (-4 + 4) /*deltaCode*/,
5895  1 /*letter; "WAT"*/,
5896  },
5897  // Rule Namibia 1994 2017 - Sep Sun>=1 2:00 0 CAT
5898  {
5899  -6 /*fromYearTiny*/,
5900  17 /*toYearTiny*/,
5901  9 /*inMonth*/,
5902  7 /*onDayOfWeek*/,
5903  1 /*onDayOfMonth*/,
5904  8 /*atTimeCode*/,
5905  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5906  (0 + 4) /*deltaCode*/,
5907  0 /*letter; "CAT"*/,
5908  },
5909  // Rule Namibia 1995 2017 - Apr Sun>=1 2:00 -1:00 WAT
5910  {
5911  -5 /*fromYearTiny*/,
5912  17 /*toYearTiny*/,
5913  4 /*inMonth*/,
5914  7 /*onDayOfWeek*/,
5915  1 /*onDayOfMonth*/,
5916  8 /*atTimeCode*/,
5917  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5918  (-4 + 4) /*deltaCode*/,
5919  1 /*letter; "WAT"*/,
5920  },
5921 
5922 };
5923 
5924 static const char* const kLettersNamibia[] ACE_TIME_PROGMEM = {
5925  /*0*/ "CAT",
5926  /*1*/ "WAT",
5927 
5928 };
5929 
5930 
5931 const extended::ZonePolicy kPolicyNamibia ACE_TIME_PROGMEM = {
5932  kZoneRulesNamibia /*rules*/,
5933  kLettersNamibia /* letters */,
5934  3 /*numRules*/,
5935  2 /* numLetters */,
5936 };
5937 
5938 //---------------------------------------------------------------------------
5939 // Policy name: Nic
5940 // Rules: 5
5941 // Memory (8-bit): 51
5942 // Memory (32-bit): 72
5943 //---------------------------------------------------------------------------
5944 
5945 static const extended::ZoneRule kZoneRulesNic[] ACE_TIME_PROGMEM = {
5946  // Rule Nic 1979 1980 - Jun Mon>=23 0:00 0 S
5947  {
5948  -21 /*fromYearTiny*/,
5949  -20 /*toYearTiny*/,
5950  6 /*inMonth*/,
5951  1 /*onDayOfWeek*/,
5952  23 /*onDayOfMonth*/,
5953  0 /*atTimeCode*/,
5954  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5955  (0 + 4) /*deltaCode*/,
5956  'S' /*letter*/,
5957  },
5958  // Rule Nic 2005 only - Apr 10 0:00 1:00 D
5959  {
5960  5 /*fromYearTiny*/,
5961  5 /*toYearTiny*/,
5962  4 /*inMonth*/,
5963  0 /*onDayOfWeek*/,
5964  10 /*onDayOfMonth*/,
5965  0 /*atTimeCode*/,
5966  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5967  (4 + 4) /*deltaCode*/,
5968  'D' /*letter*/,
5969  },
5970  // Rule Nic 2005 only - Oct Sun>=1 0:00 0 S
5971  {
5972  5 /*fromYearTiny*/,
5973  5 /*toYearTiny*/,
5974  10 /*inMonth*/,
5975  7 /*onDayOfWeek*/,
5976  1 /*onDayOfMonth*/,
5977  0 /*atTimeCode*/,
5978  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5979  (0 + 4) /*deltaCode*/,
5980  'S' /*letter*/,
5981  },
5982  // Rule Nic 2006 only - Apr 30 2:00 1:00 D
5983  {
5984  6 /*fromYearTiny*/,
5985  6 /*toYearTiny*/,
5986  4 /*inMonth*/,
5987  0 /*onDayOfWeek*/,
5988  30 /*onDayOfMonth*/,
5989  8 /*atTimeCode*/,
5990  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5991  (4 + 4) /*deltaCode*/,
5992  'D' /*letter*/,
5993  },
5994  // Rule Nic 2006 only - Oct Sun>=1 1:00 0 S
5995  {
5996  6 /*fromYearTiny*/,
5997  6 /*toYearTiny*/,
5998  10 /*inMonth*/,
5999  7 /*onDayOfWeek*/,
6000  1 /*onDayOfMonth*/,
6001  4 /*atTimeCode*/,
6002  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6003  (0 + 4) /*deltaCode*/,
6004  'S' /*letter*/,
6005  },
6006 
6007 };
6008 
6009 
6010 
6011 const extended::ZonePolicy kPolicyNic ACE_TIME_PROGMEM = {
6012  kZoneRulesNic /*rules*/,
6013  nullptr /* letters */,
6014  5 /*numRules*/,
6015  0 /* numLetters */,
6016 };
6017 
6018 //---------------------------------------------------------------------------
6019 // Policy name: PRC
6020 // Rules: 1
6021 // Memory (8-bit): 15
6022 // Memory (32-bit): 24
6023 //---------------------------------------------------------------------------
6024 
6025 static const extended::ZoneRule kZoneRulesPRC[] ACE_TIME_PROGMEM = {
6026  // Rule PRC 1986 1991 - Sep Sun>=11 2:00 0 S
6027  {
6028  -14 /*fromYearTiny*/,
6029  -9 /*toYearTiny*/,
6030  9 /*inMonth*/,
6031  7 /*onDayOfWeek*/,
6032  11 /*onDayOfMonth*/,
6033  8 /*atTimeCode*/,
6034  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6035  (0 + 4) /*deltaCode*/,
6036  'S' /*letter*/,
6037  },
6038 
6039 };
6040 
6041 
6042 
6043 const extended::ZonePolicy kPolicyPRC ACE_TIME_PROGMEM = {
6044  kZoneRulesPRC /*rules*/,
6045  nullptr /* letters */,
6046  1 /*numRules*/,
6047  0 /* numLetters */,
6048 };
6049 
6050 //---------------------------------------------------------------------------
6051 // Policy name: Pakistan
6052 // Rules: 6
6053 // Memory (8-bit): 60
6054 // Memory (32-bit): 84
6055 //---------------------------------------------------------------------------
6056 
6057 static const extended::ZoneRule kZoneRulesPakistan[] ACE_TIME_PROGMEM = {
6058  // Anchor: Rule Pakistan 2002 only - Oct Sun>=2 0:00 0 -
6059  {
6060  -127 /*fromYearTiny*/,
6061  -127 /*toYearTiny*/,
6062  1 /*inMonth*/,
6063  0 /*onDayOfWeek*/,
6064  1 /*onDayOfMonth*/,
6065  0 /*atTimeCode*/,
6066  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6067  (0 + 4) /*deltaCode*/,
6068  '-' /*letter*/,
6069  },
6070  // Rule Pakistan 2002 only - Apr Sun>=2 0:00 1:00 S
6071  {
6072  2 /*fromYearTiny*/,
6073  2 /*toYearTiny*/,
6074  4 /*inMonth*/,
6075  7 /*onDayOfWeek*/,
6076  2 /*onDayOfMonth*/,
6077  0 /*atTimeCode*/,
6078  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6079  (4 + 4) /*deltaCode*/,
6080  'S' /*letter*/,
6081  },
6082  // Rule Pakistan 2002 only - Oct Sun>=2 0:00 0 -
6083  {
6084  2 /*fromYearTiny*/,
6085  2 /*toYearTiny*/,
6086  10 /*inMonth*/,
6087  7 /*onDayOfWeek*/,
6088  2 /*onDayOfMonth*/,
6089  0 /*atTimeCode*/,
6090  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6091  (0 + 4) /*deltaCode*/,
6092  '-' /*letter*/,
6093  },
6094  // Rule Pakistan 2008 only - Jun 1 0:00 1:00 S
6095  {
6096  8 /*fromYearTiny*/,
6097  8 /*toYearTiny*/,
6098  6 /*inMonth*/,
6099  0 /*onDayOfWeek*/,
6100  1 /*onDayOfMonth*/,
6101  0 /*atTimeCode*/,
6102  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6103  (4 + 4) /*deltaCode*/,
6104  'S' /*letter*/,
6105  },
6106  // Rule Pakistan 2008 2009 - Nov 1 0:00 0 -
6107  {
6108  8 /*fromYearTiny*/,
6109  9 /*toYearTiny*/,
6110  11 /*inMonth*/,
6111  0 /*onDayOfWeek*/,
6112  1 /*onDayOfMonth*/,
6113  0 /*atTimeCode*/,
6114  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6115  (0 + 4) /*deltaCode*/,
6116  '-' /*letter*/,
6117  },
6118  // Rule Pakistan 2009 only - Apr 15 0:00 1:00 S
6119  {
6120  9 /*fromYearTiny*/,
6121  9 /*toYearTiny*/,
6122  4 /*inMonth*/,
6123  0 /*onDayOfWeek*/,
6124  15 /*onDayOfMonth*/,
6125  0 /*atTimeCode*/,
6126  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6127  (4 + 4) /*deltaCode*/,
6128  'S' /*letter*/,
6129  },
6130 
6131 };
6132 
6133 
6134 
6135 const extended::ZonePolicy kPolicyPakistan ACE_TIME_PROGMEM = {
6136  kZoneRulesPakistan /*rules*/,
6137  nullptr /* letters */,
6138  6 /*numRules*/,
6139  0 /* numLetters */,
6140 };
6141 
6142 //---------------------------------------------------------------------------
6143 // Policy name: Palestine
6144 // Rules: 29
6145 // Memory (8-bit): 267
6146 // Memory (32-bit): 360
6147 //---------------------------------------------------------------------------
6148 
6149 static const extended::ZoneRule kZoneRulesPalestine[] ACE_TIME_PROGMEM = {
6150  // Anchor: Rule Palestine 1999 2003 - Oct Fri>=15 0:00 0 -
6151  {
6152  -127 /*fromYearTiny*/,
6153  -127 /*toYearTiny*/,
6154  1 /*inMonth*/,
6155  0 /*onDayOfWeek*/,
6156  1 /*onDayOfMonth*/,
6157  0 /*atTimeCode*/,
6158  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6159  (0 + 4) /*deltaCode*/,
6160  '-' /*letter*/,
6161  },
6162  // Rule Palestine 1999 2005 - Apr Fri>=15 0:00 1:00 S
6163  {
6164  -1 /*fromYearTiny*/,
6165  5 /*toYearTiny*/,
6166  4 /*inMonth*/,
6167  5 /*onDayOfWeek*/,
6168  15 /*onDayOfMonth*/,
6169  0 /*atTimeCode*/,
6170  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6171  (4 + 4) /*deltaCode*/,
6172  'S' /*letter*/,
6173  },
6174  // Rule Palestine 1999 2003 - Oct Fri>=15 0:00 0 -
6175  {
6176  -1 /*fromYearTiny*/,
6177  3 /*toYearTiny*/,
6178  10 /*inMonth*/,
6179  5 /*onDayOfWeek*/,
6180  15 /*onDayOfMonth*/,
6181  0 /*atTimeCode*/,
6182  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6183  (0 + 4) /*deltaCode*/,
6184  '-' /*letter*/,
6185  },
6186  // Rule Palestine 2004 only - Oct 1 1:00 0 -
6187  {
6188  4 /*fromYearTiny*/,
6189  4 /*toYearTiny*/,
6190  10 /*inMonth*/,
6191  0 /*onDayOfWeek*/,
6192  1 /*onDayOfMonth*/,
6193  4 /*atTimeCode*/,
6194  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6195  (0 + 4) /*deltaCode*/,
6196  '-' /*letter*/,
6197  },
6198  // Rule Palestine 2005 only - Oct 4 2:00 0 -
6199  {
6200  5 /*fromYearTiny*/,
6201  5 /*toYearTiny*/,
6202  10 /*inMonth*/,
6203  0 /*onDayOfWeek*/,
6204  4 /*onDayOfMonth*/,
6205  8 /*atTimeCode*/,
6206  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6207  (0 + 4) /*deltaCode*/,
6208  '-' /*letter*/,
6209  },
6210  // Rule Palestine 2006 2007 - Apr 1 0:00 1:00 S
6211  {
6212  6 /*fromYearTiny*/,
6213  7 /*toYearTiny*/,
6214  4 /*inMonth*/,
6215  0 /*onDayOfWeek*/,
6216  1 /*onDayOfMonth*/,
6217  0 /*atTimeCode*/,
6218  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6219  (4 + 4) /*deltaCode*/,
6220  'S' /*letter*/,
6221  },
6222  // Rule Palestine 2006 only - Sep 22 0:00 0 -
6223  {
6224  6 /*fromYearTiny*/,
6225  6 /*toYearTiny*/,
6226  9 /*inMonth*/,
6227  0 /*onDayOfWeek*/,
6228  22 /*onDayOfMonth*/,
6229  0 /*atTimeCode*/,
6230  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6231  (0 + 4) /*deltaCode*/,
6232  '-' /*letter*/,
6233  },
6234  // Rule Palestine 2007 only - Sep 13 2:00 0 -
6235  {
6236  7 /*fromYearTiny*/,
6237  7 /*toYearTiny*/,
6238  9 /*inMonth*/,
6239  0 /*onDayOfWeek*/,
6240  13 /*onDayOfMonth*/,
6241  8 /*atTimeCode*/,
6242  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6243  (0 + 4) /*deltaCode*/,
6244  '-' /*letter*/,
6245  },
6246  // Rule Palestine 2008 2009 - Mar lastFri 0:00 1:00 S
6247  {
6248  8 /*fromYearTiny*/,
6249  9 /*toYearTiny*/,
6250  3 /*inMonth*/,
6251  5 /*onDayOfWeek*/,
6252  0 /*onDayOfMonth*/,
6253  0 /*atTimeCode*/,
6254  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6255  (4 + 4) /*deltaCode*/,
6256  'S' /*letter*/,
6257  },
6258  // Rule Palestine 2008 only - Sep 1 0:00 0 -
6259  {
6260  8 /*fromYearTiny*/,
6261  8 /*toYearTiny*/,
6262  9 /*inMonth*/,
6263  0 /*onDayOfWeek*/,
6264  1 /*onDayOfMonth*/,
6265  0 /*atTimeCode*/,
6266  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6267  (0 + 4) /*deltaCode*/,
6268  '-' /*letter*/,
6269  },
6270  // Rule Palestine 2009 only - Sep 4 1:00 0 -
6271  {
6272  9 /*fromYearTiny*/,
6273  9 /*toYearTiny*/,
6274  9 /*inMonth*/,
6275  0 /*onDayOfWeek*/,
6276  4 /*onDayOfMonth*/,
6277  4 /*atTimeCode*/,
6278  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6279  (0 + 4) /*deltaCode*/,
6280  '-' /*letter*/,
6281  },
6282  // Rule Palestine 2010 only - Mar 26 0:00 1:00 S
6283  {
6284  10 /*fromYearTiny*/,
6285  10 /*toYearTiny*/,
6286  3 /*inMonth*/,
6287  0 /*onDayOfWeek*/,
6288  26 /*onDayOfMonth*/,
6289  0 /*atTimeCode*/,
6290  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6291  (4 + 4) /*deltaCode*/,
6292  'S' /*letter*/,
6293  },
6294  // Rule Palestine 2010 only - Aug 11 0:00 0 -
6295  {
6296  10 /*fromYearTiny*/,
6297  10 /*toYearTiny*/,
6298  8 /*inMonth*/,
6299  0 /*onDayOfWeek*/,
6300  11 /*onDayOfMonth*/,
6301  0 /*atTimeCode*/,
6302  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6303  (0 + 4) /*deltaCode*/,
6304  '-' /*letter*/,
6305  },
6306  // Rule Palestine 2011 only - Apr 1 0:01 1:00 S
6307  {
6308  11 /*fromYearTiny*/,
6309  11 /*toYearTiny*/,
6310  4 /*inMonth*/,
6311  0 /*onDayOfWeek*/,
6312  1 /*onDayOfMonth*/,
6313  0 /*atTimeCode*/,
6314  extended::ZoneContext::kSuffixW + 1 /*atTimeModifier*/,
6315  (4 + 4) /*deltaCode*/,
6316  'S' /*letter*/,
6317  },
6318  // Rule Palestine 2011 only - Aug 1 0:00 0 -
6319  {
6320  11 /*fromYearTiny*/,
6321  11 /*toYearTiny*/,
6322  8 /*inMonth*/,
6323  0 /*onDayOfWeek*/,
6324  1 /*onDayOfMonth*/,
6325  0 /*atTimeCode*/,
6326  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6327  (0 + 4) /*deltaCode*/,
6328  '-' /*letter*/,
6329  },
6330  // Rule Palestine 2011 only - Aug 30 0:00 1:00 S
6331  {
6332  11 /*fromYearTiny*/,
6333  11 /*toYearTiny*/,
6334  8 /*inMonth*/,
6335  0 /*onDayOfWeek*/,
6336  30 /*onDayOfMonth*/,
6337  0 /*atTimeCode*/,
6338  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6339  (4 + 4) /*deltaCode*/,
6340  'S' /*letter*/,
6341  },
6342  // Rule Palestine 2011 only - Sep 30 0:00 0 -
6343  {
6344  11 /*fromYearTiny*/,
6345  11 /*toYearTiny*/,
6346  9 /*inMonth*/,
6347  0 /*onDayOfWeek*/,
6348  30 /*onDayOfMonth*/,
6349  0 /*atTimeCode*/,
6350  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6351  (0 + 4) /*deltaCode*/,
6352  '-' /*letter*/,
6353  },
6354  // Rule Palestine 2012 2014 - Mar lastThu 24:00 1:00 S
6355  {
6356  12 /*fromYearTiny*/,
6357  14 /*toYearTiny*/,
6358  3 /*inMonth*/,
6359  4 /*onDayOfWeek*/,
6360  0 /*onDayOfMonth*/,
6361  96 /*atTimeCode*/,
6362  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6363  (4 + 4) /*deltaCode*/,
6364  'S' /*letter*/,
6365  },
6366  // Rule Palestine 2012 only - Sep 21 1:00 0 -
6367  {
6368  12 /*fromYearTiny*/,
6369  12 /*toYearTiny*/,
6370  9 /*inMonth*/,
6371  0 /*onDayOfWeek*/,
6372  21 /*onDayOfMonth*/,
6373  4 /*atTimeCode*/,
6374  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6375  (0 + 4) /*deltaCode*/,
6376  '-' /*letter*/,
6377  },
6378  // Rule Palestine 2013 only - Sep 27 0:00 0 -
6379  {
6380  13 /*fromYearTiny*/,
6381  13 /*toYearTiny*/,
6382  9 /*inMonth*/,
6383  0 /*onDayOfWeek*/,
6384  27 /*onDayOfMonth*/,
6385  0 /*atTimeCode*/,
6386  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6387  (0 + 4) /*deltaCode*/,
6388  '-' /*letter*/,
6389  },
6390  // Rule Palestine 2014 only - Oct 24 0:00 0 -
6391  {
6392  14 /*fromYearTiny*/,
6393  14 /*toYearTiny*/,
6394  10 /*inMonth*/,
6395  0 /*onDayOfWeek*/,
6396  24 /*onDayOfMonth*/,
6397  0 /*atTimeCode*/,
6398  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6399  (0 + 4) /*deltaCode*/,
6400  '-' /*letter*/,
6401  },
6402  // Rule Palestine 2015 only - Mar 28 0:00 1:00 S
6403  {
6404  15 /*fromYearTiny*/,
6405  15 /*toYearTiny*/,
6406  3 /*inMonth*/,
6407  0 /*onDayOfWeek*/,
6408  28 /*onDayOfMonth*/,
6409  0 /*atTimeCode*/,
6410  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6411  (4 + 4) /*deltaCode*/,
6412  'S' /*letter*/,
6413  },
6414  // Rule Palestine 2015 only - Oct 23 1:00 0 -
6415  {
6416  15 /*fromYearTiny*/,
6417  15 /*toYearTiny*/,
6418  10 /*inMonth*/,
6419  0 /*onDayOfWeek*/,
6420  23 /*onDayOfMonth*/,
6421  4 /*atTimeCode*/,
6422  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6423  (0 + 4) /*deltaCode*/,
6424  '-' /*letter*/,
6425  },
6426  // Rule Palestine 2016 2018 - Mar Sat>=24 1:00 1:00 S
6427  {
6428  16 /*fromYearTiny*/,
6429  18 /*toYearTiny*/,
6430  3 /*inMonth*/,
6431  6 /*onDayOfWeek*/,
6432  24 /*onDayOfMonth*/,
6433  4 /*atTimeCode*/,
6434  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6435  (4 + 4) /*deltaCode*/,
6436  'S' /*letter*/,
6437  },
6438  // Rule Palestine 2016 2018 - Oct Sat>=24 1:00 0 -
6439  {
6440  16 /*fromYearTiny*/,
6441  18 /*toYearTiny*/,
6442  10 /*inMonth*/,
6443  6 /*onDayOfWeek*/,
6444  24 /*onDayOfMonth*/,
6445  4 /*atTimeCode*/,
6446  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6447  (0 + 4) /*deltaCode*/,
6448  '-' /*letter*/,
6449  },
6450  // Rule Palestine 2019 only - Mar 29 0:00 1:00 S
6451  {
6452  19 /*fromYearTiny*/,
6453  19 /*toYearTiny*/,
6454  3 /*inMonth*/,
6455  0 /*onDayOfWeek*/,
6456  29 /*onDayOfMonth*/,
6457  0 /*atTimeCode*/,
6458  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6459  (4 + 4) /*deltaCode*/,
6460  'S' /*letter*/,
6461  },
6462  // Rule Palestine 2019 only - Oct Sat>=24 0:00 0 -
6463  {
6464  19 /*fromYearTiny*/,
6465  19 /*toYearTiny*/,
6466  10 /*inMonth*/,
6467  6 /*onDayOfWeek*/,
6468  24 /*onDayOfMonth*/,
6469  0 /*atTimeCode*/,
6470  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6471  (0 + 4) /*deltaCode*/,
6472  '-' /*letter*/,
6473  },
6474  // Rule Palestine 2020 max - Mar Sat>=24 0:00 1:00 S
6475  {
6476  20 /*fromYearTiny*/,
6477  126 /*toYearTiny*/,
6478  3 /*inMonth*/,
6479  6 /*onDayOfWeek*/,
6480  24 /*onDayOfMonth*/,
6481  0 /*atTimeCode*/,
6482  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6483  (4 + 4) /*deltaCode*/,
6484  'S' /*letter*/,
6485  },
6486  // Rule Palestine 2020 max - Oct Sat>=24 1:00 0 -
6487  {
6488  20 /*fromYearTiny*/,
6489  126 /*toYearTiny*/,
6490  10 /*inMonth*/,
6491  6 /*onDayOfWeek*/,
6492  24 /*onDayOfMonth*/,
6493  4 /*atTimeCode*/,
6494  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6495  (0 + 4) /*deltaCode*/,
6496  '-' /*letter*/,
6497  },
6498 
6499 };
6500 
6501 
6502 
6503 const extended::ZonePolicy kPolicyPalestine ACE_TIME_PROGMEM = {
6504  kZoneRulesPalestine /*rules*/,
6505  nullptr /* letters */,
6506  29 /*numRules*/,
6507  0 /* numLetters */,
6508 };
6509 
6510 //---------------------------------------------------------------------------
6511 // Policy name: Para
6512 // Rules: 10
6513 // Memory (8-bit): 96
6514 // Memory (32-bit): 132
6515 //---------------------------------------------------------------------------
6516 
6517 static const extended::ZoneRule kZoneRulesPara[] ACE_TIME_PROGMEM = {
6518  // Rule Para 1996 2001 - Oct Sun>=1 0:00 1:00 -
6519  {
6520  -4 /*fromYearTiny*/,
6521  1 /*toYearTiny*/,
6522  10 /*inMonth*/,
6523  7 /*onDayOfWeek*/,
6524  1 /*onDayOfMonth*/,
6525  0 /*atTimeCode*/,
6526  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6527  (4 + 4) /*deltaCode*/,
6528  '-' /*letter*/,
6529  },
6530  // Rule Para 1997 only - Feb lastSun 0:00 0 -
6531  {
6532  -3 /*fromYearTiny*/,
6533  -3 /*toYearTiny*/,
6534  2 /*inMonth*/,
6535  7 /*onDayOfWeek*/,
6536  0 /*onDayOfMonth*/,
6537  0 /*atTimeCode*/,
6538  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6539  (0 + 4) /*deltaCode*/,
6540  '-' /*letter*/,
6541  },
6542  // Rule Para 1998 2001 - Mar Sun>=1 0:00 0 -
6543  {
6544  -2 /*fromYearTiny*/,
6545  1 /*toYearTiny*/,
6546  3 /*inMonth*/,
6547  7 /*onDayOfWeek*/,
6548  1 /*onDayOfMonth*/,
6549  0 /*atTimeCode*/,
6550  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6551  (0 + 4) /*deltaCode*/,
6552  '-' /*letter*/,
6553  },
6554  // Rule Para 2002 2004 - Apr Sun>=1 0:00 0 -
6555  {
6556  2 /*fromYearTiny*/,
6557  4 /*toYearTiny*/,
6558  4 /*inMonth*/,
6559  7 /*onDayOfWeek*/,
6560  1 /*onDayOfMonth*/,
6561  0 /*atTimeCode*/,
6562  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6563  (0 + 4) /*deltaCode*/,
6564  '-' /*letter*/,
6565  },
6566  // Rule Para 2002 2003 - Sep Sun>=1 0:00 1:00 -
6567  {
6568  2 /*fromYearTiny*/,
6569  3 /*toYearTiny*/,
6570  9 /*inMonth*/,
6571  7 /*onDayOfWeek*/,
6572  1 /*onDayOfMonth*/,
6573  0 /*atTimeCode*/,
6574  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6575  (4 + 4) /*deltaCode*/,
6576  '-' /*letter*/,
6577  },
6578  // Rule Para 2004 2009 - Oct Sun>=15 0:00 1:00 -
6579  {
6580  4 /*fromYearTiny*/,
6581  9 /*toYearTiny*/,
6582  10 /*inMonth*/,
6583  7 /*onDayOfWeek*/,
6584  15 /*onDayOfMonth*/,
6585  0 /*atTimeCode*/,
6586  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6587  (4 + 4) /*deltaCode*/,
6588  '-' /*letter*/,
6589  },
6590  // Rule Para 2005 2009 - Mar Sun>=8 0:00 0 -
6591  {
6592  5 /*fromYearTiny*/,
6593  9 /*toYearTiny*/,
6594  3 /*inMonth*/,
6595  7 /*onDayOfWeek*/,
6596  8 /*onDayOfMonth*/,
6597  0 /*atTimeCode*/,
6598  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6599  (0 + 4) /*deltaCode*/,
6600  '-' /*letter*/,
6601  },
6602  // Rule Para 2010 max - Oct Sun>=1 0:00 1:00 -
6603  {
6604  10 /*fromYearTiny*/,
6605  126 /*toYearTiny*/,
6606  10 /*inMonth*/,
6607  7 /*onDayOfWeek*/,
6608  1 /*onDayOfMonth*/,
6609  0 /*atTimeCode*/,
6610  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6611  (4 + 4) /*deltaCode*/,
6612  '-' /*letter*/,
6613  },
6614  // Rule Para 2010 2012 - Apr Sun>=8 0:00 0 -
6615  {
6616  10 /*fromYearTiny*/,
6617  12 /*toYearTiny*/,
6618  4 /*inMonth*/,
6619  7 /*onDayOfWeek*/,
6620  8 /*onDayOfMonth*/,
6621  0 /*atTimeCode*/,
6622  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6623  (0 + 4) /*deltaCode*/,
6624  '-' /*letter*/,
6625  },
6626  // Rule Para 2013 max - Mar Sun>=22 0:00 0 -
6627  {
6628  13 /*fromYearTiny*/,
6629  126 /*toYearTiny*/,
6630  3 /*inMonth*/,
6631  7 /*onDayOfWeek*/,
6632  22 /*onDayOfMonth*/,
6633  0 /*atTimeCode*/,
6634  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6635  (0 + 4) /*deltaCode*/,
6636  '-' /*letter*/,
6637  },
6638 
6639 };
6640 
6641 
6642 
6643 const extended::ZonePolicy kPolicyPara ACE_TIME_PROGMEM = {
6644  kZoneRulesPara /*rules*/,
6645  nullptr /* letters */,
6646  10 /*numRules*/,
6647  0 /* numLetters */,
6648 };
6649 
6650 //---------------------------------------------------------------------------
6651 // Policy name: Peru
6652 // Rules: 1
6653 // Memory (8-bit): 15
6654 // Memory (32-bit): 24
6655 //---------------------------------------------------------------------------
6656 
6657 static const extended::ZoneRule kZoneRulesPeru[] ACE_TIME_PROGMEM = {
6658  // Rule Peru 1994 only - Apr 1 0:00 0 -
6659  {
6660  -6 /*fromYearTiny*/,
6661  -6 /*toYearTiny*/,
6662  4 /*inMonth*/,
6663  0 /*onDayOfWeek*/,
6664  1 /*onDayOfMonth*/,
6665  0 /*atTimeCode*/,
6666  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6667  (0 + 4) /*deltaCode*/,
6668  '-' /*letter*/,
6669  },
6670 
6671 };
6672 
6673 
6674 
6675 const extended::ZonePolicy kPolicyPeru ACE_TIME_PROGMEM = {
6676  kZoneRulesPeru /*rules*/,
6677  nullptr /* letters */,
6678  1 /*numRules*/,
6679  0 /* numLetters */,
6680 };
6681 
6682 //---------------------------------------------------------------------------
6683 // Policy name: Phil
6684 // Rules: 1
6685 // Memory (8-bit): 15
6686 // Memory (32-bit): 24
6687 //---------------------------------------------------------------------------
6688 
6689 static const extended::ZoneRule kZoneRulesPhil[] ACE_TIME_PROGMEM = {
6690  // Rule Phil 1978 only - Sep 21 0:00 0 S
6691  {
6692  -22 /*fromYearTiny*/,
6693  -22 /*toYearTiny*/,
6694  9 /*inMonth*/,
6695  0 /*onDayOfWeek*/,
6696  21 /*onDayOfMonth*/,
6697  0 /*atTimeCode*/,
6698  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6699  (0 + 4) /*deltaCode*/,
6700  'S' /*letter*/,
6701  },
6702 
6703 };
6704 
6705 
6706 
6707 const extended::ZonePolicy kPolicyPhil ACE_TIME_PROGMEM = {
6708  kZoneRulesPhil /*rules*/,
6709  nullptr /* letters */,
6710  1 /*numRules*/,
6711  0 /* numLetters */,
6712 };
6713 
6714 //---------------------------------------------------------------------------
6715 // Policy name: ROK
6716 // Rules: 1
6717 // Memory (8-bit): 15
6718 // Memory (32-bit): 24
6719 //---------------------------------------------------------------------------
6720 
6721 static const extended::ZoneRule kZoneRulesROK[] ACE_TIME_PROGMEM = {
6722  // Rule ROK 1987 1988 - Oct Sun>=8 3:00 0 S
6723  {
6724  -13 /*fromYearTiny*/,
6725  -12 /*toYearTiny*/,
6726  10 /*inMonth*/,
6727  7 /*onDayOfWeek*/,
6728  8 /*onDayOfMonth*/,
6729  12 /*atTimeCode*/,
6730  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6731  (0 + 4) /*deltaCode*/,
6732  'S' /*letter*/,
6733  },
6734 
6735 };
6736 
6737 
6738 
6739 const extended::ZonePolicy kPolicyROK ACE_TIME_PROGMEM = {
6740  kZoneRulesROK /*rules*/,
6741  nullptr /* letters */,
6742  1 /*numRules*/,
6743  0 /* numLetters */,
6744 };
6745 
6746 //---------------------------------------------------------------------------
6747 // Policy name: Russia
6748 // Rules: 3
6749 // Memory (8-bit): 33
6750 // Memory (32-bit): 48
6751 //---------------------------------------------------------------------------
6752 
6753 static const extended::ZoneRule kZoneRulesRussia[] ACE_TIME_PROGMEM = {
6754  // Rule Russia 1984 1995 - Sep lastSun 2:00s 0 -
6755  {
6756  -16 /*fromYearTiny*/,
6757  -5 /*toYearTiny*/,
6758  9 /*inMonth*/,
6759  7 /*onDayOfWeek*/,
6760  0 /*onDayOfMonth*/,
6761  8 /*atTimeCode*/,
6762  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
6763  (0 + 4) /*deltaCode*/,
6764  '-' /*letter*/,
6765  },
6766  // Rule Russia 1985 2010 - Mar lastSun 2:00s 1:00 S
6767  {
6768  -15 /*fromYearTiny*/,
6769  10 /*toYearTiny*/,
6770  3 /*inMonth*/,
6771  7 /*onDayOfWeek*/,
6772  0 /*onDayOfMonth*/,
6773  8 /*atTimeCode*/,
6774  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
6775  (4 + 4) /*deltaCode*/,
6776  'S' /*letter*/,
6777  },
6778  // Rule Russia 1996 2010 - Oct lastSun 2:00s 0 -
6779  {
6780  -4 /*fromYearTiny*/,
6781  10 /*toYearTiny*/,
6782  10 /*inMonth*/,
6783  7 /*onDayOfWeek*/,
6784  0 /*onDayOfMonth*/,
6785  8 /*atTimeCode*/,
6786  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
6787  (0 + 4) /*deltaCode*/,
6788  '-' /*letter*/,
6789  },
6790 
6791 };
6792 
6793 
6794 
6795 const extended::ZonePolicy kPolicyRussia ACE_TIME_PROGMEM = {
6796  kZoneRulesRussia /*rules*/,
6797  nullptr /* letters */,
6798  3 /*numRules*/,
6799  0 /* numLetters */,
6800 };
6801 
6802 //---------------------------------------------------------------------------
6803 // Policy name: RussiaAsia
6804 // Rules: 3
6805 // Memory (8-bit): 33
6806 // Memory (32-bit): 48
6807 //---------------------------------------------------------------------------
6808 
6809 static const extended::ZoneRule kZoneRulesRussiaAsia[] ACE_TIME_PROGMEM = {
6810  // Rule RussiaAsia 1984 1995 - Sep lastSun 2:00s 0 -
6811  {
6812  -16 /*fromYearTiny*/,
6813  -5 /*toYearTiny*/,
6814  9 /*inMonth*/,
6815  7 /*onDayOfWeek*/,
6816  0 /*onDayOfMonth*/,
6817  8 /*atTimeCode*/,
6818  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
6819  (0 + 4) /*deltaCode*/,
6820  '-' /*letter*/,
6821  },
6822  // Rule RussiaAsia 1985 2010 - Mar lastSun 2:00s 1:00 -
6823  {
6824  -15 /*fromYearTiny*/,
6825  10 /*toYearTiny*/,
6826  3 /*inMonth*/,
6827  7 /*onDayOfWeek*/,
6828  0 /*onDayOfMonth*/,
6829  8 /*atTimeCode*/,
6830  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
6831  (4 + 4) /*deltaCode*/,
6832  '-' /*letter*/,
6833  },
6834  // Rule RussiaAsia 1996 2010 - Oct lastSun 2:00s 0 -
6835  {
6836  -4 /*fromYearTiny*/,
6837  10 /*toYearTiny*/,
6838  10 /*inMonth*/,
6839  7 /*onDayOfWeek*/,
6840  0 /*onDayOfMonth*/,
6841  8 /*atTimeCode*/,
6842  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
6843  (0 + 4) /*deltaCode*/,
6844  '-' /*letter*/,
6845  },
6846 
6847 };
6848 
6849 
6850 
6851 const extended::ZonePolicy kPolicyRussiaAsia ACE_TIME_PROGMEM = {
6852  kZoneRulesRussiaAsia /*rules*/,
6853  nullptr /* letters */,
6854  3 /*numRules*/,
6855  0 /* numLetters */,
6856 };
6857 
6858 //---------------------------------------------------------------------------
6859 // Policy name: SA
6860 // Rules: 1
6861 // Memory (8-bit): 15
6862 // Memory (32-bit): 24
6863 //---------------------------------------------------------------------------
6864 
6865 static const extended::ZoneRule kZoneRulesSA[] ACE_TIME_PROGMEM = {
6866  // Rule SA 1943 1944 - Mar Sun>=15 2:00 0 -
6867  {
6868  -57 /*fromYearTiny*/,
6869  -56 /*toYearTiny*/,
6870  3 /*inMonth*/,
6871  7 /*onDayOfWeek*/,
6872  15 /*onDayOfMonth*/,
6873  8 /*atTimeCode*/,
6874  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6875  (0 + 4) /*deltaCode*/,
6876  '-' /*letter*/,
6877  },
6878 
6879 };
6880 
6881 
6882 
6883 const extended::ZonePolicy kPolicySA ACE_TIME_PROGMEM = {
6884  kZoneRulesSA /*rules*/,
6885  nullptr /* letters */,
6886  1 /*numRules*/,
6887  0 /* numLetters */,
6888 };
6889 
6890 //---------------------------------------------------------------------------
6891 // Policy name: Salv
6892 // Rules: 1
6893 // Memory (8-bit): 15
6894 // Memory (32-bit): 24
6895 //---------------------------------------------------------------------------
6896 
6897 static const extended::ZoneRule kZoneRulesSalv[] ACE_TIME_PROGMEM = {
6898  // Rule Salv 1987 1988 - Sep lastSun 0:00 0 S
6899  {
6900  -13 /*fromYearTiny*/,
6901  -12 /*toYearTiny*/,
6902  9 /*inMonth*/,
6903  7 /*onDayOfWeek*/,
6904  0 /*onDayOfMonth*/,
6905  0 /*atTimeCode*/,
6906  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6907  (0 + 4) /*deltaCode*/,
6908  'S' /*letter*/,
6909  },
6910 
6911 };
6912 
6913 
6914 
6915 const extended::ZonePolicy kPolicySalv ACE_TIME_PROGMEM = {
6916  kZoneRulesSalv /*rules*/,
6917  nullptr /* letters */,
6918  1 /*numRules*/,
6919  0 /* numLetters */,
6920 };
6921 
6922 //---------------------------------------------------------------------------
6923 // Policy name: SanLuis
6924 // Rules: 3
6925 // Memory (8-bit): 33
6926 // Memory (32-bit): 48
6927 //---------------------------------------------------------------------------
6928 
6929 static const extended::ZoneRule kZoneRulesSanLuis[] ACE_TIME_PROGMEM = {
6930  // Anchor: Rule SanLuis 2008 2009 - Mar Sun>=8 0:00 0 -
6931  {
6932  -127 /*fromYearTiny*/,
6933  -127 /*toYearTiny*/,
6934  1 /*inMonth*/,
6935  0 /*onDayOfWeek*/,
6936  1 /*onDayOfMonth*/,
6937  0 /*atTimeCode*/,
6938  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6939  (0 + 4) /*deltaCode*/,
6940  '-' /*letter*/,
6941  },
6942  // Rule SanLuis 2008 2009 - Mar Sun>=8 0:00 0 -
6943  {
6944  8 /*fromYearTiny*/,
6945  9 /*toYearTiny*/,
6946  3 /*inMonth*/,
6947  7 /*onDayOfWeek*/,
6948  8 /*onDayOfMonth*/,
6949  0 /*atTimeCode*/,
6950  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6951  (0 + 4) /*deltaCode*/,
6952  '-' /*letter*/,
6953  },
6954  // Rule SanLuis 2007 2008 - Oct Sun>=8 0:00 1:00 -
6955  {
6956  7 /*fromYearTiny*/,
6957  8 /*toYearTiny*/,
6958  10 /*inMonth*/,
6959  7 /*onDayOfWeek*/,
6960  8 /*onDayOfMonth*/,
6961  0 /*atTimeCode*/,
6962  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6963  (4 + 4) /*deltaCode*/,
6964  '-' /*letter*/,
6965  },
6966 
6967 };
6968 
6969 
6970 
6971 const extended::ZonePolicy kPolicySanLuis ACE_TIME_PROGMEM = {
6972  kZoneRulesSanLuis /*rules*/,
6973  nullptr /* letters */,
6974  3 /*numRules*/,
6975  0 /* numLetters */,
6976 };
6977 
6978 //---------------------------------------------------------------------------
6979 // Policy name: StJohns
6980 // Rules: 5
6981 // Memory (8-bit): 56
6982 // Memory (32-bit): 79
6983 //---------------------------------------------------------------------------
6984 
6985 static const extended::ZoneRule kZoneRulesStJohns[] ACE_TIME_PROGMEM = {
6986  // Rule StJohns 1987 2006 - Oct lastSun 0:01 0 S
6987  {
6988  -13 /*fromYearTiny*/,
6989  6 /*toYearTiny*/,
6990  10 /*inMonth*/,
6991  7 /*onDayOfWeek*/,
6992  0 /*onDayOfMonth*/,
6993  0 /*atTimeCode*/,
6994  extended::ZoneContext::kSuffixW + 1 /*atTimeModifier*/,
6995  (0 + 4) /*deltaCode*/,
6996  'S' /*letter*/,
6997  },
6998  // Rule StJohns 1988 only - Apr Sun>=1 0:01 2:00 DD
6999  {
7000  -12 /*fromYearTiny*/,
7001  -12 /*toYearTiny*/,
7002  4 /*inMonth*/,
7003  7 /*onDayOfWeek*/,
7004  1 /*onDayOfMonth*/,
7005  0 /*atTimeCode*/,
7006  extended::ZoneContext::kSuffixW + 1 /*atTimeModifier*/,
7007  (8 + 4) /*deltaCode*/,
7008  0 /*letter; "DD"*/,
7009  },
7010  // Rule StJohns 1989 2006 - Apr Sun>=1 0:01 1:00 D
7011  {
7012  -11 /*fromYearTiny*/,
7013  6 /*toYearTiny*/,
7014  4 /*inMonth*/,
7015  7 /*onDayOfWeek*/,
7016  1 /*onDayOfMonth*/,
7017  0 /*atTimeCode*/,
7018  extended::ZoneContext::kSuffixW + 1 /*atTimeModifier*/,
7019  (4 + 4) /*deltaCode*/,
7020  'D' /*letter*/,
7021  },
7022  // Rule StJohns 2007 2011 - Mar Sun>=8 0:01 1:00 D
7023  {
7024  7 /*fromYearTiny*/,
7025  11 /*toYearTiny*/,
7026  3 /*inMonth*/,
7027  7 /*onDayOfWeek*/,
7028  8 /*onDayOfMonth*/,
7029  0 /*atTimeCode*/,
7030  extended::ZoneContext::kSuffixW + 1 /*atTimeModifier*/,
7031  (4 + 4) /*deltaCode*/,
7032  'D' /*letter*/,
7033  },
7034  // Rule StJohns 2007 2010 - Nov Sun>=1 0:01 0 S
7035  {
7036  7 /*fromYearTiny*/,
7037  10 /*toYearTiny*/,
7038  11 /*inMonth*/,
7039  7 /*onDayOfWeek*/,
7040  1 /*onDayOfMonth*/,
7041  0 /*atTimeCode*/,
7042  extended::ZoneContext::kSuffixW + 1 /*atTimeModifier*/,
7043  (0 + 4) /*deltaCode*/,
7044  'S' /*letter*/,
7045  },
7046 
7047 };
7048 
7049 static const char* const kLettersStJohns[] ACE_TIME_PROGMEM = {
7050  /*0*/ "DD",
7051 
7052 };
7053 
7054 
7055 const extended::ZonePolicy kPolicyStJohns ACE_TIME_PROGMEM = {
7056  kZoneRulesStJohns /*rules*/,
7057  kLettersStJohns /* letters */,
7058  5 /*numRules*/,
7059  1 /* numLetters */,
7060 };
7061 
7062 //---------------------------------------------------------------------------
7063 // Policy name: Sudan
7064 // Rules: 1
7065 // Memory (8-bit): 15
7066 // Memory (32-bit): 24
7067 //---------------------------------------------------------------------------
7068 
7069 static const extended::ZoneRule kZoneRulesSudan[] ACE_TIME_PROGMEM = {
7070  // Rule Sudan 1970 1985 - Oct 15 0:00 0 -
7071  {
7072  -30 /*fromYearTiny*/,
7073  -15 /*toYearTiny*/,
7074  10 /*inMonth*/,
7075  0 /*onDayOfWeek*/,
7076  15 /*onDayOfMonth*/,
7077  0 /*atTimeCode*/,
7078  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7079  (0 + 4) /*deltaCode*/,
7080  '-' /*letter*/,
7081  },
7082 
7083 };
7084 
7085 
7086 
7087 const extended::ZonePolicy kPolicySudan ACE_TIME_PROGMEM = {
7088  kZoneRulesSudan /*rules*/,
7089  nullptr /* letters */,
7090  1 /*numRules*/,
7091  0 /* numLetters */,
7092 };
7093 
7094 //---------------------------------------------------------------------------
7095 // Policy name: Syria
7096 // Rules: 12
7097 // Memory (8-bit): 114
7098 // Memory (32-bit): 156
7099 //---------------------------------------------------------------------------
7100 
7101 static const extended::ZoneRule kZoneRulesSyria[] ACE_TIME_PROGMEM = {
7102  // Rule Syria 1994 2005 - Oct 1 0:00 0 -
7103  {
7104  -6 /*fromYearTiny*/,
7105  5 /*toYearTiny*/,
7106  10 /*inMonth*/,
7107  0 /*onDayOfWeek*/,
7108  1 /*onDayOfMonth*/,
7109  0 /*atTimeCode*/,
7110  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7111  (0 + 4) /*deltaCode*/,
7112  '-' /*letter*/,
7113  },
7114  // Rule Syria 1997 1998 - Mar lastMon 0:00 1:00 S
7115  {
7116  -3 /*fromYearTiny*/,
7117  -2 /*toYearTiny*/,
7118  3 /*inMonth*/,
7119  1 /*onDayOfWeek*/,
7120  0 /*onDayOfMonth*/,
7121  0 /*atTimeCode*/,
7122  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7123  (4 + 4) /*deltaCode*/,
7124  'S' /*letter*/,
7125  },
7126  // Rule Syria 1999 2006 - Apr 1 0:00 1:00 S
7127  {
7128  -1 /*fromYearTiny*/,
7129  6 /*toYearTiny*/,
7130  4 /*inMonth*/,
7131  0 /*onDayOfWeek*/,
7132  1 /*onDayOfMonth*/,
7133  0 /*atTimeCode*/,
7134  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7135  (4 + 4) /*deltaCode*/,
7136  'S' /*letter*/,
7137  },
7138  // Rule Syria 2006 only - Sep 22 0:00 0 -
7139  {
7140  6 /*fromYearTiny*/,
7141  6 /*toYearTiny*/,
7142  9 /*inMonth*/,
7143  0 /*onDayOfWeek*/,
7144  22 /*onDayOfMonth*/,
7145  0 /*atTimeCode*/,
7146  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7147  (0 + 4) /*deltaCode*/,
7148  '-' /*letter*/,
7149  },
7150  // Rule Syria 2007 only - Mar lastFri 0:00 1:00 S
7151  {
7152  7 /*fromYearTiny*/,
7153  7 /*toYearTiny*/,
7154  3 /*inMonth*/,
7155  5 /*onDayOfWeek*/,
7156  0 /*onDayOfMonth*/,
7157  0 /*atTimeCode*/,
7158  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7159  (4 + 4) /*deltaCode*/,
7160  'S' /*letter*/,
7161  },
7162  // Rule Syria 2007 only - Nov Fri>=1 0:00 0 -
7163  {
7164  7 /*fromYearTiny*/,
7165  7 /*toYearTiny*/,
7166  11 /*inMonth*/,
7167  5 /*onDayOfWeek*/,
7168  1 /*onDayOfMonth*/,
7169  0 /*atTimeCode*/,
7170  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7171  (0 + 4) /*deltaCode*/,
7172  '-' /*letter*/,
7173  },
7174  // Rule Syria 2008 only - Apr Fri>=1 0:00 1:00 S
7175  {
7176  8 /*fromYearTiny*/,
7177  8 /*toYearTiny*/,
7178  4 /*inMonth*/,
7179  5 /*onDayOfWeek*/,
7180  1 /*onDayOfMonth*/,
7181  0 /*atTimeCode*/,
7182  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7183  (4 + 4) /*deltaCode*/,
7184  'S' /*letter*/,
7185  },
7186  // Rule Syria 2008 only - Nov 1 0:00 0 -
7187  {
7188  8 /*fromYearTiny*/,
7189  8 /*toYearTiny*/,
7190  11 /*inMonth*/,
7191  0 /*onDayOfWeek*/,
7192  1 /*onDayOfMonth*/,
7193  0 /*atTimeCode*/,
7194  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7195  (0 + 4) /*deltaCode*/,
7196  '-' /*letter*/,
7197  },
7198  // Rule Syria 2009 only - Mar lastFri 0:00 1:00 S
7199  {
7200  9 /*fromYearTiny*/,
7201  9 /*toYearTiny*/,
7202  3 /*inMonth*/,
7203  5 /*onDayOfWeek*/,
7204  0 /*onDayOfMonth*/,
7205  0 /*atTimeCode*/,
7206  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7207  (4 + 4) /*deltaCode*/,
7208  'S' /*letter*/,
7209  },
7210  // Rule Syria 2010 2011 - Apr Fri>=1 0:00 1:00 S
7211  {
7212  10 /*fromYearTiny*/,
7213  11 /*toYearTiny*/,
7214  4 /*inMonth*/,
7215  5 /*onDayOfWeek*/,
7216  1 /*onDayOfMonth*/,
7217  0 /*atTimeCode*/,
7218  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7219  (4 + 4) /*deltaCode*/,
7220  'S' /*letter*/,
7221  },
7222  // Rule Syria 2012 max - Mar lastFri 0:00 1:00 S
7223  {
7224  12 /*fromYearTiny*/,
7225  126 /*toYearTiny*/,
7226  3 /*inMonth*/,
7227  5 /*onDayOfWeek*/,
7228  0 /*onDayOfMonth*/,
7229  0 /*atTimeCode*/,
7230  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7231  (4 + 4) /*deltaCode*/,
7232  'S' /*letter*/,
7233  },
7234  // Rule Syria 2009 max - Oct lastFri 0:00 0 -
7235  {
7236  9 /*fromYearTiny*/,
7237  126 /*toYearTiny*/,
7238  10 /*inMonth*/,
7239  5 /*onDayOfWeek*/,
7240  0 /*onDayOfMonth*/,
7241  0 /*atTimeCode*/,
7242  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7243  (0 + 4) /*deltaCode*/,
7244  '-' /*letter*/,
7245  },
7246 
7247 };
7248 
7249 
7250 
7251 const extended::ZonePolicy kPolicySyria ACE_TIME_PROGMEM = {
7252  kZoneRulesSyria /*rules*/,
7253  nullptr /* letters */,
7254  12 /*numRules*/,
7255  0 /* numLetters */,
7256 };
7257 
7258 //---------------------------------------------------------------------------
7259 // Policy name: Taiwan
7260 // Rules: 1
7261 // Memory (8-bit): 15
7262 // Memory (32-bit): 24
7263 //---------------------------------------------------------------------------
7264 
7265 static const extended::ZoneRule kZoneRulesTaiwan[] ACE_TIME_PROGMEM = {
7266  // Rule Taiwan 1979 only - Oct 1 0:00 0 S
7267  {
7268  -21 /*fromYearTiny*/,
7269  -21 /*toYearTiny*/,
7270  10 /*inMonth*/,
7271  0 /*onDayOfWeek*/,
7272  1 /*onDayOfMonth*/,
7273  0 /*atTimeCode*/,
7274  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7275  (0 + 4) /*deltaCode*/,
7276  'S' /*letter*/,
7277  },
7278 
7279 };
7280 
7281 
7282 
7283 const extended::ZonePolicy kPolicyTaiwan ACE_TIME_PROGMEM = {
7284  kZoneRulesTaiwan /*rules*/,
7285  nullptr /* letters */,
7286  1 /*numRules*/,
7287  0 /* numLetters */,
7288 };
7289 
7290 //---------------------------------------------------------------------------
7291 // Policy name: Thule
7292 // Rules: 5
7293 // Memory (8-bit): 51
7294 // Memory (32-bit): 72
7295 //---------------------------------------------------------------------------
7296 
7297 static const extended::ZoneRule kZoneRulesThule[] ACE_TIME_PROGMEM = {
7298  // Rule Thule 1991 1992 - Sep lastSun 2:00 0 S
7299  {
7300  -9 /*fromYearTiny*/,
7301  -8 /*toYearTiny*/,
7302  9 /*inMonth*/,
7303  7 /*onDayOfWeek*/,
7304  0 /*onDayOfMonth*/,
7305  8 /*atTimeCode*/,
7306  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7307  (0 + 4) /*deltaCode*/,
7308  'S' /*letter*/,
7309  },
7310  // Rule Thule 1993 2006 - Apr Sun>=1 2:00 1:00 D
7311  {
7312  -7 /*fromYearTiny*/,
7313  6 /*toYearTiny*/,
7314  4 /*inMonth*/,
7315  7 /*onDayOfWeek*/,
7316  1 /*onDayOfMonth*/,
7317  8 /*atTimeCode*/,
7318  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7319  (4 + 4) /*deltaCode*/,
7320  'D' /*letter*/,
7321  },
7322  // Rule Thule 1993 2006 - Oct lastSun 2:00 0 S
7323  {
7324  -7 /*fromYearTiny*/,
7325  6 /*toYearTiny*/,
7326  10 /*inMonth*/,
7327  7 /*onDayOfWeek*/,
7328  0 /*onDayOfMonth*/,
7329  8 /*atTimeCode*/,
7330  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7331  (0 + 4) /*deltaCode*/,
7332  'S' /*letter*/,
7333  },
7334  // Rule Thule 2007 max - Mar Sun>=8 2:00 1:00 D
7335  {
7336  7 /*fromYearTiny*/,
7337  126 /*toYearTiny*/,
7338  3 /*inMonth*/,
7339  7 /*onDayOfWeek*/,
7340  8 /*onDayOfMonth*/,
7341  8 /*atTimeCode*/,
7342  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7343  (4 + 4) /*deltaCode*/,
7344  'D' /*letter*/,
7345  },
7346  // Rule Thule 2007 max - Nov Sun>=1 2:00 0 S
7347  {
7348  7 /*fromYearTiny*/,
7349  126 /*toYearTiny*/,
7350  11 /*inMonth*/,
7351  7 /*onDayOfWeek*/,
7352  1 /*onDayOfMonth*/,
7353  8 /*atTimeCode*/,
7354  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7355  (0 + 4) /*deltaCode*/,
7356  'S' /*letter*/,
7357  },
7358 
7359 };
7360 
7361 
7362 
7363 const extended::ZonePolicy kPolicyThule ACE_TIME_PROGMEM = {
7364  kZoneRulesThule /*rules*/,
7365  nullptr /* letters */,
7366  5 /*numRules*/,
7367  0 /* numLetters */,
7368 };
7369 
7370 //---------------------------------------------------------------------------
7371 // Policy name: Tonga
7372 // Rules: 7
7373 // Memory (8-bit): 69
7374 // Memory (32-bit): 96
7375 //---------------------------------------------------------------------------
7376 
7377 static const extended::ZoneRule kZoneRulesTonga[] ACE_TIME_PROGMEM = {
7378  // Anchor: Rule Tonga 2000 only - Mar 19 2:00s 0 -
7379  {
7380  -127 /*fromYearTiny*/,
7381  -127 /*toYearTiny*/,
7382  1 /*inMonth*/,
7383  0 /*onDayOfWeek*/,
7384  1 /*onDayOfMonth*/,
7385  0 /*atTimeCode*/,
7386  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7387  (0 + 4) /*deltaCode*/,
7388  '-' /*letter*/,
7389  },
7390  // Rule Tonga 1999 only - Oct 7 2:00s 1:00 -
7391  {
7392  -1 /*fromYearTiny*/,
7393  -1 /*toYearTiny*/,
7394  10 /*inMonth*/,
7395  0 /*onDayOfWeek*/,
7396  7 /*onDayOfMonth*/,
7397  8 /*atTimeCode*/,
7398  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
7399  (4 + 4) /*deltaCode*/,
7400  '-' /*letter*/,
7401  },
7402  // Rule Tonga 2000 only - Mar 19 2:00s 0 -
7403  {
7404  0 /*fromYearTiny*/,
7405  0 /*toYearTiny*/,
7406  3 /*inMonth*/,
7407  0 /*onDayOfWeek*/,
7408  19 /*onDayOfMonth*/,
7409  8 /*atTimeCode*/,
7410  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
7411  (0 + 4) /*deltaCode*/,
7412  '-' /*letter*/,
7413  },
7414  // Rule Tonga 2000 2001 - Nov Sun>=1 2:00 1:00 -
7415  {
7416  0 /*fromYearTiny*/,
7417  1 /*toYearTiny*/,
7418  11 /*inMonth*/,
7419  7 /*onDayOfWeek*/,
7420  1 /*onDayOfMonth*/,
7421  8 /*atTimeCode*/,
7422  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7423  (4 + 4) /*deltaCode*/,
7424  '-' /*letter*/,
7425  },
7426  // Rule Tonga 2001 2002 - Jan lastSun 2:00 0 -
7427  {
7428  1 /*fromYearTiny*/,
7429  2 /*toYearTiny*/,
7430  1 /*inMonth*/,
7431  7 /*onDayOfWeek*/,
7432  0 /*onDayOfMonth*/,
7433  8 /*atTimeCode*/,
7434  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7435  (0 + 4) /*deltaCode*/,
7436  '-' /*letter*/,
7437  },
7438  // Rule Tonga 2016 only - Nov Sun>=1 2:00 1:00 -
7439  {
7440  16 /*fromYearTiny*/,
7441  16 /*toYearTiny*/,
7442  11 /*inMonth*/,
7443  7 /*onDayOfWeek*/,
7444  1 /*onDayOfMonth*/,
7445  8 /*atTimeCode*/,
7446  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7447  (4 + 4) /*deltaCode*/,
7448  '-' /*letter*/,
7449  },
7450  // Rule Tonga 2017 only - Jan Sun>=15 3:00 0 -
7451  {
7452  17 /*fromYearTiny*/,
7453  17 /*toYearTiny*/,
7454  1 /*inMonth*/,
7455  7 /*onDayOfWeek*/,
7456  15 /*onDayOfMonth*/,
7457  12 /*atTimeCode*/,
7458  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7459  (0 + 4) /*deltaCode*/,
7460  '-' /*letter*/,
7461  },
7462 
7463 };
7464 
7465 
7466 
7467 const extended::ZonePolicy kPolicyTonga ACE_TIME_PROGMEM = {
7468  kZoneRulesTonga /*rules*/,
7469  nullptr /* letters */,
7470  7 /*numRules*/,
7471  0 /* numLetters */,
7472 };
7473 
7474 //---------------------------------------------------------------------------
7475 // Policy name: Troll
7476 // Rules: 3
7477 // Memory (8-bit): 45
7478 // Memory (32-bit): 64
7479 //---------------------------------------------------------------------------
7480 
7481 static const extended::ZoneRule kZoneRulesTroll[] ACE_TIME_PROGMEM = {
7482  // Anchor: Rule Troll 2004 max - Oct lastSun 1:00u 0:00 +00
7483  {
7484  -127 /*fromYearTiny*/,
7485  -127 /*toYearTiny*/,
7486  1 /*inMonth*/,
7487  0 /*onDayOfWeek*/,
7488  1 /*onDayOfMonth*/,
7489  0 /*atTimeCode*/,
7490  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7491  (0 + 4) /*deltaCode*/,
7492  0 /*letter; "+00"*/,
7493  },
7494  // Rule Troll 2005 max - Mar lastSun 1:00u 2:00 +02
7495  {
7496  5 /*fromYearTiny*/,
7497  126 /*toYearTiny*/,
7498  3 /*inMonth*/,
7499  7 /*onDayOfWeek*/,
7500  0 /*onDayOfMonth*/,
7501  4 /*atTimeCode*/,
7502  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
7503  (8 + 4) /*deltaCode*/,
7504  1 /*letter; "+02"*/,
7505  },
7506  // Rule Troll 2004 max - Oct lastSun 1:00u 0:00 +00
7507  {
7508  4 /*fromYearTiny*/,
7509  126 /*toYearTiny*/,
7510  10 /*inMonth*/,
7511  7 /*onDayOfWeek*/,
7512  0 /*onDayOfMonth*/,
7513  4 /*atTimeCode*/,
7514  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
7515  (0 + 4) /*deltaCode*/,
7516  0 /*letter; "+00"*/,
7517  },
7518 
7519 };
7520 
7521 static const char* const kLettersTroll[] ACE_TIME_PROGMEM = {
7522  /*0*/ "+00",
7523  /*1*/ "+02",
7524 
7525 };
7526 
7527 
7528 const extended::ZonePolicy kPolicyTroll ACE_TIME_PROGMEM = {
7529  kZoneRulesTroll /*rules*/,
7530  kLettersTroll /* letters */,
7531  3 /*numRules*/,
7532  2 /* numLetters */,
7533 };
7534 
7535 //---------------------------------------------------------------------------
7536 // Policy name: Tunisia
7537 // Rules: 5
7538 // Memory (8-bit): 51
7539 // Memory (32-bit): 72
7540 //---------------------------------------------------------------------------
7541 
7542 static const extended::ZoneRule kZoneRulesTunisia[] ACE_TIME_PROGMEM = {
7543  // Rule Tunisia 1988 1990 - Sep lastSun 0:00s 0 -
7544  {
7545  -12 /*fromYearTiny*/,
7546  -10 /*toYearTiny*/,
7547  9 /*inMonth*/,
7548  7 /*onDayOfWeek*/,
7549  0 /*onDayOfMonth*/,
7550  0 /*atTimeCode*/,
7551  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
7552  (0 + 4) /*deltaCode*/,
7553  '-' /*letter*/,
7554  },
7555  // Rule Tunisia 2005 only - May 1 0:00s 1:00 S
7556  {
7557  5 /*fromYearTiny*/,
7558  5 /*toYearTiny*/,
7559  5 /*inMonth*/,
7560  0 /*onDayOfWeek*/,
7561  1 /*onDayOfMonth*/,
7562  0 /*atTimeCode*/,
7563  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
7564  (4 + 4) /*deltaCode*/,
7565  'S' /*letter*/,
7566  },
7567  // Rule Tunisia 2005 only - Sep 30 1:00s 0 -
7568  {
7569  5 /*fromYearTiny*/,
7570  5 /*toYearTiny*/,
7571  9 /*inMonth*/,
7572  0 /*onDayOfWeek*/,
7573  30 /*onDayOfMonth*/,
7574  4 /*atTimeCode*/,
7575  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
7576  (0 + 4) /*deltaCode*/,
7577  '-' /*letter*/,
7578  },
7579  // Rule Tunisia 2006 2008 - Mar lastSun 2:00s 1:00 S
7580  {
7581  6 /*fromYearTiny*/,
7582  8 /*toYearTiny*/,
7583  3 /*inMonth*/,
7584  7 /*onDayOfWeek*/,
7585  0 /*onDayOfMonth*/,
7586  8 /*atTimeCode*/,
7587  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
7588  (4 + 4) /*deltaCode*/,
7589  'S' /*letter*/,
7590  },
7591  // Rule Tunisia 2006 2008 - Oct lastSun 2:00s 0 -
7592  {
7593  6 /*fromYearTiny*/,
7594  8 /*toYearTiny*/,
7595  10 /*inMonth*/,
7596  7 /*onDayOfWeek*/,
7597  0 /*onDayOfMonth*/,
7598  8 /*atTimeCode*/,
7599  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
7600  (0 + 4) /*deltaCode*/,
7601  '-' /*letter*/,
7602  },
7603 
7604 };
7605 
7606 
7607 
7608 const extended::ZonePolicy kPolicyTunisia ACE_TIME_PROGMEM = {
7609  kZoneRulesTunisia /*rules*/,
7610  nullptr /* letters */,
7611  5 /*numRules*/,
7612  0 /* numLetters */,
7613 };
7614 
7615 //---------------------------------------------------------------------------
7616 // Policy name: Turkey
7617 // Rules: 3
7618 // Memory (8-bit): 33
7619 // Memory (32-bit): 48
7620 //---------------------------------------------------------------------------
7621 
7622 static const extended::ZoneRule kZoneRulesTurkey[] ACE_TIME_PROGMEM = {
7623  // Rule Turkey 1986 1995 - Sep lastSun 1:00s 0 -
7624  {
7625  -14 /*fromYearTiny*/,
7626  -5 /*toYearTiny*/,
7627  9 /*inMonth*/,
7628  7 /*onDayOfWeek*/,
7629  0 /*onDayOfMonth*/,
7630  4 /*atTimeCode*/,
7631  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
7632  (0 + 4) /*deltaCode*/,
7633  '-' /*letter*/,
7634  },
7635  // Rule Turkey 1995 2006 - Mar lastSun 1:00s 1:00 S
7636  {
7637  -5 /*fromYearTiny*/,
7638  6 /*toYearTiny*/,
7639  3 /*inMonth*/,
7640  7 /*onDayOfWeek*/,
7641  0 /*onDayOfMonth*/,
7642  4 /*atTimeCode*/,
7643  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
7644  (4 + 4) /*deltaCode*/,
7645  'S' /*letter*/,
7646  },
7647  // Rule Turkey 1996 2006 - Oct lastSun 1:00s 0 -
7648  {
7649  -4 /*fromYearTiny*/,
7650  6 /*toYearTiny*/,
7651  10 /*inMonth*/,
7652  7 /*onDayOfWeek*/,
7653  0 /*onDayOfMonth*/,
7654  4 /*atTimeCode*/,
7655  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
7656  (0 + 4) /*deltaCode*/,
7657  '-' /*letter*/,
7658  },
7659 
7660 };
7661 
7662 
7663 
7664 const extended::ZonePolicy kPolicyTurkey ACE_TIME_PROGMEM = {
7665  kZoneRulesTurkey /*rules*/,
7666  nullptr /* letters */,
7667  3 /*numRules*/,
7668  0 /* numLetters */,
7669 };
7670 
7671 //---------------------------------------------------------------------------
7672 // Policy name: US
7673 // Rules: 5
7674 // Memory (8-bit): 51
7675 // Memory (32-bit): 72
7676 //---------------------------------------------------------------------------
7677 
7678 static const extended::ZoneRule kZoneRulesUS[] ACE_TIME_PROGMEM = {
7679  // Rule US 1967 2006 - Oct lastSun 2:00 0 S
7680  {
7681  -33 /*fromYearTiny*/,
7682  6 /*toYearTiny*/,
7683  10 /*inMonth*/,
7684  7 /*onDayOfWeek*/,
7685  0 /*onDayOfMonth*/,
7686  8 /*atTimeCode*/,
7687  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7688  (0 + 4) /*deltaCode*/,
7689  'S' /*letter*/,
7690  },
7691  // Rule US 1976 1986 - Apr lastSun 2:00 1:00 D
7692  {
7693  -24 /*fromYearTiny*/,
7694  -14 /*toYearTiny*/,
7695  4 /*inMonth*/,
7696  7 /*onDayOfWeek*/,
7697  0 /*onDayOfMonth*/,
7698  8 /*atTimeCode*/,
7699  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7700  (4 + 4) /*deltaCode*/,
7701  'D' /*letter*/,
7702  },
7703  // Rule US 1987 2006 - Apr Sun>=1 2:00 1:00 D
7704  {
7705  -13 /*fromYearTiny*/,
7706  6 /*toYearTiny*/,
7707  4 /*inMonth*/,
7708  7 /*onDayOfWeek*/,
7709  1 /*onDayOfMonth*/,
7710  8 /*atTimeCode*/,
7711  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7712  (4 + 4) /*deltaCode*/,
7713  'D' /*letter*/,
7714  },
7715  // Rule US 2007 max - Mar Sun>=8 2:00 1:00 D
7716  {
7717  7 /*fromYearTiny*/,
7718  126 /*toYearTiny*/,
7719  3 /*inMonth*/,
7720  7 /*onDayOfWeek*/,
7721  8 /*onDayOfMonth*/,
7722  8 /*atTimeCode*/,
7723  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7724  (4 + 4) /*deltaCode*/,
7725  'D' /*letter*/,
7726  },
7727  // Rule US 2007 max - Nov Sun>=1 2:00 0 S
7728  {
7729  7 /*fromYearTiny*/,
7730  126 /*toYearTiny*/,
7731  11 /*inMonth*/,
7732  7 /*onDayOfWeek*/,
7733  1 /*onDayOfMonth*/,
7734  8 /*atTimeCode*/,
7735  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7736  (0 + 4) /*deltaCode*/,
7737  'S' /*letter*/,
7738  },
7739 
7740 };
7741 
7742 
7743 
7744 const extended::ZonePolicy kPolicyUS ACE_TIME_PROGMEM = {
7745  kZoneRulesUS /*rules*/,
7746  nullptr /* letters */,
7747  5 /*numRules*/,
7748  0 /* numLetters */,
7749 };
7750 
7751 //---------------------------------------------------------------------------
7752 // Policy name: Uruguay
7753 // Rules: 6
7754 // Memory (8-bit): 60
7755 // Memory (32-bit): 84
7756 //---------------------------------------------------------------------------
7757 
7758 static const extended::ZoneRule kZoneRulesUruguay[] ACE_TIME_PROGMEM = {
7759  // Rule Uruguay 1993 only - Feb 28 0:00 0 -
7760  {
7761  -7 /*fromYearTiny*/,
7762  -7 /*toYearTiny*/,
7763  2 /*inMonth*/,
7764  0 /*onDayOfWeek*/,
7765  28 /*onDayOfMonth*/,
7766  0 /*atTimeCode*/,
7767  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7768  (0 + 4) /*deltaCode*/,
7769  '-' /*letter*/,
7770  },
7771  // Rule Uruguay 2004 only - Sep 19 0:00 1:00 -
7772  {
7773  4 /*fromYearTiny*/,
7774  4 /*toYearTiny*/,
7775  9 /*inMonth*/,
7776  0 /*onDayOfWeek*/,
7777  19 /*onDayOfMonth*/,
7778  0 /*atTimeCode*/,
7779  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7780  (4 + 4) /*deltaCode*/,
7781  '-' /*letter*/,
7782  },
7783  // Rule Uruguay 2005 only - Mar 27 2:00 0 -
7784  {
7785  5 /*fromYearTiny*/,
7786  5 /*toYearTiny*/,
7787  3 /*inMonth*/,
7788  0 /*onDayOfWeek*/,
7789  27 /*onDayOfMonth*/,
7790  8 /*atTimeCode*/,
7791  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7792  (0 + 4) /*deltaCode*/,
7793  '-' /*letter*/,
7794  },
7795  // Rule Uruguay 2005 only - Oct 9 2:00 1:00 -
7796  {
7797  5 /*fromYearTiny*/,
7798  5 /*toYearTiny*/,
7799  10 /*inMonth*/,
7800  0 /*onDayOfWeek*/,
7801  9 /*onDayOfMonth*/,
7802  8 /*atTimeCode*/,
7803  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7804  (4 + 4) /*deltaCode*/,
7805  '-' /*letter*/,
7806  },
7807  // Rule Uruguay 2006 2015 - Mar Sun>=8 2:00 0 -
7808  {
7809  6 /*fromYearTiny*/,
7810  15 /*toYearTiny*/,
7811  3 /*inMonth*/,
7812  7 /*onDayOfWeek*/,
7813  8 /*onDayOfMonth*/,
7814  8 /*atTimeCode*/,
7815  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7816  (0 + 4) /*deltaCode*/,
7817  '-' /*letter*/,
7818  },
7819  // Rule Uruguay 2006 2014 - Oct Sun>=1 2:00 1:00 -
7820  {
7821  6 /*fromYearTiny*/,
7822  14 /*toYearTiny*/,
7823  10 /*inMonth*/,
7824  7 /*onDayOfWeek*/,
7825  1 /*onDayOfMonth*/,
7826  8 /*atTimeCode*/,
7827  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7828  (4 + 4) /*deltaCode*/,
7829  '-' /*letter*/,
7830  },
7831 
7832 };
7833 
7834 
7835 
7836 const extended::ZonePolicy kPolicyUruguay ACE_TIME_PROGMEM = {
7837  kZoneRulesUruguay /*rules*/,
7838  nullptr /* letters */,
7839  6 /*numRules*/,
7840  0 /* numLetters */,
7841 };
7842 
7843 //---------------------------------------------------------------------------
7844 // Policy name: Vanuatu
7845 // Rules: 1
7846 // Memory (8-bit): 15
7847 // Memory (32-bit): 24
7848 //---------------------------------------------------------------------------
7849 
7850 static const extended::ZoneRule kZoneRulesVanuatu[] ACE_TIME_PROGMEM = {
7851  // Rule Vanuatu 1992 1993 - Jan Sun>=23 0:00 0 -
7852  {
7853  -8 /*fromYearTiny*/,
7854  -7 /*toYearTiny*/,
7855  1 /*inMonth*/,
7856  7 /*onDayOfWeek*/,
7857  23 /*onDayOfMonth*/,
7858  0 /*atTimeCode*/,
7859  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7860  (0 + 4) /*deltaCode*/,
7861  '-' /*letter*/,
7862  },
7863 
7864 };
7865 
7866 
7867 
7868 const extended::ZonePolicy kPolicyVanuatu ACE_TIME_PROGMEM = {
7869  kZoneRulesVanuatu /*rules*/,
7870  nullptr /* letters */,
7871  1 /*numRules*/,
7872  0 /* numLetters */,
7873 };
7874 
7875 //---------------------------------------------------------------------------
7876 // Policy name: WS
7877 // Rules: 6
7878 // Memory (8-bit): 60
7879 // Memory (32-bit): 84
7880 //---------------------------------------------------------------------------
7881 
7882 static const extended::ZoneRule kZoneRulesWS[] ACE_TIME_PROGMEM = {
7883  // Anchor: Rule WS 2011 only - Apr Sat>=1 4:00 0 -
7884  {
7885  -127 /*fromYearTiny*/,
7886  -127 /*toYearTiny*/,
7887  1 /*inMonth*/,
7888  0 /*onDayOfWeek*/,
7889  1 /*onDayOfMonth*/,
7890  0 /*atTimeCode*/,
7891  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7892  (0 + 4) /*deltaCode*/,
7893  '-' /*letter*/,
7894  },
7895  // Rule WS 2010 only - Sep lastSun 0:00 1 -
7896  {
7897  10 /*fromYearTiny*/,
7898  10 /*toYearTiny*/,
7899  9 /*inMonth*/,
7900  7 /*onDayOfWeek*/,
7901  0 /*onDayOfMonth*/,
7902  0 /*atTimeCode*/,
7903  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7904  (4 + 4) /*deltaCode*/,
7905  '-' /*letter*/,
7906  },
7907  // Rule WS 2011 only - Apr Sat>=1 4:00 0 -
7908  {
7909  11 /*fromYearTiny*/,
7910  11 /*toYearTiny*/,
7911  4 /*inMonth*/,
7912  6 /*onDayOfWeek*/,
7913  1 /*onDayOfMonth*/,
7914  16 /*atTimeCode*/,
7915  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7916  (0 + 4) /*deltaCode*/,
7917  '-' /*letter*/,
7918  },
7919  // Rule WS 2011 only - Sep lastSat 3:00 1 -
7920  {
7921  11 /*fromYearTiny*/,
7922  11 /*toYearTiny*/,
7923  9 /*inMonth*/,
7924  6 /*onDayOfWeek*/,
7925  0 /*onDayOfMonth*/,
7926  12 /*atTimeCode*/,
7927  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7928  (4 + 4) /*deltaCode*/,
7929  '-' /*letter*/,
7930  },
7931  // Rule WS 2012 max - Apr Sun>=1 4:00 0 -
7932  {
7933  12 /*fromYearTiny*/,
7934  126 /*toYearTiny*/,
7935  4 /*inMonth*/,
7936  7 /*onDayOfWeek*/,
7937  1 /*onDayOfMonth*/,
7938  16 /*atTimeCode*/,
7939  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7940  (0 + 4) /*deltaCode*/,
7941  '-' /*letter*/,
7942  },
7943  // Rule WS 2012 max - Sep lastSun 3:00 1 -
7944  {
7945  12 /*fromYearTiny*/,
7946  126 /*toYearTiny*/,
7947  9 /*inMonth*/,
7948  7 /*onDayOfWeek*/,
7949  0 /*onDayOfMonth*/,
7950  12 /*atTimeCode*/,
7951  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7952  (4 + 4) /*deltaCode*/,
7953  '-' /*letter*/,
7954  },
7955 
7956 };
7957 
7958 
7959 
7960 const extended::ZonePolicy kPolicyWS ACE_TIME_PROGMEM = {
7961  kZoneRulesWS /*rules*/,
7962  nullptr /* letters */,
7963  6 /*numRules*/,
7964  0 /* numLetters */,
7965 };
7966 
7967 //---------------------------------------------------------------------------
7968 // Policy name: Winn
7969 // Rules: 3
7970 // Memory (8-bit): 33
7971 // Memory (32-bit): 48
7972 //---------------------------------------------------------------------------
7973 
7974 static const extended::ZoneRule kZoneRulesWinn[] ACE_TIME_PROGMEM = {
7975  // Rule Winn 1966 1986 - Apr lastSun 2:00s 1:00 D
7976  {
7977  -34 /*fromYearTiny*/,
7978  -14 /*toYearTiny*/,
7979  4 /*inMonth*/,
7980  7 /*onDayOfWeek*/,
7981  0 /*onDayOfMonth*/,
7982  8 /*atTimeCode*/,
7983  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
7984  (4 + 4) /*deltaCode*/,
7985  'D' /*letter*/,
7986  },
7987  // Rule Winn 1966 2005 - Oct lastSun 2:00s 0 S
7988  {
7989  -34 /*fromYearTiny*/,
7990  5 /*toYearTiny*/,
7991  10 /*inMonth*/,
7992  7 /*onDayOfWeek*/,
7993  0 /*onDayOfMonth*/,
7994  8 /*atTimeCode*/,
7995  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
7996  (0 + 4) /*deltaCode*/,
7997  'S' /*letter*/,
7998  },
7999  // Rule Winn 1987 2005 - Apr Sun>=1 2:00s 1:00 D
8000  {
8001  -13 /*fromYearTiny*/,
8002  5 /*toYearTiny*/,
8003  4 /*inMonth*/,
8004  7 /*onDayOfWeek*/,
8005  1 /*onDayOfMonth*/,
8006  8 /*atTimeCode*/,
8007  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
8008  (4 + 4) /*deltaCode*/,
8009  'D' /*letter*/,
8010  },
8011 
8012 };
8013 
8014 
8015 
8016 const extended::ZonePolicy kPolicyWinn ACE_TIME_PROGMEM = {
8017  kZoneRulesWinn /*rules*/,
8018  nullptr /* letters */,
8019  3 /*numRules*/,
8020  0 /* numLetters */,
8021 };
8022 
8023 //---------------------------------------------------------------------------
8024 // Policy name: Zion
8025 // Rules: 24
8026 // Memory (8-bit): 222
8027 // Memory (32-bit): 300
8028 //---------------------------------------------------------------------------
8029 
8030 static const extended::ZoneRule kZoneRulesZion[] ACE_TIME_PROGMEM = {
8031  // Rule Zion 1998 only - Sep 6 0:00 0 S
8032  {
8033  -2 /*fromYearTiny*/,
8034  -2 /*toYearTiny*/,
8035  9 /*inMonth*/,
8036  0 /*onDayOfWeek*/,
8037  6 /*onDayOfMonth*/,
8038  0 /*atTimeCode*/,
8039  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8040  (0 + 4) /*deltaCode*/,
8041  'S' /*letter*/,
8042  },
8043  // Rule Zion 1999 only - Apr 2 2:00 1:00 D
8044  {
8045  -1 /*fromYearTiny*/,
8046  -1 /*toYearTiny*/,
8047  4 /*inMonth*/,
8048  0 /*onDayOfWeek*/,
8049  2 /*onDayOfMonth*/,
8050  8 /*atTimeCode*/,
8051  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8052  (4 + 4) /*deltaCode*/,
8053  'D' /*letter*/,
8054  },
8055  // Rule Zion 1999 only - Sep 3 2:00 0 S
8056  {
8057  -1 /*fromYearTiny*/,
8058  -1 /*toYearTiny*/,
8059  9 /*inMonth*/,
8060  0 /*onDayOfWeek*/,
8061  3 /*onDayOfMonth*/,
8062  8 /*atTimeCode*/,
8063  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8064  (0 + 4) /*deltaCode*/,
8065  'S' /*letter*/,
8066  },
8067  // Rule Zion 2000 only - Apr 14 2:00 1:00 D
8068  {
8069  0 /*fromYearTiny*/,
8070  0 /*toYearTiny*/,
8071  4 /*inMonth*/,
8072  0 /*onDayOfWeek*/,
8073  14 /*onDayOfMonth*/,
8074  8 /*atTimeCode*/,
8075  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8076  (4 + 4) /*deltaCode*/,
8077  'D' /*letter*/,
8078  },
8079  // Rule Zion 2000 only - Oct 6 1:00 0 S
8080  {
8081  0 /*fromYearTiny*/,
8082  0 /*toYearTiny*/,
8083  10 /*inMonth*/,
8084  0 /*onDayOfWeek*/,
8085  6 /*onDayOfMonth*/,
8086  4 /*atTimeCode*/,
8087  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8088  (0 + 4) /*deltaCode*/,
8089  'S' /*letter*/,
8090  },
8091  // Rule Zion 2001 only - Apr 9 1:00 1:00 D
8092  {
8093  1 /*fromYearTiny*/,
8094  1 /*toYearTiny*/,
8095  4 /*inMonth*/,
8096  0 /*onDayOfWeek*/,
8097  9 /*onDayOfMonth*/,
8098  4 /*atTimeCode*/,
8099  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8100  (4 + 4) /*deltaCode*/,
8101  'D' /*letter*/,
8102  },
8103  // Rule Zion 2001 only - Sep 24 1:00 0 S
8104  {
8105  1 /*fromYearTiny*/,
8106  1 /*toYearTiny*/,
8107  9 /*inMonth*/,
8108  0 /*onDayOfWeek*/,
8109  24 /*onDayOfMonth*/,
8110  4 /*atTimeCode*/,
8111  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8112  (0 + 4) /*deltaCode*/,
8113  'S' /*letter*/,
8114  },
8115  // Rule Zion 2002 only - Mar 29 1:00 1:00 D
8116  {
8117  2 /*fromYearTiny*/,
8118  2 /*toYearTiny*/,
8119  3 /*inMonth*/,
8120  0 /*onDayOfWeek*/,
8121  29 /*onDayOfMonth*/,
8122  4 /*atTimeCode*/,
8123  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8124  (4 + 4) /*deltaCode*/,
8125  'D' /*letter*/,
8126  },
8127  // Rule Zion 2002 only - Oct 7 1:00 0 S
8128  {
8129  2 /*fromYearTiny*/,
8130  2 /*toYearTiny*/,
8131  10 /*inMonth*/,
8132  0 /*onDayOfWeek*/,
8133  7 /*onDayOfMonth*/,
8134  4 /*atTimeCode*/,
8135  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8136  (0 + 4) /*deltaCode*/,
8137  'S' /*letter*/,
8138  },
8139  // Rule Zion 2003 only - Mar 28 1:00 1:00 D
8140  {
8141  3 /*fromYearTiny*/,
8142  3 /*toYearTiny*/,
8143  3 /*inMonth*/,
8144  0 /*onDayOfWeek*/,
8145  28 /*onDayOfMonth*/,
8146  4 /*atTimeCode*/,
8147  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8148  (4 + 4) /*deltaCode*/,
8149  'D' /*letter*/,
8150  },
8151  // Rule Zion 2003 only - Oct 3 1:00 0 S
8152  {
8153  3 /*fromYearTiny*/,
8154  3 /*toYearTiny*/,
8155  10 /*inMonth*/,
8156  0 /*onDayOfWeek*/,
8157  3 /*onDayOfMonth*/,
8158  4 /*atTimeCode*/,
8159  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8160  (0 + 4) /*deltaCode*/,
8161  'S' /*letter*/,
8162  },
8163  // Rule Zion 2004 only - Apr 7 1:00 1:00 D
8164  {
8165  4 /*fromYearTiny*/,
8166  4 /*toYearTiny*/,
8167  4 /*inMonth*/,
8168  0 /*onDayOfWeek*/,
8169  7 /*onDayOfMonth*/,
8170  4 /*atTimeCode*/,
8171  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8172  (4 + 4) /*deltaCode*/,
8173  'D' /*letter*/,
8174  },
8175  // Rule Zion 2004 only - Sep 22 1:00 0 S
8176  {
8177  4 /*fromYearTiny*/,
8178  4 /*toYearTiny*/,
8179  9 /*inMonth*/,
8180  0 /*onDayOfWeek*/,
8181  22 /*onDayOfMonth*/,
8182  4 /*atTimeCode*/,
8183  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8184  (0 + 4) /*deltaCode*/,
8185  'S' /*letter*/,
8186  },
8187  // Rule Zion 2005 2012 - Apr Fri<=1 2:00 1:00 D
8188  {
8189  5 /*fromYearTiny*/,
8190  12 /*toYearTiny*/,
8191  4 /*inMonth*/,
8192  5 /*onDayOfWeek*/,
8193  -1 /*onDayOfMonth*/,
8194  8 /*atTimeCode*/,
8195  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8196  (4 + 4) /*deltaCode*/,
8197  'D' /*letter*/,
8198  },
8199  // Rule Zion 2005 only - Oct 9 2:00 0 S
8200  {
8201  5 /*fromYearTiny*/,
8202  5 /*toYearTiny*/,
8203  10 /*inMonth*/,
8204  0 /*onDayOfWeek*/,
8205  9 /*onDayOfMonth*/,
8206  8 /*atTimeCode*/,
8207  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8208  (0 + 4) /*deltaCode*/,
8209  'S' /*letter*/,
8210  },
8211  // Rule Zion 2006 only - Oct 1 2:00 0 S
8212  {
8213  6 /*fromYearTiny*/,
8214  6 /*toYearTiny*/,
8215  10 /*inMonth*/,
8216  0 /*onDayOfWeek*/,
8217  1 /*onDayOfMonth*/,
8218  8 /*atTimeCode*/,
8219  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8220  (0 + 4) /*deltaCode*/,
8221  'S' /*letter*/,
8222  },
8223  // Rule Zion 2007 only - Sep 16 2:00 0 S
8224  {
8225  7 /*fromYearTiny*/,
8226  7 /*toYearTiny*/,
8227  9 /*inMonth*/,
8228  0 /*onDayOfWeek*/,
8229  16 /*onDayOfMonth*/,
8230  8 /*atTimeCode*/,
8231  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8232  (0 + 4) /*deltaCode*/,
8233  'S' /*letter*/,
8234  },
8235  // Rule Zion 2008 only - Oct 5 2:00 0 S
8236  {
8237  8 /*fromYearTiny*/,
8238  8 /*toYearTiny*/,
8239  10 /*inMonth*/,
8240  0 /*onDayOfWeek*/,
8241  5 /*onDayOfMonth*/,
8242  8 /*atTimeCode*/,
8243  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8244  (0 + 4) /*deltaCode*/,
8245  'S' /*letter*/,
8246  },
8247  // Rule Zion 2009 only - Sep 27 2:00 0 S
8248  {
8249  9 /*fromYearTiny*/,
8250  9 /*toYearTiny*/,
8251  9 /*inMonth*/,
8252  0 /*onDayOfWeek*/,
8253  27 /*onDayOfMonth*/,
8254  8 /*atTimeCode*/,
8255  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8256  (0 + 4) /*deltaCode*/,
8257  'S' /*letter*/,
8258  },
8259  // Rule Zion 2010 only - Sep 12 2:00 0 S
8260  {
8261  10 /*fromYearTiny*/,
8262  10 /*toYearTiny*/,
8263  9 /*inMonth*/,
8264  0 /*onDayOfWeek*/,
8265  12 /*onDayOfMonth*/,
8266  8 /*atTimeCode*/,
8267  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8268  (0 + 4) /*deltaCode*/,
8269  'S' /*letter*/,
8270  },
8271  // Rule Zion 2011 only - Oct 2 2:00 0 S
8272  {
8273  11 /*fromYearTiny*/,
8274  11 /*toYearTiny*/,
8275  10 /*inMonth*/,
8276  0 /*onDayOfWeek*/,
8277  2 /*onDayOfMonth*/,
8278  8 /*atTimeCode*/,
8279  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8280  (0 + 4) /*deltaCode*/,
8281  'S' /*letter*/,
8282  },
8283  // Rule Zion 2012 only - Sep 23 2:00 0 S
8284  {
8285  12 /*fromYearTiny*/,
8286  12 /*toYearTiny*/,
8287  9 /*inMonth*/,
8288  0 /*onDayOfWeek*/,
8289  23 /*onDayOfMonth*/,
8290  8 /*atTimeCode*/,
8291  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8292  (0 + 4) /*deltaCode*/,
8293  'S' /*letter*/,
8294  },
8295  // Rule Zion 2013 max - Mar Fri>=23 2:00 1:00 D
8296  {
8297  13 /*fromYearTiny*/,
8298  126 /*toYearTiny*/,
8299  3 /*inMonth*/,
8300  5 /*onDayOfWeek*/,
8301  23 /*onDayOfMonth*/,
8302  8 /*atTimeCode*/,
8303  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8304  (4 + 4) /*deltaCode*/,
8305  'D' /*letter*/,
8306  },
8307  // Rule Zion 2013 max - Oct lastSun 2:00 0 S
8308  {
8309  13 /*fromYearTiny*/,
8310  126 /*toYearTiny*/,
8311  10 /*inMonth*/,
8312  7 /*onDayOfWeek*/,
8313  0 /*onDayOfMonth*/,
8314  8 /*atTimeCode*/,
8315  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8316  (0 + 4) /*deltaCode*/,
8317  'S' /*letter*/,
8318  },
8319 
8320 };
8321 
8322 
8323 
8324 const extended::ZonePolicy kPolicyZion ACE_TIME_PROGMEM = {
8325  kZoneRulesZion /*rules*/,
8326  nullptr /* letters */,
8327  24 /*numRules*/,
8328  0 /* numLetters */,
8329 };
8330 
8331 
8332 
8333 }
8334 }
compat.h