AceTime  0.8
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/dev/AceTime/src/ace_time/zonedbx --tz_version 2019b --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/2019b
7 //
8 // Policies: 84
9 // Rules: 544
10 // Memory (8-bit): 5435
11 // Memory (32-bit): 7615
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: 10
2432 // Memory (8-bit): 96
2433 // Memory (32-bit): 132
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 max - Nov Sun>=1 2:00 1:00 -
2534  {
2535  14 /*fromYearTiny*/,
2536  126 /*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>=13 3:00 0 -
2546  {
2547  15 /*fromYearTiny*/,
2548  126 /*toYearTiny*/,
2549  1 /*inMonth*/,
2550  7 /*onDayOfWeek*/,
2551  13 /*onDayOfMonth*/,
2552  12 /*atTimeCode*/,
2553  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2554  (0 + 4) /*deltaCode*/,
2555  '-' /*letter*/,
2556  },
2557 
2558 };
2559 
2560 
2561 
2562 const extended::ZonePolicy kPolicyFiji ACE_TIME_PROGMEM = {
2563  kZoneRulesFiji /*rules*/,
2564  nullptr /* letters */,
2565  10 /*numRules*/,
2566  0 /* numLetters */,
2567 };
2568 
2569 //---------------------------------------------------------------------------
2570 // Policy name: Ghana
2571 // Rules: 1
2572 // Memory (8-bit): 15
2573 // Memory (32-bit): 24
2574 //---------------------------------------------------------------------------
2575 
2576 static const extended::ZoneRule kZoneRulesGhana[] ACE_TIME_PROGMEM = {
2577  // Rule Ghana 1920 1942 - Dec 31 0:00 0 -
2578  {
2579  -80 /*fromYearTiny*/,
2580  -58 /*toYearTiny*/,
2581  12 /*inMonth*/,
2582  0 /*onDayOfWeek*/,
2583  31 /*onDayOfMonth*/,
2584  0 /*atTimeCode*/,
2585  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2586  (0 + 4) /*deltaCode*/,
2587  '-' /*letter*/,
2588  },
2589 
2590 };
2591 
2592 
2593 
2594 const extended::ZonePolicy kPolicyGhana ACE_TIME_PROGMEM = {
2595  kZoneRulesGhana /*rules*/,
2596  nullptr /* letters */,
2597  1 /*numRules*/,
2598  0 /* numLetters */,
2599 };
2600 
2601 //---------------------------------------------------------------------------
2602 // Policy name: Guam
2603 // Rules: 1
2604 // Memory (8-bit): 15
2605 // Memory (32-bit): 24
2606 //---------------------------------------------------------------------------
2607 
2608 static const extended::ZoneRule kZoneRulesGuam[] ACE_TIME_PROGMEM = {
2609  // Rule Guam 1977 only - Aug 28 2:00 0 S
2610  {
2611  -23 /*fromYearTiny*/,
2612  -23 /*toYearTiny*/,
2613  8 /*inMonth*/,
2614  0 /*onDayOfWeek*/,
2615  28 /*onDayOfMonth*/,
2616  8 /*atTimeCode*/,
2617  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2618  (0 + 4) /*deltaCode*/,
2619  'S' /*letter*/,
2620  },
2621 
2622 };
2623 
2624 
2625 
2626 const extended::ZonePolicy kPolicyGuam ACE_TIME_PROGMEM = {
2627  kZoneRulesGuam /*rules*/,
2628  nullptr /* letters */,
2629  1 /*numRules*/,
2630  0 /* numLetters */,
2631 };
2632 
2633 //---------------------------------------------------------------------------
2634 // Policy name: Guat
2635 // Rules: 3
2636 // Memory (8-bit): 33
2637 // Memory (32-bit): 48
2638 //---------------------------------------------------------------------------
2639 
2640 static const extended::ZoneRule kZoneRulesGuat[] ACE_TIME_PROGMEM = {
2641  // Rule Guat 1991 only - Sep 7 0:00 0 S
2642  {
2643  -9 /*fromYearTiny*/,
2644  -9 /*toYearTiny*/,
2645  9 /*inMonth*/,
2646  0 /*onDayOfWeek*/,
2647  7 /*onDayOfMonth*/,
2648  0 /*atTimeCode*/,
2649  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2650  (0 + 4) /*deltaCode*/,
2651  'S' /*letter*/,
2652  },
2653  // Rule Guat 2006 only - Apr 30 0:00 1:00 D
2654  {
2655  6 /*fromYearTiny*/,
2656  6 /*toYearTiny*/,
2657  4 /*inMonth*/,
2658  0 /*onDayOfWeek*/,
2659  30 /*onDayOfMonth*/,
2660  0 /*atTimeCode*/,
2661  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2662  (4 + 4) /*deltaCode*/,
2663  'D' /*letter*/,
2664  },
2665  // Rule Guat 2006 only - Oct 1 0:00 0 S
2666  {
2667  6 /*fromYearTiny*/,
2668  6 /*toYearTiny*/,
2669  10 /*inMonth*/,
2670  0 /*onDayOfWeek*/,
2671  1 /*onDayOfMonth*/,
2672  0 /*atTimeCode*/,
2673  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2674  (0 + 4) /*deltaCode*/,
2675  'S' /*letter*/,
2676  },
2677 
2678 };
2679 
2680 
2681 
2682 const extended::ZonePolicy kPolicyGuat ACE_TIME_PROGMEM = {
2683  kZoneRulesGuat /*rules*/,
2684  nullptr /* letters */,
2685  3 /*numRules*/,
2686  0 /* numLetters */,
2687 };
2688 
2689 //---------------------------------------------------------------------------
2690 // Policy name: HK
2691 // Rules: 1
2692 // Memory (8-bit): 15
2693 // Memory (32-bit): 24
2694 //---------------------------------------------------------------------------
2695 
2696 static const extended::ZoneRule kZoneRulesHK[] ACE_TIME_PROGMEM = {
2697  // Rule HK 1979 only - Oct 21 3:30 0 -
2698  {
2699  -21 /*fromYearTiny*/,
2700  -21 /*toYearTiny*/,
2701  10 /*inMonth*/,
2702  0 /*onDayOfWeek*/,
2703  21 /*onDayOfMonth*/,
2704  14 /*atTimeCode*/,
2705  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2706  (0 + 4) /*deltaCode*/,
2707  '-' /*letter*/,
2708  },
2709 
2710 };
2711 
2712 
2713 
2714 const extended::ZonePolicy kPolicyHK ACE_TIME_PROGMEM = {
2715  kZoneRulesHK /*rules*/,
2716  nullptr /* letters */,
2717  1 /*numRules*/,
2718  0 /* numLetters */,
2719 };
2720 
2721 //---------------------------------------------------------------------------
2722 // Policy name: Haiti
2723 // Rules: 7
2724 // Memory (8-bit): 69
2725 // Memory (32-bit): 96
2726 //---------------------------------------------------------------------------
2727 
2728 static const extended::ZoneRule kZoneRulesHaiti[] ACE_TIME_PROGMEM = {
2729  // Rule Haiti 1988 1997 - Oct lastSun 1:00s 0 S
2730  {
2731  -12 /*fromYearTiny*/,
2732  -3 /*toYearTiny*/,
2733  10 /*inMonth*/,
2734  7 /*onDayOfWeek*/,
2735  0 /*onDayOfMonth*/,
2736  4 /*atTimeCode*/,
2737  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
2738  (0 + 4) /*deltaCode*/,
2739  'S' /*letter*/,
2740  },
2741  // Rule Haiti 2005 2006 - Apr Sun>=1 0:00 1:00 D
2742  {
2743  5 /*fromYearTiny*/,
2744  6 /*toYearTiny*/,
2745  4 /*inMonth*/,
2746  7 /*onDayOfWeek*/,
2747  1 /*onDayOfMonth*/,
2748  0 /*atTimeCode*/,
2749  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2750  (4 + 4) /*deltaCode*/,
2751  'D' /*letter*/,
2752  },
2753  // Rule Haiti 2005 2006 - Oct lastSun 0:00 0 S
2754  {
2755  5 /*fromYearTiny*/,
2756  6 /*toYearTiny*/,
2757  10 /*inMonth*/,
2758  7 /*onDayOfWeek*/,
2759  0 /*onDayOfMonth*/,
2760  0 /*atTimeCode*/,
2761  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2762  (0 + 4) /*deltaCode*/,
2763  'S' /*letter*/,
2764  },
2765  // Rule Haiti 2012 2015 - Mar Sun>=8 2:00 1:00 D
2766  {
2767  12 /*fromYearTiny*/,
2768  15 /*toYearTiny*/,
2769  3 /*inMonth*/,
2770  7 /*onDayOfWeek*/,
2771  8 /*onDayOfMonth*/,
2772  8 /*atTimeCode*/,
2773  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2774  (4 + 4) /*deltaCode*/,
2775  'D' /*letter*/,
2776  },
2777  // Rule Haiti 2012 2015 - Nov Sun>=1 2:00 0 S
2778  {
2779  12 /*fromYearTiny*/,
2780  15 /*toYearTiny*/,
2781  11 /*inMonth*/,
2782  7 /*onDayOfWeek*/,
2783  1 /*onDayOfMonth*/,
2784  8 /*atTimeCode*/,
2785  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2786  (0 + 4) /*deltaCode*/,
2787  'S' /*letter*/,
2788  },
2789  // Rule Haiti 2017 max - Mar Sun>=8 2:00 1:00 D
2790  {
2791  17 /*fromYearTiny*/,
2792  126 /*toYearTiny*/,
2793  3 /*inMonth*/,
2794  7 /*onDayOfWeek*/,
2795  8 /*onDayOfMonth*/,
2796  8 /*atTimeCode*/,
2797  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2798  (4 + 4) /*deltaCode*/,
2799  'D' /*letter*/,
2800  },
2801  // Rule Haiti 2017 max - Nov Sun>=1 2:00 0 S
2802  {
2803  17 /*fromYearTiny*/,
2804  126 /*toYearTiny*/,
2805  11 /*inMonth*/,
2806  7 /*onDayOfWeek*/,
2807  1 /*onDayOfMonth*/,
2808  8 /*atTimeCode*/,
2809  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2810  (0 + 4) /*deltaCode*/,
2811  'S' /*letter*/,
2812  },
2813 
2814 };
2815 
2816 
2817 
2818 const extended::ZonePolicy kPolicyHaiti ACE_TIME_PROGMEM = {
2819  kZoneRulesHaiti /*rules*/,
2820  nullptr /* letters */,
2821  7 /*numRules*/,
2822  0 /* numLetters */,
2823 };
2824 
2825 //---------------------------------------------------------------------------
2826 // Policy name: Holiday
2827 // Rules: 1
2828 // Memory (8-bit): 15
2829 // Memory (32-bit): 24
2830 //---------------------------------------------------------------------------
2831 
2832 static const extended::ZoneRule kZoneRulesHoliday[] ACE_TIME_PROGMEM = {
2833  // Rule Holiday 1993 1994 - Mar Sun>=1 2:00s 0 S
2834  {
2835  -7 /*fromYearTiny*/,
2836  -6 /*toYearTiny*/,
2837  3 /*inMonth*/,
2838  7 /*onDayOfWeek*/,
2839  1 /*onDayOfMonth*/,
2840  8 /*atTimeCode*/,
2841  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
2842  (0 + 4) /*deltaCode*/,
2843  'S' /*letter*/,
2844  },
2845 
2846 };
2847 
2848 
2849 
2850 const extended::ZonePolicy kPolicyHoliday ACE_TIME_PROGMEM = {
2851  kZoneRulesHoliday /*rules*/,
2852  nullptr /* letters */,
2853  1 /*numRules*/,
2854  0 /* numLetters */,
2855 };
2856 
2857 //---------------------------------------------------------------------------
2858 // Policy name: Hond
2859 // Rules: 3
2860 // Memory (8-bit): 33
2861 // Memory (32-bit): 48
2862 //---------------------------------------------------------------------------
2863 
2864 static const extended::ZoneRule kZoneRulesHond[] ACE_TIME_PROGMEM = {
2865  // Rule Hond 1987 1988 - Sep lastSun 0:00 0 S
2866  {
2867  -13 /*fromYearTiny*/,
2868  -12 /*toYearTiny*/,
2869  9 /*inMonth*/,
2870  7 /*onDayOfWeek*/,
2871  0 /*onDayOfMonth*/,
2872  0 /*atTimeCode*/,
2873  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2874  (0 + 4) /*deltaCode*/,
2875  'S' /*letter*/,
2876  },
2877  // Rule Hond 2006 only - May Sun>=1 0:00 1:00 D
2878  {
2879  6 /*fromYearTiny*/,
2880  6 /*toYearTiny*/,
2881  5 /*inMonth*/,
2882  7 /*onDayOfWeek*/,
2883  1 /*onDayOfMonth*/,
2884  0 /*atTimeCode*/,
2885  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2886  (4 + 4) /*deltaCode*/,
2887  'D' /*letter*/,
2888  },
2889  // Rule Hond 2006 only - Aug Mon>=1 0:00 0 S
2890  {
2891  6 /*fromYearTiny*/,
2892  6 /*toYearTiny*/,
2893  8 /*inMonth*/,
2894  1 /*onDayOfWeek*/,
2895  1 /*onDayOfMonth*/,
2896  0 /*atTimeCode*/,
2897  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2898  (0 + 4) /*deltaCode*/,
2899  'S' /*letter*/,
2900  },
2901 
2902 };
2903 
2904 
2905 
2906 const extended::ZonePolicy kPolicyHond ACE_TIME_PROGMEM = {
2907  kZoneRulesHond /*rules*/,
2908  nullptr /* letters */,
2909  3 /*numRules*/,
2910  0 /* numLetters */,
2911 };
2912 
2913 //---------------------------------------------------------------------------
2914 // Policy name: Iran
2915 // Rules: 55
2916 // Memory (8-bit): 501
2917 // Memory (32-bit): 672
2918 //---------------------------------------------------------------------------
2919 
2920 static const extended::ZoneRule kZoneRulesIran[] ACE_TIME_PROGMEM = {
2921  // Rule Iran 1996 only - Sep 20 24:00 0 -
2922  {
2923  -4 /*fromYearTiny*/,
2924  -4 /*toYearTiny*/,
2925  9 /*inMonth*/,
2926  0 /*onDayOfWeek*/,
2927  20 /*onDayOfMonth*/,
2928  96 /*atTimeCode*/,
2929  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2930  (0 + 4) /*deltaCode*/,
2931  '-' /*letter*/,
2932  },
2933  // Rule Iran 1997 1999 - Mar 21 24:00 1:00 -
2934  {
2935  -3 /*fromYearTiny*/,
2936  -1 /*toYearTiny*/,
2937  3 /*inMonth*/,
2938  0 /*onDayOfWeek*/,
2939  21 /*onDayOfMonth*/,
2940  96 /*atTimeCode*/,
2941  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2942  (4 + 4) /*deltaCode*/,
2943  '-' /*letter*/,
2944  },
2945  // Rule Iran 1997 1999 - Sep 21 24:00 0 -
2946  {
2947  -3 /*fromYearTiny*/,
2948  -1 /*toYearTiny*/,
2949  9 /*inMonth*/,
2950  0 /*onDayOfWeek*/,
2951  21 /*onDayOfMonth*/,
2952  96 /*atTimeCode*/,
2953  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2954  (0 + 4) /*deltaCode*/,
2955  '-' /*letter*/,
2956  },
2957  // Rule Iran 2000 only - Mar 20 24:00 1:00 -
2958  {
2959  0 /*fromYearTiny*/,
2960  0 /*toYearTiny*/,
2961  3 /*inMonth*/,
2962  0 /*onDayOfWeek*/,
2963  20 /*onDayOfMonth*/,
2964  96 /*atTimeCode*/,
2965  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2966  (4 + 4) /*deltaCode*/,
2967  '-' /*letter*/,
2968  },
2969  // Rule Iran 2000 only - Sep 20 24:00 0 -
2970  {
2971  0 /*fromYearTiny*/,
2972  0 /*toYearTiny*/,
2973  9 /*inMonth*/,
2974  0 /*onDayOfWeek*/,
2975  20 /*onDayOfMonth*/,
2976  96 /*atTimeCode*/,
2977  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2978  (0 + 4) /*deltaCode*/,
2979  '-' /*letter*/,
2980  },
2981  // Rule Iran 2001 2003 - Mar 21 24:00 1:00 -
2982  {
2983  1 /*fromYearTiny*/,
2984  3 /*toYearTiny*/,
2985  3 /*inMonth*/,
2986  0 /*onDayOfWeek*/,
2987  21 /*onDayOfMonth*/,
2988  96 /*atTimeCode*/,
2989  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
2990  (4 + 4) /*deltaCode*/,
2991  '-' /*letter*/,
2992  },
2993  // Rule Iran 2001 2003 - Sep 21 24:00 0 -
2994  {
2995  1 /*fromYearTiny*/,
2996  3 /*toYearTiny*/,
2997  9 /*inMonth*/,
2998  0 /*onDayOfWeek*/,
2999  21 /*onDayOfMonth*/,
3000  96 /*atTimeCode*/,
3001  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3002  (0 + 4) /*deltaCode*/,
3003  '-' /*letter*/,
3004  },
3005  // Rule Iran 2004 only - Mar 20 24:00 1:00 -
3006  {
3007  4 /*fromYearTiny*/,
3008  4 /*toYearTiny*/,
3009  3 /*inMonth*/,
3010  0 /*onDayOfWeek*/,
3011  20 /*onDayOfMonth*/,
3012  96 /*atTimeCode*/,
3013  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3014  (4 + 4) /*deltaCode*/,
3015  '-' /*letter*/,
3016  },
3017  // Rule Iran 2004 only - Sep 20 24:00 0 -
3018  {
3019  4 /*fromYearTiny*/,
3020  4 /*toYearTiny*/,
3021  9 /*inMonth*/,
3022  0 /*onDayOfWeek*/,
3023  20 /*onDayOfMonth*/,
3024  96 /*atTimeCode*/,
3025  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3026  (0 + 4) /*deltaCode*/,
3027  '-' /*letter*/,
3028  },
3029  // Rule Iran 2005 only - Mar 21 24:00 1:00 -
3030  {
3031  5 /*fromYearTiny*/,
3032  5 /*toYearTiny*/,
3033  3 /*inMonth*/,
3034  0 /*onDayOfWeek*/,
3035  21 /*onDayOfMonth*/,
3036  96 /*atTimeCode*/,
3037  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3038  (4 + 4) /*deltaCode*/,
3039  '-' /*letter*/,
3040  },
3041  // Rule Iran 2005 only - Sep 21 24:00 0 -
3042  {
3043  5 /*fromYearTiny*/,
3044  5 /*toYearTiny*/,
3045  9 /*inMonth*/,
3046  0 /*onDayOfWeek*/,
3047  21 /*onDayOfMonth*/,
3048  96 /*atTimeCode*/,
3049  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3050  (0 + 4) /*deltaCode*/,
3051  '-' /*letter*/,
3052  },
3053  // Rule Iran 2008 only - Mar 20 24:00 1:00 -
3054  {
3055  8 /*fromYearTiny*/,
3056  8 /*toYearTiny*/,
3057  3 /*inMonth*/,
3058  0 /*onDayOfWeek*/,
3059  20 /*onDayOfMonth*/,
3060  96 /*atTimeCode*/,
3061  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3062  (4 + 4) /*deltaCode*/,
3063  '-' /*letter*/,
3064  },
3065  // Rule Iran 2008 only - Sep 20 24:00 0 -
3066  {
3067  8 /*fromYearTiny*/,
3068  8 /*toYearTiny*/,
3069  9 /*inMonth*/,
3070  0 /*onDayOfWeek*/,
3071  20 /*onDayOfMonth*/,
3072  96 /*atTimeCode*/,
3073  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3074  (0 + 4) /*deltaCode*/,
3075  '-' /*letter*/,
3076  },
3077  // Rule Iran 2009 2011 - Mar 21 24:00 1:00 -
3078  {
3079  9 /*fromYearTiny*/,
3080  11 /*toYearTiny*/,
3081  3 /*inMonth*/,
3082  0 /*onDayOfWeek*/,
3083  21 /*onDayOfMonth*/,
3084  96 /*atTimeCode*/,
3085  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3086  (4 + 4) /*deltaCode*/,
3087  '-' /*letter*/,
3088  },
3089  // Rule Iran 2009 2011 - Sep 21 24:00 0 -
3090  {
3091  9 /*fromYearTiny*/,
3092  11 /*toYearTiny*/,
3093  9 /*inMonth*/,
3094  0 /*onDayOfWeek*/,
3095  21 /*onDayOfMonth*/,
3096  96 /*atTimeCode*/,
3097  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3098  (0 + 4) /*deltaCode*/,
3099  '-' /*letter*/,
3100  },
3101  // Rule Iran 2012 only - Mar 20 24:00 1:00 -
3102  {
3103  12 /*fromYearTiny*/,
3104  12 /*toYearTiny*/,
3105  3 /*inMonth*/,
3106  0 /*onDayOfWeek*/,
3107  20 /*onDayOfMonth*/,
3108  96 /*atTimeCode*/,
3109  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3110  (4 + 4) /*deltaCode*/,
3111  '-' /*letter*/,
3112  },
3113  // Rule Iran 2012 only - Sep 20 24:00 0 -
3114  {
3115  12 /*fromYearTiny*/,
3116  12 /*toYearTiny*/,
3117  9 /*inMonth*/,
3118  0 /*onDayOfWeek*/,
3119  20 /*onDayOfMonth*/,
3120  96 /*atTimeCode*/,
3121  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3122  (0 + 4) /*deltaCode*/,
3123  '-' /*letter*/,
3124  },
3125  // Rule Iran 2013 2015 - Mar 21 24:00 1:00 -
3126  {
3127  13 /*fromYearTiny*/,
3128  15 /*toYearTiny*/,
3129  3 /*inMonth*/,
3130  0 /*onDayOfWeek*/,
3131  21 /*onDayOfMonth*/,
3132  96 /*atTimeCode*/,
3133  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3134  (4 + 4) /*deltaCode*/,
3135  '-' /*letter*/,
3136  },
3137  // Rule Iran 2013 2015 - Sep 21 24:00 0 -
3138  {
3139  13 /*fromYearTiny*/,
3140  15 /*toYearTiny*/,
3141  9 /*inMonth*/,
3142  0 /*onDayOfWeek*/,
3143  21 /*onDayOfMonth*/,
3144  96 /*atTimeCode*/,
3145  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3146  (0 + 4) /*deltaCode*/,
3147  '-' /*letter*/,
3148  },
3149  // Rule Iran 2016 only - Mar 20 24:00 1:00 -
3150  {
3151  16 /*fromYearTiny*/,
3152  16 /*toYearTiny*/,
3153  3 /*inMonth*/,
3154  0 /*onDayOfWeek*/,
3155  20 /*onDayOfMonth*/,
3156  96 /*atTimeCode*/,
3157  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3158  (4 + 4) /*deltaCode*/,
3159  '-' /*letter*/,
3160  },
3161  // Rule Iran 2016 only - Sep 20 24:00 0 -
3162  {
3163  16 /*fromYearTiny*/,
3164  16 /*toYearTiny*/,
3165  9 /*inMonth*/,
3166  0 /*onDayOfWeek*/,
3167  20 /*onDayOfMonth*/,
3168  96 /*atTimeCode*/,
3169  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3170  (0 + 4) /*deltaCode*/,
3171  '-' /*letter*/,
3172  },
3173  // Rule Iran 2017 2019 - Mar 21 24:00 1:00 -
3174  {
3175  17 /*fromYearTiny*/,
3176  19 /*toYearTiny*/,
3177  3 /*inMonth*/,
3178  0 /*onDayOfWeek*/,
3179  21 /*onDayOfMonth*/,
3180  96 /*atTimeCode*/,
3181  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3182  (4 + 4) /*deltaCode*/,
3183  '-' /*letter*/,
3184  },
3185  // Rule Iran 2017 2019 - Sep 21 24:00 0 -
3186  {
3187  17 /*fromYearTiny*/,
3188  19 /*toYearTiny*/,
3189  9 /*inMonth*/,
3190  0 /*onDayOfWeek*/,
3191  21 /*onDayOfMonth*/,
3192  96 /*atTimeCode*/,
3193  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3194  (0 + 4) /*deltaCode*/,
3195  '-' /*letter*/,
3196  },
3197  // Rule Iran 2020 only - Mar 20 24:00 1:00 -
3198  {
3199  20 /*fromYearTiny*/,
3200  20 /*toYearTiny*/,
3201  3 /*inMonth*/,
3202  0 /*onDayOfWeek*/,
3203  20 /*onDayOfMonth*/,
3204  96 /*atTimeCode*/,
3205  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3206  (4 + 4) /*deltaCode*/,
3207  '-' /*letter*/,
3208  },
3209  // Rule Iran 2020 only - Sep 20 24:00 0 -
3210  {
3211  20 /*fromYearTiny*/,
3212  20 /*toYearTiny*/,
3213  9 /*inMonth*/,
3214  0 /*onDayOfWeek*/,
3215  20 /*onDayOfMonth*/,
3216  96 /*atTimeCode*/,
3217  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3218  (0 + 4) /*deltaCode*/,
3219  '-' /*letter*/,
3220  },
3221  // Rule Iran 2021 2023 - Mar 21 24:00 1:00 -
3222  {
3223  21 /*fromYearTiny*/,
3224  23 /*toYearTiny*/,
3225  3 /*inMonth*/,
3226  0 /*onDayOfWeek*/,
3227  21 /*onDayOfMonth*/,
3228  96 /*atTimeCode*/,
3229  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3230  (4 + 4) /*deltaCode*/,
3231  '-' /*letter*/,
3232  },
3233  // Rule Iran 2021 2023 - Sep 21 24:00 0 -
3234  {
3235  21 /*fromYearTiny*/,
3236  23 /*toYearTiny*/,
3237  9 /*inMonth*/,
3238  0 /*onDayOfWeek*/,
3239  21 /*onDayOfMonth*/,
3240  96 /*atTimeCode*/,
3241  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3242  (0 + 4) /*deltaCode*/,
3243  '-' /*letter*/,
3244  },
3245  // Rule Iran 2024 only - Mar 20 24:00 1:00 -
3246  {
3247  24 /*fromYearTiny*/,
3248  24 /*toYearTiny*/,
3249  3 /*inMonth*/,
3250  0 /*onDayOfWeek*/,
3251  20 /*onDayOfMonth*/,
3252  96 /*atTimeCode*/,
3253  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3254  (4 + 4) /*deltaCode*/,
3255  '-' /*letter*/,
3256  },
3257  // Rule Iran 2024 only - Sep 20 24:00 0 -
3258  {
3259  24 /*fromYearTiny*/,
3260  24 /*toYearTiny*/,
3261  9 /*inMonth*/,
3262  0 /*onDayOfWeek*/,
3263  20 /*onDayOfMonth*/,
3264  96 /*atTimeCode*/,
3265  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3266  (0 + 4) /*deltaCode*/,
3267  '-' /*letter*/,
3268  },
3269  // Rule Iran 2025 2027 - Mar 21 24:00 1:00 -
3270  {
3271  25 /*fromYearTiny*/,
3272  27 /*toYearTiny*/,
3273  3 /*inMonth*/,
3274  0 /*onDayOfWeek*/,
3275  21 /*onDayOfMonth*/,
3276  96 /*atTimeCode*/,
3277  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3278  (4 + 4) /*deltaCode*/,
3279  '-' /*letter*/,
3280  },
3281  // Rule Iran 2025 2027 - Sep 21 24:00 0 -
3282  {
3283  25 /*fromYearTiny*/,
3284  27 /*toYearTiny*/,
3285  9 /*inMonth*/,
3286  0 /*onDayOfWeek*/,
3287  21 /*onDayOfMonth*/,
3288  96 /*atTimeCode*/,
3289  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3290  (0 + 4) /*deltaCode*/,
3291  '-' /*letter*/,
3292  },
3293  // Rule Iran 2028 2029 - Mar 20 24:00 1:00 -
3294  {
3295  28 /*fromYearTiny*/,
3296  29 /*toYearTiny*/,
3297  3 /*inMonth*/,
3298  0 /*onDayOfWeek*/,
3299  20 /*onDayOfMonth*/,
3300  96 /*atTimeCode*/,
3301  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3302  (4 + 4) /*deltaCode*/,
3303  '-' /*letter*/,
3304  },
3305  // Rule Iran 2028 2029 - Sep 20 24:00 0 -
3306  {
3307  28 /*fromYearTiny*/,
3308  29 /*toYearTiny*/,
3309  9 /*inMonth*/,
3310  0 /*onDayOfWeek*/,
3311  20 /*onDayOfMonth*/,
3312  96 /*atTimeCode*/,
3313  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3314  (0 + 4) /*deltaCode*/,
3315  '-' /*letter*/,
3316  },
3317  // Rule Iran 2030 2031 - Mar 21 24:00 1:00 -
3318  {
3319  30 /*fromYearTiny*/,
3320  31 /*toYearTiny*/,
3321  3 /*inMonth*/,
3322  0 /*onDayOfWeek*/,
3323  21 /*onDayOfMonth*/,
3324  96 /*atTimeCode*/,
3325  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3326  (4 + 4) /*deltaCode*/,
3327  '-' /*letter*/,
3328  },
3329  // Rule Iran 2030 2031 - Sep 21 24:00 0 -
3330  {
3331  30 /*fromYearTiny*/,
3332  31 /*toYearTiny*/,
3333  9 /*inMonth*/,
3334  0 /*onDayOfWeek*/,
3335  21 /*onDayOfMonth*/,
3336  96 /*atTimeCode*/,
3337  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3338  (0 + 4) /*deltaCode*/,
3339  '-' /*letter*/,
3340  },
3341  // Rule Iran 2032 2033 - Mar 20 24:00 1:00 -
3342  {
3343  32 /*fromYearTiny*/,
3344  33 /*toYearTiny*/,
3345  3 /*inMonth*/,
3346  0 /*onDayOfWeek*/,
3347  20 /*onDayOfMonth*/,
3348  96 /*atTimeCode*/,
3349  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3350  (4 + 4) /*deltaCode*/,
3351  '-' /*letter*/,
3352  },
3353  // Rule Iran 2032 2033 - Sep 20 24:00 0 -
3354  {
3355  32 /*fromYearTiny*/,
3356  33 /*toYearTiny*/,
3357  9 /*inMonth*/,
3358  0 /*onDayOfWeek*/,
3359  20 /*onDayOfMonth*/,
3360  96 /*atTimeCode*/,
3361  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3362  (0 + 4) /*deltaCode*/,
3363  '-' /*letter*/,
3364  },
3365  // Rule Iran 2034 2035 - Mar 21 24:00 1:00 -
3366  {
3367  34 /*fromYearTiny*/,
3368  35 /*toYearTiny*/,
3369  3 /*inMonth*/,
3370  0 /*onDayOfWeek*/,
3371  21 /*onDayOfMonth*/,
3372  96 /*atTimeCode*/,
3373  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3374  (4 + 4) /*deltaCode*/,
3375  '-' /*letter*/,
3376  },
3377  // Rule Iran 2034 2035 - Sep 21 24:00 0 -
3378  {
3379  34 /*fromYearTiny*/,
3380  35 /*toYearTiny*/,
3381  9 /*inMonth*/,
3382  0 /*onDayOfWeek*/,
3383  21 /*onDayOfMonth*/,
3384  96 /*atTimeCode*/,
3385  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3386  (0 + 4) /*deltaCode*/,
3387  '-' /*letter*/,
3388  },
3389  // Rule Iran 2036 2037 - Mar 20 24:00 1:00 -
3390  {
3391  36 /*fromYearTiny*/,
3392  37 /*toYearTiny*/,
3393  3 /*inMonth*/,
3394  0 /*onDayOfWeek*/,
3395  20 /*onDayOfMonth*/,
3396  96 /*atTimeCode*/,
3397  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3398  (4 + 4) /*deltaCode*/,
3399  '-' /*letter*/,
3400  },
3401  // Rule Iran 2036 2037 - Sep 20 24:00 0 -
3402  {
3403  36 /*fromYearTiny*/,
3404  37 /*toYearTiny*/,
3405  9 /*inMonth*/,
3406  0 /*onDayOfWeek*/,
3407  20 /*onDayOfMonth*/,
3408  96 /*atTimeCode*/,
3409  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3410  (0 + 4) /*deltaCode*/,
3411  '-' /*letter*/,
3412  },
3413  // Rule Iran 2038 2039 - Mar 21 24:00 1:00 -
3414  {
3415  38 /*fromYearTiny*/,
3416  39 /*toYearTiny*/,
3417  3 /*inMonth*/,
3418  0 /*onDayOfWeek*/,
3419  21 /*onDayOfMonth*/,
3420  96 /*atTimeCode*/,
3421  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3422  (4 + 4) /*deltaCode*/,
3423  '-' /*letter*/,
3424  },
3425  // Rule Iran 2038 2039 - Sep 21 24:00 0 -
3426  {
3427  38 /*fromYearTiny*/,
3428  39 /*toYearTiny*/,
3429  9 /*inMonth*/,
3430  0 /*onDayOfWeek*/,
3431  21 /*onDayOfMonth*/,
3432  96 /*atTimeCode*/,
3433  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3434  (0 + 4) /*deltaCode*/,
3435  '-' /*letter*/,
3436  },
3437  // Rule Iran 2040 2041 - Mar 20 24:00 1:00 -
3438  {
3439  40 /*fromYearTiny*/,
3440  41 /*toYearTiny*/,
3441  3 /*inMonth*/,
3442  0 /*onDayOfWeek*/,
3443  20 /*onDayOfMonth*/,
3444  96 /*atTimeCode*/,
3445  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3446  (4 + 4) /*deltaCode*/,
3447  '-' /*letter*/,
3448  },
3449  // Rule Iran 2040 2041 - Sep 20 24:00 0 -
3450  {
3451  40 /*fromYearTiny*/,
3452  41 /*toYearTiny*/,
3453  9 /*inMonth*/,
3454  0 /*onDayOfWeek*/,
3455  20 /*onDayOfMonth*/,
3456  96 /*atTimeCode*/,
3457  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3458  (0 + 4) /*deltaCode*/,
3459  '-' /*letter*/,
3460  },
3461  // Rule Iran 2042 2043 - Mar 21 24:00 1:00 -
3462  {
3463  42 /*fromYearTiny*/,
3464  43 /*toYearTiny*/,
3465  3 /*inMonth*/,
3466  0 /*onDayOfWeek*/,
3467  21 /*onDayOfMonth*/,
3468  96 /*atTimeCode*/,
3469  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3470  (4 + 4) /*deltaCode*/,
3471  '-' /*letter*/,
3472  },
3473  // Rule Iran 2042 2043 - Sep 21 24:00 0 -
3474  {
3475  42 /*fromYearTiny*/,
3476  43 /*toYearTiny*/,
3477  9 /*inMonth*/,
3478  0 /*onDayOfWeek*/,
3479  21 /*onDayOfMonth*/,
3480  96 /*atTimeCode*/,
3481  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3482  (0 + 4) /*deltaCode*/,
3483  '-' /*letter*/,
3484  },
3485  // Rule Iran 2044 2045 - Mar 20 24:00 1:00 -
3486  {
3487  44 /*fromYearTiny*/,
3488  45 /*toYearTiny*/,
3489  3 /*inMonth*/,
3490  0 /*onDayOfWeek*/,
3491  20 /*onDayOfMonth*/,
3492  96 /*atTimeCode*/,
3493  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3494  (4 + 4) /*deltaCode*/,
3495  '-' /*letter*/,
3496  },
3497  // Rule Iran 2044 2045 - Sep 20 24:00 0 -
3498  {
3499  44 /*fromYearTiny*/,
3500  45 /*toYearTiny*/,
3501  9 /*inMonth*/,
3502  0 /*onDayOfWeek*/,
3503  20 /*onDayOfMonth*/,
3504  96 /*atTimeCode*/,
3505  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3506  (0 + 4) /*deltaCode*/,
3507  '-' /*letter*/,
3508  },
3509  // Rule Iran 2046 2047 - Mar 21 24:00 1:00 -
3510  {
3511  46 /*fromYearTiny*/,
3512  47 /*toYearTiny*/,
3513  3 /*inMonth*/,
3514  0 /*onDayOfWeek*/,
3515  21 /*onDayOfMonth*/,
3516  96 /*atTimeCode*/,
3517  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3518  (4 + 4) /*deltaCode*/,
3519  '-' /*letter*/,
3520  },
3521  // Rule Iran 2046 2047 - Sep 21 24:00 0 -
3522  {
3523  46 /*fromYearTiny*/,
3524  47 /*toYearTiny*/,
3525  9 /*inMonth*/,
3526  0 /*onDayOfWeek*/,
3527  21 /*onDayOfMonth*/,
3528  96 /*atTimeCode*/,
3529  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3530  (0 + 4) /*deltaCode*/,
3531  '-' /*letter*/,
3532  },
3533  // Rule Iran 2048 2049 - Mar 20 24:00 1:00 -
3534  {
3535  48 /*fromYearTiny*/,
3536  49 /*toYearTiny*/,
3537  3 /*inMonth*/,
3538  0 /*onDayOfWeek*/,
3539  20 /*onDayOfMonth*/,
3540  96 /*atTimeCode*/,
3541  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3542  (4 + 4) /*deltaCode*/,
3543  '-' /*letter*/,
3544  },
3545  // Rule Iran 2048 2049 - Sep 20 24:00 0 -
3546  {
3547  48 /*fromYearTiny*/,
3548  49 /*toYearTiny*/,
3549  9 /*inMonth*/,
3550  0 /*onDayOfWeek*/,
3551  20 /*onDayOfMonth*/,
3552  96 /*atTimeCode*/,
3553  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3554  (0 + 4) /*deltaCode*/,
3555  '-' /*letter*/,
3556  },
3557  // Rule Iran 2050 2051 - Mar 21 24:00 1:00 -
3558  {
3559  50 /*fromYearTiny*/,
3560  51 /*toYearTiny*/,
3561  3 /*inMonth*/,
3562  0 /*onDayOfWeek*/,
3563  21 /*onDayOfMonth*/,
3564  96 /*atTimeCode*/,
3565  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3566  (4 + 4) /*deltaCode*/,
3567  '-' /*letter*/,
3568  },
3569  // Rule Iran 2050 2051 - Sep 21 24:00 0 -
3570  {
3571  50 /*fromYearTiny*/,
3572  51 /*toYearTiny*/,
3573  9 /*inMonth*/,
3574  0 /*onDayOfWeek*/,
3575  21 /*onDayOfMonth*/,
3576  96 /*atTimeCode*/,
3577  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3578  (0 + 4) /*deltaCode*/,
3579  '-' /*letter*/,
3580  },
3581 
3582 };
3583 
3584 
3585 
3586 const extended::ZonePolicy kPolicyIran ACE_TIME_PROGMEM = {
3587  kZoneRulesIran /*rules*/,
3588  nullptr /* letters */,
3589  55 /*numRules*/,
3590  0 /* numLetters */,
3591 };
3592 
3593 //---------------------------------------------------------------------------
3594 // Policy name: Iraq
3595 // Rules: 3
3596 // Memory (8-bit): 33
3597 // Memory (32-bit): 48
3598 //---------------------------------------------------------------------------
3599 
3600 static const extended::ZoneRule kZoneRulesIraq[] ACE_TIME_PROGMEM = {
3601  // Rule Iraq 1985 1990 - Sep lastSun 1:00s 0 -
3602  {
3603  -15 /*fromYearTiny*/,
3604  -10 /*toYearTiny*/,
3605  9 /*inMonth*/,
3606  7 /*onDayOfWeek*/,
3607  0 /*onDayOfMonth*/,
3608  4 /*atTimeCode*/,
3609  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
3610  (0 + 4) /*deltaCode*/,
3611  '-' /*letter*/,
3612  },
3613  // Rule Iraq 1991 2007 - Apr 1 3:00s 1:00 -
3614  {
3615  -9 /*fromYearTiny*/,
3616  7 /*toYearTiny*/,
3617  4 /*inMonth*/,
3618  0 /*onDayOfWeek*/,
3619  1 /*onDayOfMonth*/,
3620  12 /*atTimeCode*/,
3621  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
3622  (4 + 4) /*deltaCode*/,
3623  '-' /*letter*/,
3624  },
3625  // Rule Iraq 1991 2007 - Oct 1 3:00s 0 -
3626  {
3627  -9 /*fromYearTiny*/,
3628  7 /*toYearTiny*/,
3629  10 /*inMonth*/,
3630  0 /*onDayOfWeek*/,
3631  1 /*onDayOfMonth*/,
3632  12 /*atTimeCode*/,
3633  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
3634  (0 + 4) /*deltaCode*/,
3635  '-' /*letter*/,
3636  },
3637 
3638 };
3639 
3640 
3641 
3642 const extended::ZonePolicy kPolicyIraq ACE_TIME_PROGMEM = {
3643  kZoneRulesIraq /*rules*/,
3644  nullptr /* letters */,
3645  3 /*numRules*/,
3646  0 /* numLetters */,
3647 };
3648 
3649 //---------------------------------------------------------------------------
3650 // Policy name: Japan
3651 // Rules: 1
3652 // Memory (8-bit): 15
3653 // Memory (32-bit): 24
3654 //---------------------------------------------------------------------------
3655 
3656 static const extended::ZoneRule kZoneRulesJapan[] ACE_TIME_PROGMEM = {
3657  // Rule Japan 1948 1951 - Sep Sat>=8 25:00 0 S
3658  {
3659  -52 /*fromYearTiny*/,
3660  -49 /*toYearTiny*/,
3661  9 /*inMonth*/,
3662  6 /*onDayOfWeek*/,
3663  8 /*onDayOfMonth*/,
3664  100 /*atTimeCode*/,
3665  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3666  (0 + 4) /*deltaCode*/,
3667  'S' /*letter*/,
3668  },
3669 
3670 };
3671 
3672 
3673 
3674 const extended::ZonePolicy kPolicyJapan ACE_TIME_PROGMEM = {
3675  kZoneRulesJapan /*rules*/,
3676  nullptr /* letters */,
3677  1 /*numRules*/,
3678  0 /* numLetters */,
3679 };
3680 
3681 //---------------------------------------------------------------------------
3682 // Policy name: Jordan
3683 // Rules: 12
3684 // Memory (8-bit): 114
3685 // Memory (32-bit): 156
3686 //---------------------------------------------------------------------------
3687 
3688 static const extended::ZoneRule kZoneRulesJordan[] ACE_TIME_PROGMEM = {
3689  // Rule Jordan 1995 1998 - Sep Fri>=15 0:00s 0 -
3690  {
3691  -5 /*fromYearTiny*/,
3692  -2 /*toYearTiny*/,
3693  9 /*inMonth*/,
3694  5 /*onDayOfWeek*/,
3695  15 /*onDayOfMonth*/,
3696  0 /*atTimeCode*/,
3697  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
3698  (0 + 4) /*deltaCode*/,
3699  '-' /*letter*/,
3700  },
3701  // Rule Jordan 1999 only - Jul 1 0:00s 1:00 S
3702  {
3703  -1 /*fromYearTiny*/,
3704  -1 /*toYearTiny*/,
3705  7 /*inMonth*/,
3706  0 /*onDayOfWeek*/,
3707  1 /*onDayOfMonth*/,
3708  0 /*atTimeCode*/,
3709  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
3710  (4 + 4) /*deltaCode*/,
3711  'S' /*letter*/,
3712  },
3713  // Rule Jordan 1999 2002 - Sep lastFri 0:00s 0 -
3714  {
3715  -1 /*fromYearTiny*/,
3716  2 /*toYearTiny*/,
3717  9 /*inMonth*/,
3718  5 /*onDayOfWeek*/,
3719  0 /*onDayOfMonth*/,
3720  0 /*atTimeCode*/,
3721  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
3722  (0 + 4) /*deltaCode*/,
3723  '-' /*letter*/,
3724  },
3725  // Rule Jordan 2000 2001 - Mar lastThu 0:00s 1:00 S
3726  {
3727  0 /*fromYearTiny*/,
3728  1 /*toYearTiny*/,
3729  3 /*inMonth*/,
3730  4 /*onDayOfWeek*/,
3731  0 /*onDayOfMonth*/,
3732  0 /*atTimeCode*/,
3733  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
3734  (4 + 4) /*deltaCode*/,
3735  'S' /*letter*/,
3736  },
3737  // Rule Jordan 2002 2012 - Mar lastThu 24:00 1:00 S
3738  {
3739  2 /*fromYearTiny*/,
3740  12 /*toYearTiny*/,
3741  3 /*inMonth*/,
3742  4 /*onDayOfWeek*/,
3743  0 /*onDayOfMonth*/,
3744  96 /*atTimeCode*/,
3745  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3746  (4 + 4) /*deltaCode*/,
3747  'S' /*letter*/,
3748  },
3749  // Rule Jordan 2003 only - Oct 24 0:00s 0 -
3750  {
3751  3 /*fromYearTiny*/,
3752  3 /*toYearTiny*/,
3753  10 /*inMonth*/,
3754  0 /*onDayOfWeek*/,
3755  24 /*onDayOfMonth*/,
3756  0 /*atTimeCode*/,
3757  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
3758  (0 + 4) /*deltaCode*/,
3759  '-' /*letter*/,
3760  },
3761  // Rule Jordan 2004 only - Oct 15 0:00s 0 -
3762  {
3763  4 /*fromYearTiny*/,
3764  4 /*toYearTiny*/,
3765  10 /*inMonth*/,
3766  0 /*onDayOfWeek*/,
3767  15 /*onDayOfMonth*/,
3768  0 /*atTimeCode*/,
3769  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
3770  (0 + 4) /*deltaCode*/,
3771  '-' /*letter*/,
3772  },
3773  // Rule Jordan 2005 only - Sep lastFri 0:00s 0 -
3774  {
3775  5 /*fromYearTiny*/,
3776  5 /*toYearTiny*/,
3777  9 /*inMonth*/,
3778  5 /*onDayOfWeek*/,
3779  0 /*onDayOfMonth*/,
3780  0 /*atTimeCode*/,
3781  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
3782  (0 + 4) /*deltaCode*/,
3783  '-' /*letter*/,
3784  },
3785  // Rule Jordan 2006 2011 - Oct lastFri 0:00s 0 -
3786  {
3787  6 /*fromYearTiny*/,
3788  11 /*toYearTiny*/,
3789  10 /*inMonth*/,
3790  5 /*onDayOfWeek*/,
3791  0 /*onDayOfMonth*/,
3792  0 /*atTimeCode*/,
3793  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
3794  (0 + 4) /*deltaCode*/,
3795  '-' /*letter*/,
3796  },
3797  // Rule Jordan 2013 only - Dec 20 0:00 0 -
3798  {
3799  13 /*fromYearTiny*/,
3800  13 /*toYearTiny*/,
3801  12 /*inMonth*/,
3802  0 /*onDayOfWeek*/,
3803  20 /*onDayOfMonth*/,
3804  0 /*atTimeCode*/,
3805  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3806  (0 + 4) /*deltaCode*/,
3807  '-' /*letter*/,
3808  },
3809  // Rule Jordan 2014 max - Mar lastThu 24:00 1:00 S
3810  {
3811  14 /*fromYearTiny*/,
3812  126 /*toYearTiny*/,
3813  3 /*inMonth*/,
3814  4 /*onDayOfWeek*/,
3815  0 /*onDayOfMonth*/,
3816  96 /*atTimeCode*/,
3817  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3818  (4 + 4) /*deltaCode*/,
3819  'S' /*letter*/,
3820  },
3821  // Rule Jordan 2014 max - Oct lastFri 0:00s 0 -
3822  {
3823  14 /*fromYearTiny*/,
3824  126 /*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 
3834 };
3835 
3836 
3837 
3838 const extended::ZonePolicy kPolicyJordan ACE_TIME_PROGMEM = {
3839  kZoneRulesJordan /*rules*/,
3840  nullptr /* letters */,
3841  12 /*numRules*/,
3842  0 /* numLetters */,
3843 };
3844 
3845 //---------------------------------------------------------------------------
3846 // Policy name: Kyrgyz
3847 // Rules: 3
3848 // Memory (8-bit): 33
3849 // Memory (32-bit): 48
3850 //---------------------------------------------------------------------------
3851 
3852 static const extended::ZoneRule kZoneRulesKyrgyz[] ACE_TIME_PROGMEM = {
3853  // Rule Kyrgyz 1992 1996 - Sep lastSun 0:00 0 -
3854  {
3855  -8 /*fromYearTiny*/,
3856  -4 /*toYearTiny*/,
3857  9 /*inMonth*/,
3858  7 /*onDayOfWeek*/,
3859  0 /*onDayOfMonth*/,
3860  0 /*atTimeCode*/,
3861  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3862  (0 + 4) /*deltaCode*/,
3863  '-' /*letter*/,
3864  },
3865  // Rule Kyrgyz 1997 2005 - Mar lastSun 2:30 1:00 -
3866  {
3867  -3 /*fromYearTiny*/,
3868  5 /*toYearTiny*/,
3869  3 /*inMonth*/,
3870  7 /*onDayOfWeek*/,
3871  0 /*onDayOfMonth*/,
3872  10 /*atTimeCode*/,
3873  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3874  (4 + 4) /*deltaCode*/,
3875  '-' /*letter*/,
3876  },
3877  // Rule Kyrgyz 1997 2004 - Oct lastSun 2:30 0 -
3878  {
3879  -3 /*fromYearTiny*/,
3880  4 /*toYearTiny*/,
3881  10 /*inMonth*/,
3882  7 /*onDayOfWeek*/,
3883  0 /*onDayOfMonth*/,
3884  10 /*atTimeCode*/,
3885  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3886  (0 + 4) /*deltaCode*/,
3887  '-' /*letter*/,
3888  },
3889 
3890 };
3891 
3892 
3893 
3894 const extended::ZonePolicy kPolicyKyrgyz ACE_TIME_PROGMEM = {
3895  kZoneRulesKyrgyz /*rules*/,
3896  nullptr /* letters */,
3897  3 /*numRules*/,
3898  0 /* numLetters */,
3899 };
3900 
3901 //---------------------------------------------------------------------------
3902 // Policy name: LH
3903 // Rules: 9
3904 // Memory (8-bit): 87
3905 // Memory (32-bit): 120
3906 //---------------------------------------------------------------------------
3907 
3908 static const extended::ZoneRule kZoneRulesLH[] ACE_TIME_PROGMEM = {
3909  // Rule LH 1987 1999 - Oct lastSun 2:00 0:30 -
3910  {
3911  -13 /*fromYearTiny*/,
3912  -1 /*toYearTiny*/,
3913  10 /*inMonth*/,
3914  7 /*onDayOfWeek*/,
3915  0 /*onDayOfMonth*/,
3916  8 /*atTimeCode*/,
3917  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3918  (2 + 4) /*deltaCode*/,
3919  '-' /*letter*/,
3920  },
3921  // Rule LH 1990 1995 - Mar Sun>=1 2:00 0 -
3922  {
3923  -10 /*fromYearTiny*/,
3924  -5 /*toYearTiny*/,
3925  3 /*inMonth*/,
3926  7 /*onDayOfWeek*/,
3927  1 /*onDayOfMonth*/,
3928  8 /*atTimeCode*/,
3929  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3930  (0 + 4) /*deltaCode*/,
3931  '-' /*letter*/,
3932  },
3933  // Rule LH 1996 2005 - Mar lastSun 2:00 0 -
3934  {
3935  -4 /*fromYearTiny*/,
3936  5 /*toYearTiny*/,
3937  3 /*inMonth*/,
3938  7 /*onDayOfWeek*/,
3939  0 /*onDayOfMonth*/,
3940  8 /*atTimeCode*/,
3941  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3942  (0 + 4) /*deltaCode*/,
3943  '-' /*letter*/,
3944  },
3945  // Rule LH 2000 only - Aug lastSun 2:00 0:30 -
3946  {
3947  0 /*fromYearTiny*/,
3948  0 /*toYearTiny*/,
3949  8 /*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 2001 2007 - Oct lastSun 2:00 0:30 -
3958  {
3959  1 /*fromYearTiny*/,
3960  7 /*toYearTiny*/,
3961  10 /*inMonth*/,
3962  7 /*onDayOfWeek*/,
3963  0 /*onDayOfMonth*/,
3964  8 /*atTimeCode*/,
3965  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3966  (2 + 4) /*deltaCode*/,
3967  '-' /*letter*/,
3968  },
3969  // Rule LH 2006 only - Apr Sun>=1 2:00 0 -
3970  {
3971  6 /*fromYearTiny*/,
3972  6 /*toYearTiny*/,
3973  4 /*inMonth*/,
3974  7 /*onDayOfWeek*/,
3975  1 /*onDayOfMonth*/,
3976  8 /*atTimeCode*/,
3977  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3978  (0 + 4) /*deltaCode*/,
3979  '-' /*letter*/,
3980  },
3981  // Rule LH 2007 only - Mar lastSun 2:00 0 -
3982  {
3983  7 /*fromYearTiny*/,
3984  7 /*toYearTiny*/,
3985  3 /*inMonth*/,
3986  7 /*onDayOfWeek*/,
3987  0 /*onDayOfMonth*/,
3988  8 /*atTimeCode*/,
3989  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
3990  (0 + 4) /*deltaCode*/,
3991  '-' /*letter*/,
3992  },
3993  // Rule LH 2008 max - Apr Sun>=1 2:00 0 -
3994  {
3995  8 /*fromYearTiny*/,
3996  126 /*toYearTiny*/,
3997  4 /*inMonth*/,
3998  7 /*onDayOfWeek*/,
3999  1 /*onDayOfMonth*/,
4000  8 /*atTimeCode*/,
4001  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4002  (0 + 4) /*deltaCode*/,
4003  '-' /*letter*/,
4004  },
4005  // Rule LH 2008 max - Oct Sun>=1 2:00 0:30 -
4006  {
4007  8 /*fromYearTiny*/,
4008  126 /*toYearTiny*/,
4009  10 /*inMonth*/,
4010  7 /*onDayOfWeek*/,
4011  1 /*onDayOfMonth*/,
4012  8 /*atTimeCode*/,
4013  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4014  (2 + 4) /*deltaCode*/,
4015  '-' /*letter*/,
4016  },
4017 
4018 };
4019 
4020 
4021 
4022 const extended::ZonePolicy kPolicyLH ACE_TIME_PROGMEM = {
4023  kZoneRulesLH /*rules*/,
4024  nullptr /* letters */,
4025  9 /*numRules*/,
4026  0 /* numLetters */,
4027 };
4028 
4029 //---------------------------------------------------------------------------
4030 // Policy name: Lebanon
4031 // Rules: 3
4032 // Memory (8-bit): 33
4033 // Memory (32-bit): 48
4034 //---------------------------------------------------------------------------
4035 
4036 static const extended::ZoneRule kZoneRulesLebanon[] ACE_TIME_PROGMEM = {
4037  // Rule Lebanon 1993 max - Mar lastSun 0:00 1:00 S
4038  {
4039  -7 /*fromYearTiny*/,
4040  126 /*toYearTiny*/,
4041  3 /*inMonth*/,
4042  7 /*onDayOfWeek*/,
4043  0 /*onDayOfMonth*/,
4044  0 /*atTimeCode*/,
4045  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4046  (4 + 4) /*deltaCode*/,
4047  'S' /*letter*/,
4048  },
4049  // Rule Lebanon 1993 1998 - Sep lastSun 0:00 0 -
4050  {
4051  -7 /*fromYearTiny*/,
4052  -2 /*toYearTiny*/,
4053  9 /*inMonth*/,
4054  7 /*onDayOfWeek*/,
4055  0 /*onDayOfMonth*/,
4056  0 /*atTimeCode*/,
4057  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4058  (0 + 4) /*deltaCode*/,
4059  '-' /*letter*/,
4060  },
4061  // Rule Lebanon 1999 max - Oct lastSun 0:00 0 -
4062  {
4063  -1 /*fromYearTiny*/,
4064  126 /*toYearTiny*/,
4065  10 /*inMonth*/,
4066  7 /*onDayOfWeek*/,
4067  0 /*onDayOfMonth*/,
4068  0 /*atTimeCode*/,
4069  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4070  (0 + 4) /*deltaCode*/,
4071  '-' /*letter*/,
4072  },
4073 
4074 };
4075 
4076 
4077 
4078 const extended::ZonePolicy kPolicyLebanon ACE_TIME_PROGMEM = {
4079  kZoneRulesLebanon /*rules*/,
4080  nullptr /* letters */,
4081  3 /*numRules*/,
4082  0 /* numLetters */,
4083 };
4084 
4085 //---------------------------------------------------------------------------
4086 // Policy name: Libya
4087 // Rules: 3
4088 // Memory (8-bit): 33
4089 // Memory (32-bit): 48
4090 //---------------------------------------------------------------------------
4091 
4092 static const extended::ZoneRule kZoneRulesLibya[] ACE_TIME_PROGMEM = {
4093  // Rule Libya 1997 only - Oct 4 0:00 0 -
4094  {
4095  -3 /*fromYearTiny*/,
4096  -3 /*toYearTiny*/,
4097  10 /*inMonth*/,
4098  0 /*onDayOfWeek*/,
4099  4 /*onDayOfMonth*/,
4100  0 /*atTimeCode*/,
4101  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4102  (0 + 4) /*deltaCode*/,
4103  '-' /*letter*/,
4104  },
4105  // Rule Libya 2013 only - Mar lastFri 1:00 1:00 S
4106  {
4107  13 /*fromYearTiny*/,
4108  13 /*toYearTiny*/,
4109  3 /*inMonth*/,
4110  5 /*onDayOfWeek*/,
4111  0 /*onDayOfMonth*/,
4112  4 /*atTimeCode*/,
4113  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4114  (4 + 4) /*deltaCode*/,
4115  'S' /*letter*/,
4116  },
4117  // Rule Libya 2013 only - Oct lastFri 2:00 0 -
4118  {
4119  13 /*fromYearTiny*/,
4120  13 /*toYearTiny*/,
4121  10 /*inMonth*/,
4122  5 /*onDayOfWeek*/,
4123  0 /*onDayOfMonth*/,
4124  8 /*atTimeCode*/,
4125  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4126  (0 + 4) /*deltaCode*/,
4127  '-' /*letter*/,
4128  },
4129 
4130 };
4131 
4132 
4133 
4134 const extended::ZonePolicy kPolicyLibya ACE_TIME_PROGMEM = {
4135  kZoneRulesLibya /*rules*/,
4136  nullptr /* letters */,
4137  3 /*numRules*/,
4138  0 /* numLetters */,
4139 };
4140 
4141 //---------------------------------------------------------------------------
4142 // Policy name: Macau
4143 // Rules: 1
4144 // Memory (8-bit): 15
4145 // Memory (32-bit): 24
4146 //---------------------------------------------------------------------------
4147 
4148 static const extended::ZoneRule kZoneRulesMacau[] ACE_TIME_PROGMEM = {
4149  // Rule Macau 1979 only - Oct Sun>=16 03:30 0 S
4150  {
4151  -21 /*fromYearTiny*/,
4152  -21 /*toYearTiny*/,
4153  10 /*inMonth*/,
4154  7 /*onDayOfWeek*/,
4155  16 /*onDayOfMonth*/,
4156  14 /*atTimeCode*/,
4157  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4158  (0 + 4) /*deltaCode*/,
4159  'S' /*letter*/,
4160  },
4161 
4162 };
4163 
4164 
4165 
4166 const extended::ZonePolicy kPolicyMacau ACE_TIME_PROGMEM = {
4167  kZoneRulesMacau /*rules*/,
4168  nullptr /* letters */,
4169  1 /*numRules*/,
4170  0 /* numLetters */,
4171 };
4172 
4173 //---------------------------------------------------------------------------
4174 // Policy name: Mauritius
4175 // Rules: 3
4176 // Memory (8-bit): 33
4177 // Memory (32-bit): 48
4178 //---------------------------------------------------------------------------
4179 
4180 static const extended::ZoneRule kZoneRulesMauritius[] ACE_TIME_PROGMEM = {
4181  // Rule Mauritius 1983 only - Mar 21 0:00 0 -
4182  {
4183  -17 /*fromYearTiny*/,
4184  -17 /*toYearTiny*/,
4185  3 /*inMonth*/,
4186  0 /*onDayOfWeek*/,
4187  21 /*onDayOfMonth*/,
4188  0 /*atTimeCode*/,
4189  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4190  (0 + 4) /*deltaCode*/,
4191  '-' /*letter*/,
4192  },
4193  // Rule Mauritius 2008 only - Oct lastSun 2:00 1:00 -
4194  {
4195  8 /*fromYearTiny*/,
4196  8 /*toYearTiny*/,
4197  10 /*inMonth*/,
4198  7 /*onDayOfWeek*/,
4199  0 /*onDayOfMonth*/,
4200  8 /*atTimeCode*/,
4201  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4202  (4 + 4) /*deltaCode*/,
4203  '-' /*letter*/,
4204  },
4205  // Rule Mauritius 2009 only - Mar lastSun 2:00 0 -
4206  {
4207  9 /*fromYearTiny*/,
4208  9 /*toYearTiny*/,
4209  3 /*inMonth*/,
4210  7 /*onDayOfWeek*/,
4211  0 /*onDayOfMonth*/,
4212  8 /*atTimeCode*/,
4213  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4214  (0 + 4) /*deltaCode*/,
4215  '-' /*letter*/,
4216  },
4217 
4218 };
4219 
4220 
4221 
4222 const extended::ZonePolicy kPolicyMauritius ACE_TIME_PROGMEM = {
4223  kZoneRulesMauritius /*rules*/,
4224  nullptr /* letters */,
4225  3 /*numRules*/,
4226  0 /* numLetters */,
4227 };
4228 
4229 //---------------------------------------------------------------------------
4230 // Policy name: Mexico
4231 // Rules: 7
4232 // Memory (8-bit): 69
4233 // Memory (32-bit): 96
4234 //---------------------------------------------------------------------------
4235 
4236 static const extended::ZoneRule kZoneRulesMexico[] ACE_TIME_PROGMEM = {
4237  // Rule Mexico 1950 only - Jul 30 0:00 0 S
4238  {
4239  -50 /*fromYearTiny*/,
4240  -50 /*toYearTiny*/,
4241  7 /*inMonth*/,
4242  0 /*onDayOfWeek*/,
4243  30 /*onDayOfMonth*/,
4244  0 /*atTimeCode*/,
4245  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4246  (0 + 4) /*deltaCode*/,
4247  'S' /*letter*/,
4248  },
4249  // Rule Mexico 1996 2000 - Apr Sun>=1 2:00 1:00 D
4250  {
4251  -4 /*fromYearTiny*/,
4252  0 /*toYearTiny*/,
4253  4 /*inMonth*/,
4254  7 /*onDayOfWeek*/,
4255  1 /*onDayOfMonth*/,
4256  8 /*atTimeCode*/,
4257  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4258  (4 + 4) /*deltaCode*/,
4259  'D' /*letter*/,
4260  },
4261  // Rule Mexico 1996 2000 - Oct lastSun 2:00 0 S
4262  {
4263  -4 /*fromYearTiny*/,
4264  0 /*toYearTiny*/,
4265  10 /*inMonth*/,
4266  7 /*onDayOfWeek*/,
4267  0 /*onDayOfMonth*/,
4268  8 /*atTimeCode*/,
4269  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4270  (0 + 4) /*deltaCode*/,
4271  'S' /*letter*/,
4272  },
4273  // Rule Mexico 2001 only - May Sun>=1 2:00 1:00 D
4274  {
4275  1 /*fromYearTiny*/,
4276  1 /*toYearTiny*/,
4277  5 /*inMonth*/,
4278  7 /*onDayOfWeek*/,
4279  1 /*onDayOfMonth*/,
4280  8 /*atTimeCode*/,
4281  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4282  (4 + 4) /*deltaCode*/,
4283  'D' /*letter*/,
4284  },
4285  // Rule Mexico 2001 only - Sep lastSun 2:00 0 S
4286  {
4287  1 /*fromYearTiny*/,
4288  1 /*toYearTiny*/,
4289  9 /*inMonth*/,
4290  7 /*onDayOfWeek*/,
4291  0 /*onDayOfMonth*/,
4292  8 /*atTimeCode*/,
4293  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4294  (0 + 4) /*deltaCode*/,
4295  'S' /*letter*/,
4296  },
4297  // Rule Mexico 2002 max - Apr Sun>=1 2:00 1:00 D
4298  {
4299  2 /*fromYearTiny*/,
4300  126 /*toYearTiny*/,
4301  4 /*inMonth*/,
4302  7 /*onDayOfWeek*/,
4303  1 /*onDayOfMonth*/,
4304  8 /*atTimeCode*/,
4305  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4306  (4 + 4) /*deltaCode*/,
4307  'D' /*letter*/,
4308  },
4309  // Rule Mexico 2002 max - Oct lastSun 2:00 0 S
4310  {
4311  2 /*fromYearTiny*/,
4312  126 /*toYearTiny*/,
4313  10 /*inMonth*/,
4314  7 /*onDayOfWeek*/,
4315  0 /*onDayOfMonth*/,
4316  8 /*atTimeCode*/,
4317  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4318  (0 + 4) /*deltaCode*/,
4319  'S' /*letter*/,
4320  },
4321 
4322 };
4323 
4324 
4325 
4326 const extended::ZonePolicy kPolicyMexico ACE_TIME_PROGMEM = {
4327  kZoneRulesMexico /*rules*/,
4328  nullptr /* letters */,
4329  7 /*numRules*/,
4330  0 /* numLetters */,
4331 };
4332 
4333 //---------------------------------------------------------------------------
4334 // Policy name: Moldova
4335 // Rules: 2
4336 // Memory (8-bit): 24
4337 // Memory (32-bit): 36
4338 //---------------------------------------------------------------------------
4339 
4340 static const extended::ZoneRule kZoneRulesMoldova[] ACE_TIME_PROGMEM = {
4341  // Rule Moldova 1997 max - Mar lastSun 2:00 1:00 S
4342  {
4343  -3 /*fromYearTiny*/,
4344  126 /*toYearTiny*/,
4345  3 /*inMonth*/,
4346  7 /*onDayOfWeek*/,
4347  0 /*onDayOfMonth*/,
4348  8 /*atTimeCode*/,
4349  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4350  (4 + 4) /*deltaCode*/,
4351  'S' /*letter*/,
4352  },
4353  // Rule Moldova 1997 max - Oct lastSun 3:00 0 -
4354  {
4355  -3 /*fromYearTiny*/,
4356  126 /*toYearTiny*/,
4357  10 /*inMonth*/,
4358  7 /*onDayOfWeek*/,
4359  0 /*onDayOfMonth*/,
4360  12 /*atTimeCode*/,
4361  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4362  (0 + 4) /*deltaCode*/,
4363  '-' /*letter*/,
4364  },
4365 
4366 };
4367 
4368 
4369 
4370 const extended::ZonePolicy kPolicyMoldova ACE_TIME_PROGMEM = {
4371  kZoneRulesMoldova /*rules*/,
4372  nullptr /* letters */,
4373  2 /*numRules*/,
4374  0 /* numLetters */,
4375 };
4376 
4377 //---------------------------------------------------------------------------
4378 // Policy name: Moncton
4379 // Rules: 3
4380 // Memory (8-bit): 33
4381 // Memory (32-bit): 48
4382 //---------------------------------------------------------------------------
4383 
4384 static const extended::ZoneRule kZoneRulesMoncton[] ACE_TIME_PROGMEM = {
4385  // Rule Moncton 1957 1972 - Oct lastSun 2:00 0 S
4386  {
4387  -43 /*fromYearTiny*/,
4388  -28 /*toYearTiny*/,
4389  10 /*inMonth*/,
4390  7 /*onDayOfWeek*/,
4391  0 /*onDayOfMonth*/,
4392  8 /*atTimeCode*/,
4393  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4394  (0 + 4) /*deltaCode*/,
4395  'S' /*letter*/,
4396  },
4397  // Rule Moncton 1993 2006 - Apr Sun>=1 0:01 1:00 D
4398  {
4399  -7 /*fromYearTiny*/,
4400  6 /*toYearTiny*/,
4401  4 /*inMonth*/,
4402  7 /*onDayOfWeek*/,
4403  1 /*onDayOfMonth*/,
4404  0 /*atTimeCode*/,
4405  extended::ZoneContext::kSuffixW + 1 /*atTimeModifier*/,
4406  (4 + 4) /*deltaCode*/,
4407  'D' /*letter*/,
4408  },
4409  // Rule Moncton 1993 2006 - Oct lastSun 0:01 0 S
4410  {
4411  -7 /*fromYearTiny*/,
4412  6 /*toYearTiny*/,
4413  10 /*inMonth*/,
4414  7 /*onDayOfWeek*/,
4415  0 /*onDayOfMonth*/,
4416  0 /*atTimeCode*/,
4417  extended::ZoneContext::kSuffixW + 1 /*atTimeModifier*/,
4418  (0 + 4) /*deltaCode*/,
4419  'S' /*letter*/,
4420  },
4421 
4422 };
4423 
4424 
4425 
4426 const extended::ZonePolicy kPolicyMoncton ACE_TIME_PROGMEM = {
4427  kZoneRulesMoncton /*rules*/,
4428  nullptr /* letters */,
4429  3 /*numRules*/,
4430  0 /* numLetters */,
4431 };
4432 
4433 //---------------------------------------------------------------------------
4434 // Policy name: Mongol
4435 // Rules: 6
4436 // Memory (8-bit): 60
4437 // Memory (32-bit): 84
4438 //---------------------------------------------------------------------------
4439 
4440 static const extended::ZoneRule kZoneRulesMongol[] ACE_TIME_PROGMEM = {
4441  // Rule Mongol 1984 1998 - Sep lastSun 0:00 0 -
4442  {
4443  -16 /*fromYearTiny*/,
4444  -2 /*toYearTiny*/,
4445  9 /*inMonth*/,
4446  7 /*onDayOfWeek*/,
4447  0 /*onDayOfMonth*/,
4448  0 /*atTimeCode*/,
4449  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4450  (0 + 4) /*deltaCode*/,
4451  '-' /*letter*/,
4452  },
4453  // Rule Mongol 2001 only - Apr lastSat 2:00 1:00 -
4454  {
4455  1 /*fromYearTiny*/,
4456  1 /*toYearTiny*/,
4457  4 /*inMonth*/,
4458  6 /*onDayOfWeek*/,
4459  0 /*onDayOfMonth*/,
4460  8 /*atTimeCode*/,
4461  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4462  (4 + 4) /*deltaCode*/,
4463  '-' /*letter*/,
4464  },
4465  // Rule Mongol 2001 2006 - Sep lastSat 2:00 0 -
4466  {
4467  1 /*fromYearTiny*/,
4468  6 /*toYearTiny*/,
4469  9 /*inMonth*/,
4470  6 /*onDayOfWeek*/,
4471  0 /*onDayOfMonth*/,
4472  8 /*atTimeCode*/,
4473  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4474  (0 + 4) /*deltaCode*/,
4475  '-' /*letter*/,
4476  },
4477  // Rule Mongol 2002 2006 - Mar lastSat 2:00 1:00 -
4478  {
4479  2 /*fromYearTiny*/,
4480  6 /*toYearTiny*/,
4481  3 /*inMonth*/,
4482  6 /*onDayOfWeek*/,
4483  0 /*onDayOfMonth*/,
4484  8 /*atTimeCode*/,
4485  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4486  (4 + 4) /*deltaCode*/,
4487  '-' /*letter*/,
4488  },
4489  // Rule Mongol 2015 2016 - Mar lastSat 2:00 1:00 -
4490  {
4491  15 /*fromYearTiny*/,
4492  16 /*toYearTiny*/,
4493  3 /*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 2015 2016 - Sep lastSat 0:00 0 -
4502  {
4503  15 /*fromYearTiny*/,
4504  16 /*toYearTiny*/,
4505  9 /*inMonth*/,
4506  6 /*onDayOfWeek*/,
4507  0 /*onDayOfMonth*/,
4508  0 /*atTimeCode*/,
4509  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4510  (0 + 4) /*deltaCode*/,
4511  '-' /*letter*/,
4512  },
4513 
4514 };
4515 
4516 
4517 
4518 const extended::ZonePolicy kPolicyMongol ACE_TIME_PROGMEM = {
4519  kZoneRulesMongol /*rules*/,
4520  nullptr /* letters */,
4521  6 /*numRules*/,
4522  0 /* numLetters */,
4523 };
4524 
4525 //---------------------------------------------------------------------------
4526 // Policy name: Morocco
4527 // Rules: 94
4528 // Memory (8-bit): 852
4529 // Memory (32-bit): 1140
4530 //---------------------------------------------------------------------------
4531 
4532 static const extended::ZoneRule kZoneRulesMorocco[] ACE_TIME_PROGMEM = {
4533  // Rule Morocco 1978 only - Aug 4 0:00 0 -
4534  {
4535  -22 /*fromYearTiny*/,
4536  -22 /*toYearTiny*/,
4537  8 /*inMonth*/,
4538  0 /*onDayOfWeek*/,
4539  4 /*onDayOfMonth*/,
4540  0 /*atTimeCode*/,
4541  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4542  (0 + 4) /*deltaCode*/,
4543  '-' /*letter*/,
4544  },
4545  // Rule Morocco 2008 only - Jun 1 0:00 1:00 -
4546  {
4547  8 /*fromYearTiny*/,
4548  8 /*toYearTiny*/,
4549  6 /*inMonth*/,
4550  0 /*onDayOfWeek*/,
4551  1 /*onDayOfMonth*/,
4552  0 /*atTimeCode*/,
4553  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4554  (4 + 4) /*deltaCode*/,
4555  '-' /*letter*/,
4556  },
4557  // Rule Morocco 2008 only - Sep 1 0:00 0 -
4558  {
4559  8 /*fromYearTiny*/,
4560  8 /*toYearTiny*/,
4561  9 /*inMonth*/,
4562  0 /*onDayOfWeek*/,
4563  1 /*onDayOfMonth*/,
4564  0 /*atTimeCode*/,
4565  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4566  (0 + 4) /*deltaCode*/,
4567  '-' /*letter*/,
4568  },
4569  // Rule Morocco 2009 only - Jun 1 0:00 1:00 -
4570  {
4571  9 /*fromYearTiny*/,
4572  9 /*toYearTiny*/,
4573  6 /*inMonth*/,
4574  0 /*onDayOfWeek*/,
4575  1 /*onDayOfMonth*/,
4576  0 /*atTimeCode*/,
4577  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4578  (4 + 4) /*deltaCode*/,
4579  '-' /*letter*/,
4580  },
4581  // Rule Morocco 2009 only - Aug 21 0:00 0 -
4582  {
4583  9 /*fromYearTiny*/,
4584  9 /*toYearTiny*/,
4585  8 /*inMonth*/,
4586  0 /*onDayOfWeek*/,
4587  21 /*onDayOfMonth*/,
4588  0 /*atTimeCode*/,
4589  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4590  (0 + 4) /*deltaCode*/,
4591  '-' /*letter*/,
4592  },
4593  // Rule Morocco 2010 only - May 2 0:00 1:00 -
4594  {
4595  10 /*fromYearTiny*/,
4596  10 /*toYearTiny*/,
4597  5 /*inMonth*/,
4598  0 /*onDayOfWeek*/,
4599  2 /*onDayOfMonth*/,
4600  0 /*atTimeCode*/,
4601  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4602  (4 + 4) /*deltaCode*/,
4603  '-' /*letter*/,
4604  },
4605  // Rule Morocco 2010 only - Aug 8 0:00 0 -
4606  {
4607  10 /*fromYearTiny*/,
4608  10 /*toYearTiny*/,
4609  8 /*inMonth*/,
4610  0 /*onDayOfWeek*/,
4611  8 /*onDayOfMonth*/,
4612  0 /*atTimeCode*/,
4613  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4614  (0 + 4) /*deltaCode*/,
4615  '-' /*letter*/,
4616  },
4617  // Rule Morocco 2011 only - Apr 3 0:00 1:00 -
4618  {
4619  11 /*fromYearTiny*/,
4620  11 /*toYearTiny*/,
4621  4 /*inMonth*/,
4622  0 /*onDayOfWeek*/,
4623  3 /*onDayOfMonth*/,
4624  0 /*atTimeCode*/,
4625  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4626  (4 + 4) /*deltaCode*/,
4627  '-' /*letter*/,
4628  },
4629  // Rule Morocco 2011 only - Jul 31 0:00 0 -
4630  {
4631  11 /*fromYearTiny*/,
4632  11 /*toYearTiny*/,
4633  7 /*inMonth*/,
4634  0 /*onDayOfWeek*/,
4635  31 /*onDayOfMonth*/,
4636  0 /*atTimeCode*/,
4637  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4638  (0 + 4) /*deltaCode*/,
4639  '-' /*letter*/,
4640  },
4641  // Rule Morocco 2012 2013 - Apr lastSun 2:00 1:00 -
4642  {
4643  12 /*fromYearTiny*/,
4644  13 /*toYearTiny*/,
4645  4 /*inMonth*/,
4646  7 /*onDayOfWeek*/,
4647  0 /*onDayOfMonth*/,
4648  8 /*atTimeCode*/,
4649  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4650  (4 + 4) /*deltaCode*/,
4651  '-' /*letter*/,
4652  },
4653  // Rule Morocco 2012 only - Jul 20 3:00 0 -
4654  {
4655  12 /*fromYearTiny*/,
4656  12 /*toYearTiny*/,
4657  7 /*inMonth*/,
4658  0 /*onDayOfWeek*/,
4659  20 /*onDayOfMonth*/,
4660  12 /*atTimeCode*/,
4661  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4662  (0 + 4) /*deltaCode*/,
4663  '-' /*letter*/,
4664  },
4665  // Rule Morocco 2012 only - Aug 20 2:00 1:00 -
4666  {
4667  12 /*fromYearTiny*/,
4668  12 /*toYearTiny*/,
4669  8 /*inMonth*/,
4670  0 /*onDayOfWeek*/,
4671  20 /*onDayOfMonth*/,
4672  8 /*atTimeCode*/,
4673  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4674  (4 + 4) /*deltaCode*/,
4675  '-' /*letter*/,
4676  },
4677  // Rule Morocco 2012 only - Sep 30 3:00 0 -
4678  {
4679  12 /*fromYearTiny*/,
4680  12 /*toYearTiny*/,
4681  9 /*inMonth*/,
4682  0 /*onDayOfWeek*/,
4683  30 /*onDayOfMonth*/,
4684  12 /*atTimeCode*/,
4685  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4686  (0 + 4) /*deltaCode*/,
4687  '-' /*letter*/,
4688  },
4689  // Rule Morocco 2013 only - Jul 7 3:00 0 -
4690  {
4691  13 /*fromYearTiny*/,
4692  13 /*toYearTiny*/,
4693  7 /*inMonth*/,
4694  0 /*onDayOfWeek*/,
4695  7 /*onDayOfMonth*/,
4696  12 /*atTimeCode*/,
4697  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4698  (0 + 4) /*deltaCode*/,
4699  '-' /*letter*/,
4700  },
4701  // Rule Morocco 2013 only - Aug 10 2:00 1:00 -
4702  {
4703  13 /*fromYearTiny*/,
4704  13 /*toYearTiny*/,
4705  8 /*inMonth*/,
4706  0 /*onDayOfWeek*/,
4707  10 /*onDayOfMonth*/,
4708  8 /*atTimeCode*/,
4709  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4710  (4 + 4) /*deltaCode*/,
4711  '-' /*letter*/,
4712  },
4713  // Rule Morocco 2013 2018 - Oct lastSun 3:00 0 -
4714  {
4715  13 /*fromYearTiny*/,
4716  18 /*toYearTiny*/,
4717  10 /*inMonth*/,
4718  7 /*onDayOfWeek*/,
4719  0 /*onDayOfMonth*/,
4720  12 /*atTimeCode*/,
4721  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4722  (0 + 4) /*deltaCode*/,
4723  '-' /*letter*/,
4724  },
4725  // Rule Morocco 2014 2018 - Mar lastSun 2:00 1:00 -
4726  {
4727  14 /*fromYearTiny*/,
4728  18 /*toYearTiny*/,
4729  3 /*inMonth*/,
4730  7 /*onDayOfWeek*/,
4731  0 /*onDayOfMonth*/,
4732  8 /*atTimeCode*/,
4733  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4734  (4 + 4) /*deltaCode*/,
4735  '-' /*letter*/,
4736  },
4737  // Rule Morocco 2014 only - Jun 28 3:00 0 -
4738  {
4739  14 /*fromYearTiny*/,
4740  14 /*toYearTiny*/,
4741  6 /*inMonth*/,
4742  0 /*onDayOfWeek*/,
4743  28 /*onDayOfMonth*/,
4744  12 /*atTimeCode*/,
4745  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4746  (0 + 4) /*deltaCode*/,
4747  '-' /*letter*/,
4748  },
4749  // Rule Morocco 2014 only - Aug 2 2:00 1:00 -
4750  {
4751  14 /*fromYearTiny*/,
4752  14 /*toYearTiny*/,
4753  8 /*inMonth*/,
4754  0 /*onDayOfWeek*/,
4755  2 /*onDayOfMonth*/,
4756  8 /*atTimeCode*/,
4757  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4758  (4 + 4) /*deltaCode*/,
4759  '-' /*letter*/,
4760  },
4761  // Rule Morocco 2015 only - Jun 14 3:00 0 -
4762  {
4763  15 /*fromYearTiny*/,
4764  15 /*toYearTiny*/,
4765  6 /*inMonth*/,
4766  0 /*onDayOfWeek*/,
4767  14 /*onDayOfMonth*/,
4768  12 /*atTimeCode*/,
4769  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4770  (0 + 4) /*deltaCode*/,
4771  '-' /*letter*/,
4772  },
4773  // Rule Morocco 2015 only - Jul 19 2:00 1:00 -
4774  {
4775  15 /*fromYearTiny*/,
4776  15 /*toYearTiny*/,
4777  7 /*inMonth*/,
4778  0 /*onDayOfWeek*/,
4779  19 /*onDayOfMonth*/,
4780  8 /*atTimeCode*/,
4781  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4782  (4 + 4) /*deltaCode*/,
4783  '-' /*letter*/,
4784  },
4785  // Rule Morocco 2016 only - Jun 5 3:00 0 -
4786  {
4787  16 /*fromYearTiny*/,
4788  16 /*toYearTiny*/,
4789  6 /*inMonth*/,
4790  0 /*onDayOfWeek*/,
4791  5 /*onDayOfMonth*/,
4792  12 /*atTimeCode*/,
4793  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4794  (0 + 4) /*deltaCode*/,
4795  '-' /*letter*/,
4796  },
4797  // Rule Morocco 2016 only - Jul 10 2:00 1:00 -
4798  {
4799  16 /*fromYearTiny*/,
4800  16 /*toYearTiny*/,
4801  7 /*inMonth*/,
4802  0 /*onDayOfWeek*/,
4803  10 /*onDayOfMonth*/,
4804  8 /*atTimeCode*/,
4805  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4806  (4 + 4) /*deltaCode*/,
4807  '-' /*letter*/,
4808  },
4809  // Rule Morocco 2017 only - May 21 3:00 0 -
4810  {
4811  17 /*fromYearTiny*/,
4812  17 /*toYearTiny*/,
4813  5 /*inMonth*/,
4814  0 /*onDayOfWeek*/,
4815  21 /*onDayOfMonth*/,
4816  12 /*atTimeCode*/,
4817  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4818  (0 + 4) /*deltaCode*/,
4819  '-' /*letter*/,
4820  },
4821  // Rule Morocco 2017 only - Jul 2 2:00 1:00 -
4822  {
4823  17 /*fromYearTiny*/,
4824  17 /*toYearTiny*/,
4825  7 /*inMonth*/,
4826  0 /*onDayOfWeek*/,
4827  2 /*onDayOfMonth*/,
4828  8 /*atTimeCode*/,
4829  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4830  (4 + 4) /*deltaCode*/,
4831  '-' /*letter*/,
4832  },
4833  // Rule Morocco 2018 only - May 13 3:00 0 -
4834  {
4835  18 /*fromYearTiny*/,
4836  18 /*toYearTiny*/,
4837  5 /*inMonth*/,
4838  0 /*onDayOfWeek*/,
4839  13 /*onDayOfMonth*/,
4840  12 /*atTimeCode*/,
4841  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4842  (0 + 4) /*deltaCode*/,
4843  '-' /*letter*/,
4844  },
4845  // Rule Morocco 2018 only - Jun 17 2:00 1:00 -
4846  {
4847  18 /*fromYearTiny*/,
4848  18 /*toYearTiny*/,
4849  6 /*inMonth*/,
4850  0 /*onDayOfWeek*/,
4851  17 /*onDayOfMonth*/,
4852  8 /*atTimeCode*/,
4853  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4854  (4 + 4) /*deltaCode*/,
4855  '-' /*letter*/,
4856  },
4857  // Rule Morocco 2019 only - May 5 3:00 -1:00 -
4858  {
4859  19 /*fromYearTiny*/,
4860  19 /*toYearTiny*/,
4861  5 /*inMonth*/,
4862  0 /*onDayOfWeek*/,
4863  5 /*onDayOfMonth*/,
4864  12 /*atTimeCode*/,
4865  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4866  (-4 + 4) /*deltaCode*/,
4867  '-' /*letter*/,
4868  },
4869  // Rule Morocco 2019 only - Jun 9 2:00 0 -
4870  {
4871  19 /*fromYearTiny*/,
4872  19 /*toYearTiny*/,
4873  6 /*inMonth*/,
4874  0 /*onDayOfWeek*/,
4875  9 /*onDayOfMonth*/,
4876  8 /*atTimeCode*/,
4877  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4878  (0 + 4) /*deltaCode*/,
4879  '-' /*letter*/,
4880  },
4881  // Rule Morocco 2020 only - Apr 19 3:00 -1:00 -
4882  {
4883  20 /*fromYearTiny*/,
4884  20 /*toYearTiny*/,
4885  4 /*inMonth*/,
4886  0 /*onDayOfWeek*/,
4887  19 /*onDayOfMonth*/,
4888  12 /*atTimeCode*/,
4889  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4890  (-4 + 4) /*deltaCode*/,
4891  '-' /*letter*/,
4892  },
4893  // Rule Morocco 2020 only - May 24 2:00 0 -
4894  {
4895  20 /*fromYearTiny*/,
4896  20 /*toYearTiny*/,
4897  5 /*inMonth*/,
4898  0 /*onDayOfWeek*/,
4899  24 /*onDayOfMonth*/,
4900  8 /*atTimeCode*/,
4901  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4902  (0 + 4) /*deltaCode*/,
4903  '-' /*letter*/,
4904  },
4905  // Rule Morocco 2021 only - Apr 11 3:00 -1:00 -
4906  {
4907  21 /*fromYearTiny*/,
4908  21 /*toYearTiny*/,
4909  4 /*inMonth*/,
4910  0 /*onDayOfWeek*/,
4911  11 /*onDayOfMonth*/,
4912  12 /*atTimeCode*/,
4913  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4914  (-4 + 4) /*deltaCode*/,
4915  '-' /*letter*/,
4916  },
4917  // Rule Morocco 2021 only - May 16 2:00 0 -
4918  {
4919  21 /*fromYearTiny*/,
4920  21 /*toYearTiny*/,
4921  5 /*inMonth*/,
4922  0 /*onDayOfWeek*/,
4923  16 /*onDayOfMonth*/,
4924  8 /*atTimeCode*/,
4925  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4926  (0 + 4) /*deltaCode*/,
4927  '-' /*letter*/,
4928  },
4929  // Rule Morocco 2022 only - Mar 27 3:00 -1:00 -
4930  {
4931  22 /*fromYearTiny*/,
4932  22 /*toYearTiny*/,
4933  3 /*inMonth*/,
4934  0 /*onDayOfWeek*/,
4935  27 /*onDayOfMonth*/,
4936  12 /*atTimeCode*/,
4937  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4938  (-4 + 4) /*deltaCode*/,
4939  '-' /*letter*/,
4940  },
4941  // Rule Morocco 2022 only - May 8 2:00 0 -
4942  {
4943  22 /*fromYearTiny*/,
4944  22 /*toYearTiny*/,
4945  5 /*inMonth*/,
4946  0 /*onDayOfWeek*/,
4947  8 /*onDayOfMonth*/,
4948  8 /*atTimeCode*/,
4949  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4950  (0 + 4) /*deltaCode*/,
4951  '-' /*letter*/,
4952  },
4953  // Rule Morocco 2023 only - Mar 19 3:00 -1:00 -
4954  {
4955  23 /*fromYearTiny*/,
4956  23 /*toYearTiny*/,
4957  3 /*inMonth*/,
4958  0 /*onDayOfWeek*/,
4959  19 /*onDayOfMonth*/,
4960  12 /*atTimeCode*/,
4961  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4962  (-4 + 4) /*deltaCode*/,
4963  '-' /*letter*/,
4964  },
4965  // Rule Morocco 2023 only - Apr 23 2:00 0 -
4966  {
4967  23 /*fromYearTiny*/,
4968  23 /*toYearTiny*/,
4969  4 /*inMonth*/,
4970  0 /*onDayOfWeek*/,
4971  23 /*onDayOfMonth*/,
4972  8 /*atTimeCode*/,
4973  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4974  (0 + 4) /*deltaCode*/,
4975  '-' /*letter*/,
4976  },
4977  // Rule Morocco 2024 only - Mar 10 3:00 -1:00 -
4978  {
4979  24 /*fromYearTiny*/,
4980  24 /*toYearTiny*/,
4981  3 /*inMonth*/,
4982  0 /*onDayOfWeek*/,
4983  10 /*onDayOfMonth*/,
4984  12 /*atTimeCode*/,
4985  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4986  (-4 + 4) /*deltaCode*/,
4987  '-' /*letter*/,
4988  },
4989  // Rule Morocco 2024 only - Apr 14 2:00 0 -
4990  {
4991  24 /*fromYearTiny*/,
4992  24 /*toYearTiny*/,
4993  4 /*inMonth*/,
4994  0 /*onDayOfWeek*/,
4995  14 /*onDayOfMonth*/,
4996  8 /*atTimeCode*/,
4997  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
4998  (0 + 4) /*deltaCode*/,
4999  '-' /*letter*/,
5000  },
5001  // Rule Morocco 2025 only - Feb 23 3:00 -1:00 -
5002  {
5003  25 /*fromYearTiny*/,
5004  25 /*toYearTiny*/,
5005  2 /*inMonth*/,
5006  0 /*onDayOfWeek*/,
5007  23 /*onDayOfMonth*/,
5008  12 /*atTimeCode*/,
5009  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5010  (-4 + 4) /*deltaCode*/,
5011  '-' /*letter*/,
5012  },
5013  // Rule Morocco 2025 only - Apr 6 2:00 0 -
5014  {
5015  25 /*fromYearTiny*/,
5016  25 /*toYearTiny*/,
5017  4 /*inMonth*/,
5018  0 /*onDayOfWeek*/,
5019  6 /*onDayOfMonth*/,
5020  8 /*atTimeCode*/,
5021  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5022  (0 + 4) /*deltaCode*/,
5023  '-' /*letter*/,
5024  },
5025  // Rule Morocco 2026 only - Feb 15 3:00 -1:00 -
5026  {
5027  26 /*fromYearTiny*/,
5028  26 /*toYearTiny*/,
5029  2 /*inMonth*/,
5030  0 /*onDayOfWeek*/,
5031  15 /*onDayOfMonth*/,
5032  12 /*atTimeCode*/,
5033  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5034  (-4 + 4) /*deltaCode*/,
5035  '-' /*letter*/,
5036  },
5037  // Rule Morocco 2026 only - Mar 22 2:00 0 -
5038  {
5039  26 /*fromYearTiny*/,
5040  26 /*toYearTiny*/,
5041  3 /*inMonth*/,
5042  0 /*onDayOfWeek*/,
5043  22 /*onDayOfMonth*/,
5044  8 /*atTimeCode*/,
5045  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5046  (0 + 4) /*deltaCode*/,
5047  '-' /*letter*/,
5048  },
5049  // Rule Morocco 2027 only - Feb 7 3:00 -1:00 -
5050  {
5051  27 /*fromYearTiny*/,
5052  27 /*toYearTiny*/,
5053  2 /*inMonth*/,
5054  0 /*onDayOfWeek*/,
5055  7 /*onDayOfMonth*/,
5056  12 /*atTimeCode*/,
5057  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5058  (-4 + 4) /*deltaCode*/,
5059  '-' /*letter*/,
5060  },
5061  // Rule Morocco 2027 only - Mar 14 2:00 0 -
5062  {
5063  27 /*fromYearTiny*/,
5064  27 /*toYearTiny*/,
5065  3 /*inMonth*/,
5066  0 /*onDayOfWeek*/,
5067  14 /*onDayOfMonth*/,
5068  8 /*atTimeCode*/,
5069  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5070  (0 + 4) /*deltaCode*/,
5071  '-' /*letter*/,
5072  },
5073  // Rule Morocco 2028 only - Jan 23 3:00 -1:00 -
5074  {
5075  28 /*fromYearTiny*/,
5076  28 /*toYearTiny*/,
5077  1 /*inMonth*/,
5078  0 /*onDayOfWeek*/,
5079  23 /*onDayOfMonth*/,
5080  12 /*atTimeCode*/,
5081  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5082  (-4 + 4) /*deltaCode*/,
5083  '-' /*letter*/,
5084  },
5085  // Rule Morocco 2028 only - Feb 27 2:00 0 -
5086  {
5087  28 /*fromYearTiny*/,
5088  28 /*toYearTiny*/,
5089  2 /*inMonth*/,
5090  0 /*onDayOfWeek*/,
5091  27 /*onDayOfMonth*/,
5092  8 /*atTimeCode*/,
5093  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5094  (0 + 4) /*deltaCode*/,
5095  '-' /*letter*/,
5096  },
5097  // Rule Morocco 2029 only - Jan 14 3:00 -1:00 -
5098  {
5099  29 /*fromYearTiny*/,
5100  29 /*toYearTiny*/,
5101  1 /*inMonth*/,
5102  0 /*onDayOfWeek*/,
5103  14 /*onDayOfMonth*/,
5104  12 /*atTimeCode*/,
5105  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5106  (-4 + 4) /*deltaCode*/,
5107  '-' /*letter*/,
5108  },
5109  // Rule Morocco 2029 only - Feb 18 2:00 0 -
5110  {
5111  29 /*fromYearTiny*/,
5112  29 /*toYearTiny*/,
5113  2 /*inMonth*/,
5114  0 /*onDayOfWeek*/,
5115  18 /*onDayOfMonth*/,
5116  8 /*atTimeCode*/,
5117  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5118  (0 + 4) /*deltaCode*/,
5119  '-' /*letter*/,
5120  },
5121  // Rule Morocco 2029 only - Dec 30 3:00 -1:00 -
5122  {
5123  29 /*fromYearTiny*/,
5124  29 /*toYearTiny*/,
5125  12 /*inMonth*/,
5126  0 /*onDayOfWeek*/,
5127  30 /*onDayOfMonth*/,
5128  12 /*atTimeCode*/,
5129  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5130  (-4 + 4) /*deltaCode*/,
5131  '-' /*letter*/,
5132  },
5133  // Rule Morocco 2030 only - Feb 10 2:00 0 -
5134  {
5135  30 /*fromYearTiny*/,
5136  30 /*toYearTiny*/,
5137  2 /*inMonth*/,
5138  0 /*onDayOfWeek*/,
5139  10 /*onDayOfMonth*/,
5140  8 /*atTimeCode*/,
5141  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5142  (0 + 4) /*deltaCode*/,
5143  '-' /*letter*/,
5144  },
5145  // Rule Morocco 2030 only - Dec 22 3:00 -1:00 -
5146  {
5147  30 /*fromYearTiny*/,
5148  30 /*toYearTiny*/,
5149  12 /*inMonth*/,
5150  0 /*onDayOfWeek*/,
5151  22 /*onDayOfMonth*/,
5152  12 /*atTimeCode*/,
5153  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5154  (-4 + 4) /*deltaCode*/,
5155  '-' /*letter*/,
5156  },
5157  // Rule Morocco 2031 only - Jan 26 2:00 0 -
5158  {
5159  31 /*fromYearTiny*/,
5160  31 /*toYearTiny*/,
5161  1 /*inMonth*/,
5162  0 /*onDayOfWeek*/,
5163  26 /*onDayOfMonth*/,
5164  8 /*atTimeCode*/,
5165  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5166  (0 + 4) /*deltaCode*/,
5167  '-' /*letter*/,
5168  },
5169  // Rule Morocco 2031 only - Dec 14 3:00 -1:00 -
5170  {
5171  31 /*fromYearTiny*/,
5172  31 /*toYearTiny*/,
5173  12 /*inMonth*/,
5174  0 /*onDayOfWeek*/,
5175  14 /*onDayOfMonth*/,
5176  12 /*atTimeCode*/,
5177  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5178  (-4 + 4) /*deltaCode*/,
5179  '-' /*letter*/,
5180  },
5181  // Rule Morocco 2032 only - Jan 18 2:00 0 -
5182  {
5183  32 /*fromYearTiny*/,
5184  32 /*toYearTiny*/,
5185  1 /*inMonth*/,
5186  0 /*onDayOfWeek*/,
5187  18 /*onDayOfMonth*/,
5188  8 /*atTimeCode*/,
5189  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5190  (0 + 4) /*deltaCode*/,
5191  '-' /*letter*/,
5192  },
5193  // Rule Morocco 2032 only - Nov 28 3:00 -1:00 -
5194  {
5195  32 /*fromYearTiny*/,
5196  32 /*toYearTiny*/,
5197  11 /*inMonth*/,
5198  0 /*onDayOfWeek*/,
5199  28 /*onDayOfMonth*/,
5200  12 /*atTimeCode*/,
5201  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5202  (-4 + 4) /*deltaCode*/,
5203  '-' /*letter*/,
5204  },
5205  // Rule Morocco 2033 only - Jan 9 2:00 0 -
5206  {
5207  33 /*fromYearTiny*/,
5208  33 /*toYearTiny*/,
5209  1 /*inMonth*/,
5210  0 /*onDayOfWeek*/,
5211  9 /*onDayOfMonth*/,
5212  8 /*atTimeCode*/,
5213  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5214  (0 + 4) /*deltaCode*/,
5215  '-' /*letter*/,
5216  },
5217  // Rule Morocco 2033 only - Nov 20 3:00 -1:00 -
5218  {
5219  33 /*fromYearTiny*/,
5220  33 /*toYearTiny*/,
5221  11 /*inMonth*/,
5222  0 /*onDayOfWeek*/,
5223  20 /*onDayOfMonth*/,
5224  12 /*atTimeCode*/,
5225  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5226  (-4 + 4) /*deltaCode*/,
5227  '-' /*letter*/,
5228  },
5229  // Rule Morocco 2033 only - Dec 25 2:00 0 -
5230  {
5231  33 /*fromYearTiny*/,
5232  33 /*toYearTiny*/,
5233  12 /*inMonth*/,
5234  0 /*onDayOfWeek*/,
5235  25 /*onDayOfMonth*/,
5236  8 /*atTimeCode*/,
5237  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5238  (0 + 4) /*deltaCode*/,
5239  '-' /*letter*/,
5240  },
5241  // Rule Morocco 2034 only - Nov 5 3:00 -1:00 -
5242  {
5243  34 /*fromYearTiny*/,
5244  34 /*toYearTiny*/,
5245  11 /*inMonth*/,
5246  0 /*onDayOfWeek*/,
5247  5 /*onDayOfMonth*/,
5248  12 /*atTimeCode*/,
5249  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5250  (-4 + 4) /*deltaCode*/,
5251  '-' /*letter*/,
5252  },
5253  // Rule Morocco 2034 only - Dec 17 2:00 0 -
5254  {
5255  34 /*fromYearTiny*/,
5256  34 /*toYearTiny*/,
5257  12 /*inMonth*/,
5258  0 /*onDayOfWeek*/,
5259  17 /*onDayOfMonth*/,
5260  8 /*atTimeCode*/,
5261  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5262  (0 + 4) /*deltaCode*/,
5263  '-' /*letter*/,
5264  },
5265  // Rule Morocco 2035 only - Oct 28 3:00 -1:00 -
5266  {
5267  35 /*fromYearTiny*/,
5268  35 /*toYearTiny*/,
5269  10 /*inMonth*/,
5270  0 /*onDayOfWeek*/,
5271  28 /*onDayOfMonth*/,
5272  12 /*atTimeCode*/,
5273  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5274  (-4 + 4) /*deltaCode*/,
5275  '-' /*letter*/,
5276  },
5277  // Rule Morocco 2035 only - Dec 2 2:00 0 -
5278  {
5279  35 /*fromYearTiny*/,
5280  35 /*toYearTiny*/,
5281  12 /*inMonth*/,
5282  0 /*onDayOfWeek*/,
5283  2 /*onDayOfMonth*/,
5284  8 /*atTimeCode*/,
5285  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5286  (0 + 4) /*deltaCode*/,
5287  '-' /*letter*/,
5288  },
5289  // Rule Morocco 2036 only - Oct 19 3:00 -1:00 -
5290  {
5291  36 /*fromYearTiny*/,
5292  36 /*toYearTiny*/,
5293  10 /*inMonth*/,
5294  0 /*onDayOfWeek*/,
5295  19 /*onDayOfMonth*/,
5296  12 /*atTimeCode*/,
5297  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5298  (-4 + 4) /*deltaCode*/,
5299  '-' /*letter*/,
5300  },
5301  // Rule Morocco 2036 only - Nov 23 2:00 0 -
5302  {
5303  36 /*fromYearTiny*/,
5304  36 /*toYearTiny*/,
5305  11 /*inMonth*/,
5306  0 /*onDayOfWeek*/,
5307  23 /*onDayOfMonth*/,
5308  8 /*atTimeCode*/,
5309  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5310  (0 + 4) /*deltaCode*/,
5311  '-' /*letter*/,
5312  },
5313  // Rule Morocco 2037 only - Oct 4 3:00 -1:00 -
5314  {
5315  37 /*fromYearTiny*/,
5316  37 /*toYearTiny*/,
5317  10 /*inMonth*/,
5318  0 /*onDayOfWeek*/,
5319  4 /*onDayOfMonth*/,
5320  12 /*atTimeCode*/,
5321  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5322  (-4 + 4) /*deltaCode*/,
5323  '-' /*letter*/,
5324  },
5325  // Rule Morocco 2037 only - Nov 15 2:00 0 -
5326  {
5327  37 /*fromYearTiny*/,
5328  37 /*toYearTiny*/,
5329  11 /*inMonth*/,
5330  0 /*onDayOfWeek*/,
5331  15 /*onDayOfMonth*/,
5332  8 /*atTimeCode*/,
5333  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5334  (0 + 4) /*deltaCode*/,
5335  '-' /*letter*/,
5336  },
5337  // Rule Morocco 2038 only - Sep 26 3:00 -1:00 -
5338  {
5339  38 /*fromYearTiny*/,
5340  38 /*toYearTiny*/,
5341  9 /*inMonth*/,
5342  0 /*onDayOfWeek*/,
5343  26 /*onDayOfMonth*/,
5344  12 /*atTimeCode*/,
5345  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5346  (-4 + 4) /*deltaCode*/,
5347  '-' /*letter*/,
5348  },
5349  // Rule Morocco 2038 only - Oct 31 2:00 0 -
5350  {
5351  38 /*fromYearTiny*/,
5352  38 /*toYearTiny*/,
5353  10 /*inMonth*/,
5354  0 /*onDayOfWeek*/,
5355  31 /*onDayOfMonth*/,
5356  8 /*atTimeCode*/,
5357  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5358  (0 + 4) /*deltaCode*/,
5359  '-' /*letter*/,
5360  },
5361  // Rule Morocco 2039 only - Sep 18 3:00 -1:00 -
5362  {
5363  39 /*fromYearTiny*/,
5364  39 /*toYearTiny*/,
5365  9 /*inMonth*/,
5366  0 /*onDayOfWeek*/,
5367  18 /*onDayOfMonth*/,
5368  12 /*atTimeCode*/,
5369  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5370  (-4 + 4) /*deltaCode*/,
5371  '-' /*letter*/,
5372  },
5373  // Rule Morocco 2039 only - Oct 23 2:00 0 -
5374  {
5375  39 /*fromYearTiny*/,
5376  39 /*toYearTiny*/,
5377  10 /*inMonth*/,
5378  0 /*onDayOfWeek*/,
5379  23 /*onDayOfMonth*/,
5380  8 /*atTimeCode*/,
5381  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5382  (0 + 4) /*deltaCode*/,
5383  '-' /*letter*/,
5384  },
5385  // Rule Morocco 2040 only - Sep 2 3:00 -1:00 -
5386  {
5387  40 /*fromYearTiny*/,
5388  40 /*toYearTiny*/,
5389  9 /*inMonth*/,
5390  0 /*onDayOfWeek*/,
5391  2 /*onDayOfMonth*/,
5392  12 /*atTimeCode*/,
5393  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5394  (-4 + 4) /*deltaCode*/,
5395  '-' /*letter*/,
5396  },
5397  // Rule Morocco 2040 only - Oct 14 2:00 0 -
5398  {
5399  40 /*fromYearTiny*/,
5400  40 /*toYearTiny*/,
5401  10 /*inMonth*/,
5402  0 /*onDayOfWeek*/,
5403  14 /*onDayOfMonth*/,
5404  8 /*atTimeCode*/,
5405  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5406  (0 + 4) /*deltaCode*/,
5407  '-' /*letter*/,
5408  },
5409  // Rule Morocco 2041 only - Aug 25 3:00 -1:00 -
5410  {
5411  41 /*fromYearTiny*/,
5412  41 /*toYearTiny*/,
5413  8 /*inMonth*/,
5414  0 /*onDayOfWeek*/,
5415  25 /*onDayOfMonth*/,
5416  12 /*atTimeCode*/,
5417  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5418  (-4 + 4) /*deltaCode*/,
5419  '-' /*letter*/,
5420  },
5421  // Rule Morocco 2041 only - Sep 29 2:00 0 -
5422  {
5423  41 /*fromYearTiny*/,
5424  41 /*toYearTiny*/,
5425  9 /*inMonth*/,
5426  0 /*onDayOfWeek*/,
5427  29 /*onDayOfMonth*/,
5428  8 /*atTimeCode*/,
5429  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5430  (0 + 4) /*deltaCode*/,
5431  '-' /*letter*/,
5432  },
5433  // Rule Morocco 2042 only - Aug 10 3:00 -1:00 -
5434  {
5435  42 /*fromYearTiny*/,
5436  42 /*toYearTiny*/,
5437  8 /*inMonth*/,
5438  0 /*onDayOfWeek*/,
5439  10 /*onDayOfMonth*/,
5440  12 /*atTimeCode*/,
5441  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5442  (-4 + 4) /*deltaCode*/,
5443  '-' /*letter*/,
5444  },
5445  // Rule Morocco 2042 only - Sep 21 2:00 0 -
5446  {
5447  42 /*fromYearTiny*/,
5448  42 /*toYearTiny*/,
5449  9 /*inMonth*/,
5450  0 /*onDayOfWeek*/,
5451  21 /*onDayOfMonth*/,
5452  8 /*atTimeCode*/,
5453  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5454  (0 + 4) /*deltaCode*/,
5455  '-' /*letter*/,
5456  },
5457  // Rule Morocco 2043 only - Aug 2 3:00 -1:00 -
5458  {
5459  43 /*fromYearTiny*/,
5460  43 /*toYearTiny*/,
5461  8 /*inMonth*/,
5462  0 /*onDayOfWeek*/,
5463  2 /*onDayOfMonth*/,
5464  12 /*atTimeCode*/,
5465  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5466  (-4 + 4) /*deltaCode*/,
5467  '-' /*letter*/,
5468  },
5469  // Rule Morocco 2043 only - Sep 6 2:00 0 -
5470  {
5471  43 /*fromYearTiny*/,
5472  43 /*toYearTiny*/,
5473  9 /*inMonth*/,
5474  0 /*onDayOfWeek*/,
5475  6 /*onDayOfMonth*/,
5476  8 /*atTimeCode*/,
5477  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5478  (0 + 4) /*deltaCode*/,
5479  '-' /*letter*/,
5480  },
5481  // Rule Morocco 2044 only - Jul 24 3:00 -1:00 -
5482  {
5483  44 /*fromYearTiny*/,
5484  44 /*toYearTiny*/,
5485  7 /*inMonth*/,
5486  0 /*onDayOfWeek*/,
5487  24 /*onDayOfMonth*/,
5488  12 /*atTimeCode*/,
5489  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5490  (-4 + 4) /*deltaCode*/,
5491  '-' /*letter*/,
5492  },
5493  // Rule Morocco 2044 only - Aug 28 2:00 0 -
5494  {
5495  44 /*fromYearTiny*/,
5496  44 /*toYearTiny*/,
5497  8 /*inMonth*/,
5498  0 /*onDayOfWeek*/,
5499  28 /*onDayOfMonth*/,
5500  8 /*atTimeCode*/,
5501  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5502  (0 + 4) /*deltaCode*/,
5503  '-' /*letter*/,
5504  },
5505  // Rule Morocco 2045 only - Jul 9 3:00 -1:00 -
5506  {
5507  45 /*fromYearTiny*/,
5508  45 /*toYearTiny*/,
5509  7 /*inMonth*/,
5510  0 /*onDayOfWeek*/,
5511  9 /*onDayOfMonth*/,
5512  12 /*atTimeCode*/,
5513  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5514  (-4 + 4) /*deltaCode*/,
5515  '-' /*letter*/,
5516  },
5517  // Rule Morocco 2045 only - Aug 20 2:00 0 -
5518  {
5519  45 /*fromYearTiny*/,
5520  45 /*toYearTiny*/,
5521  8 /*inMonth*/,
5522  0 /*onDayOfWeek*/,
5523  20 /*onDayOfMonth*/,
5524  8 /*atTimeCode*/,
5525  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5526  (0 + 4) /*deltaCode*/,
5527  '-' /*letter*/,
5528  },
5529  // Rule Morocco 2046 only - Jul 1 3:00 -1:00 -
5530  {
5531  46 /*fromYearTiny*/,
5532  46 /*toYearTiny*/,
5533  7 /*inMonth*/,
5534  0 /*onDayOfWeek*/,
5535  1 /*onDayOfMonth*/,
5536  12 /*atTimeCode*/,
5537  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5538  (-4 + 4) /*deltaCode*/,
5539  '-' /*letter*/,
5540  },
5541  // Rule Morocco 2046 only - Aug 5 2:00 0 -
5542  {
5543  46 /*fromYearTiny*/,
5544  46 /*toYearTiny*/,
5545  8 /*inMonth*/,
5546  0 /*onDayOfWeek*/,
5547  5 /*onDayOfMonth*/,
5548  8 /*atTimeCode*/,
5549  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5550  (0 + 4) /*deltaCode*/,
5551  '-' /*letter*/,
5552  },
5553  // Rule Morocco 2047 only - Jun 23 3:00 -1:00 -
5554  {
5555  47 /*fromYearTiny*/,
5556  47 /*toYearTiny*/,
5557  6 /*inMonth*/,
5558  0 /*onDayOfWeek*/,
5559  23 /*onDayOfMonth*/,
5560  12 /*atTimeCode*/,
5561  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5562  (-4 + 4) /*deltaCode*/,
5563  '-' /*letter*/,
5564  },
5565  // Rule Morocco 2047 only - Jul 28 2:00 0 -
5566  {
5567  47 /*fromYearTiny*/,
5568  47 /*toYearTiny*/,
5569  7 /*inMonth*/,
5570  0 /*onDayOfWeek*/,
5571  28 /*onDayOfMonth*/,
5572  8 /*atTimeCode*/,
5573  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5574  (0 + 4) /*deltaCode*/,
5575  '-' /*letter*/,
5576  },
5577  // Rule Morocco 2048 only - Jun 7 3:00 -1:00 -
5578  {
5579  48 /*fromYearTiny*/,
5580  48 /*toYearTiny*/,
5581  6 /*inMonth*/,
5582  0 /*onDayOfWeek*/,
5583  7 /*onDayOfMonth*/,
5584  12 /*atTimeCode*/,
5585  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5586  (-4 + 4) /*deltaCode*/,
5587  '-' /*letter*/,
5588  },
5589  // Rule Morocco 2048 only - Jul 19 2:00 0 -
5590  {
5591  48 /*fromYearTiny*/,
5592  48 /*toYearTiny*/,
5593  7 /*inMonth*/,
5594  0 /*onDayOfWeek*/,
5595  19 /*onDayOfMonth*/,
5596  8 /*atTimeCode*/,
5597  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5598  (0 + 4) /*deltaCode*/,
5599  '-' /*letter*/,
5600  },
5601  // Rule Morocco 2049 only - May 30 3:00 -1:00 -
5602  {
5603  49 /*fromYearTiny*/,
5604  49 /*toYearTiny*/,
5605  5 /*inMonth*/,
5606  0 /*onDayOfWeek*/,
5607  30 /*onDayOfMonth*/,
5608  12 /*atTimeCode*/,
5609  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5610  (-4 + 4) /*deltaCode*/,
5611  '-' /*letter*/,
5612  },
5613  // Rule Morocco 2049 only - Jul 4 2:00 0 -
5614  {
5615  49 /*fromYearTiny*/,
5616  49 /*toYearTiny*/,
5617  7 /*inMonth*/,
5618  0 /*onDayOfWeek*/,
5619  4 /*onDayOfMonth*/,
5620  8 /*atTimeCode*/,
5621  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5622  (0 + 4) /*deltaCode*/,
5623  '-' /*letter*/,
5624  },
5625  // Rule Morocco 2050 only - May 15 3:00 -1:00 -
5626  {
5627  50 /*fromYearTiny*/,
5628  50 /*toYearTiny*/,
5629  5 /*inMonth*/,
5630  0 /*onDayOfWeek*/,
5631  15 /*onDayOfMonth*/,
5632  12 /*atTimeCode*/,
5633  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5634  (-4 + 4) /*deltaCode*/,
5635  '-' /*letter*/,
5636  },
5637  // Rule Morocco 2050 only - Jun 26 2:00 0 -
5638  {
5639  50 /*fromYearTiny*/,
5640  50 /*toYearTiny*/,
5641  6 /*inMonth*/,
5642  0 /*onDayOfWeek*/,
5643  26 /*onDayOfMonth*/,
5644  8 /*atTimeCode*/,
5645  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5646  (0 + 4) /*deltaCode*/,
5647  '-' /*letter*/,
5648  },
5649  // Rule Morocco 2051 only - May 7 3:00 -1:00 -
5650  {
5651  51 /*fromYearTiny*/,
5652  51 /*toYearTiny*/,
5653  5 /*inMonth*/,
5654  0 /*onDayOfWeek*/,
5655  7 /*onDayOfMonth*/,
5656  12 /*atTimeCode*/,
5657  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5658  (-4 + 4) /*deltaCode*/,
5659  '-' /*letter*/,
5660  },
5661 
5662 };
5663 
5664 
5665 
5666 const extended::ZonePolicy kPolicyMorocco ACE_TIME_PROGMEM = {
5667  kZoneRulesMorocco /*rules*/,
5668  nullptr /* letters */,
5669  94 /*numRules*/,
5670  0 /* numLetters */,
5671 };
5672 
5673 //---------------------------------------------------------------------------
5674 // Policy name: NC
5675 // Rules: 1
5676 // Memory (8-bit): 15
5677 // Memory (32-bit): 24
5678 //---------------------------------------------------------------------------
5679 
5680 static const extended::ZoneRule kZoneRulesNC[] ACE_TIME_PROGMEM = {
5681  // Rule NC 1997 only - Mar 2 2:00s 0 -
5682  {
5683  -3 /*fromYearTiny*/,
5684  -3 /*toYearTiny*/,
5685  3 /*inMonth*/,
5686  0 /*onDayOfWeek*/,
5687  2 /*onDayOfMonth*/,
5688  8 /*atTimeCode*/,
5689  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
5690  (0 + 4) /*deltaCode*/,
5691  '-' /*letter*/,
5692  },
5693 
5694 };
5695 
5696 
5697 
5698 const extended::ZonePolicy kPolicyNC ACE_TIME_PROGMEM = {
5699  kZoneRulesNC /*rules*/,
5700  nullptr /* letters */,
5701  1 /*numRules*/,
5702  0 /* numLetters */,
5703 };
5704 
5705 //---------------------------------------------------------------------------
5706 // Policy name: NT_YK
5707 // Rules: 3
5708 // Memory (8-bit): 33
5709 // Memory (32-bit): 48
5710 //---------------------------------------------------------------------------
5711 
5712 static const extended::ZoneRule kZoneRulesNT_YK[] ACE_TIME_PROGMEM = {
5713  // Rule NT_YK 1980 1986 - Apr lastSun 2:00 1:00 D
5714  {
5715  -20 /*fromYearTiny*/,
5716  -14 /*toYearTiny*/,
5717  4 /*inMonth*/,
5718  7 /*onDayOfWeek*/,
5719  0 /*onDayOfMonth*/,
5720  8 /*atTimeCode*/,
5721  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5722  (4 + 4) /*deltaCode*/,
5723  'D' /*letter*/,
5724  },
5725  // Rule NT_YK 1980 2006 - Oct lastSun 2:00 0 S
5726  {
5727  -20 /*fromYearTiny*/,
5728  6 /*toYearTiny*/,
5729  10 /*inMonth*/,
5730  7 /*onDayOfWeek*/,
5731  0 /*onDayOfMonth*/,
5732  8 /*atTimeCode*/,
5733  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5734  (0 + 4) /*deltaCode*/,
5735  'S' /*letter*/,
5736  },
5737  // Rule NT_YK 1987 2006 - Apr Sun>=1 2:00 1:00 D
5738  {
5739  -13 /*fromYearTiny*/,
5740  6 /*toYearTiny*/,
5741  4 /*inMonth*/,
5742  7 /*onDayOfWeek*/,
5743  1 /*onDayOfMonth*/,
5744  8 /*atTimeCode*/,
5745  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5746  (4 + 4) /*deltaCode*/,
5747  'D' /*letter*/,
5748  },
5749 
5750 };
5751 
5752 
5753 
5754 const extended::ZonePolicy kPolicyNT_YK ACE_TIME_PROGMEM = {
5755  kZoneRulesNT_YK /*rules*/,
5756  nullptr /* letters */,
5757  3 /*numRules*/,
5758  0 /* numLetters */,
5759 };
5760 
5761 //---------------------------------------------------------------------------
5762 // Policy name: NZ
5763 // Rules: 5
5764 // Memory (8-bit): 51
5765 // Memory (32-bit): 72
5766 //---------------------------------------------------------------------------
5767 
5768 static const extended::ZoneRule kZoneRulesNZ[] ACE_TIME_PROGMEM = {
5769  // Rule NZ 1989 only - Oct Sun>=8 2:00s 1:00 D
5770  {
5771  -11 /*fromYearTiny*/,
5772  -11 /*toYearTiny*/,
5773  10 /*inMonth*/,
5774  7 /*onDayOfWeek*/,
5775  8 /*onDayOfMonth*/,
5776  8 /*atTimeCode*/,
5777  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
5778  (4 + 4) /*deltaCode*/,
5779  'D' /*letter*/,
5780  },
5781  // Rule NZ 1990 2006 - Oct Sun>=1 2:00s 1:00 D
5782  {
5783  -10 /*fromYearTiny*/,
5784  6 /*toYearTiny*/,
5785  10 /*inMonth*/,
5786  7 /*onDayOfWeek*/,
5787  1 /*onDayOfMonth*/,
5788  8 /*atTimeCode*/,
5789  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
5790  (4 + 4) /*deltaCode*/,
5791  'D' /*letter*/,
5792  },
5793  // Rule NZ 1990 2007 - Mar Sun>=15 2:00s 0 S
5794  {
5795  -10 /*fromYearTiny*/,
5796  7 /*toYearTiny*/,
5797  3 /*inMonth*/,
5798  7 /*onDayOfWeek*/,
5799  15 /*onDayOfMonth*/,
5800  8 /*atTimeCode*/,
5801  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
5802  (0 + 4) /*deltaCode*/,
5803  'S' /*letter*/,
5804  },
5805  // Rule NZ 2007 max - Sep lastSun 2:00s 1:00 D
5806  {
5807  7 /*fromYearTiny*/,
5808  126 /*toYearTiny*/,
5809  9 /*inMonth*/,
5810  7 /*onDayOfWeek*/,
5811  0 /*onDayOfMonth*/,
5812  8 /*atTimeCode*/,
5813  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
5814  (4 + 4) /*deltaCode*/,
5815  'D' /*letter*/,
5816  },
5817  // Rule NZ 2008 max - Apr Sun>=1 2:00s 0 S
5818  {
5819  8 /*fromYearTiny*/,
5820  126 /*toYearTiny*/,
5821  4 /*inMonth*/,
5822  7 /*onDayOfWeek*/,
5823  1 /*onDayOfMonth*/,
5824  8 /*atTimeCode*/,
5825  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
5826  (0 + 4) /*deltaCode*/,
5827  'S' /*letter*/,
5828  },
5829 
5830 };
5831 
5832 
5833 
5834 const extended::ZonePolicy kPolicyNZ ACE_TIME_PROGMEM = {
5835  kZoneRulesNZ /*rules*/,
5836  nullptr /* letters */,
5837  5 /*numRules*/,
5838  0 /* numLetters */,
5839 };
5840 
5841 //---------------------------------------------------------------------------
5842 // Policy name: Namibia
5843 // Rules: 3
5844 // Memory (8-bit): 45
5845 // Memory (32-bit): 64
5846 //---------------------------------------------------------------------------
5847 
5848 static const extended::ZoneRule kZoneRulesNamibia[] ACE_TIME_PROGMEM = {
5849  // Rule Namibia 1994 only - Mar 21 0:00 -1:00 WAT
5850  {
5851  -6 /*fromYearTiny*/,
5852  -6 /*toYearTiny*/,
5853  3 /*inMonth*/,
5854  0 /*onDayOfWeek*/,
5855  21 /*onDayOfMonth*/,
5856  0 /*atTimeCode*/,
5857  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5858  (-4 + 4) /*deltaCode*/,
5859  1 /*letter; "WAT"*/,
5860  },
5861  // Rule Namibia 1994 2017 - Sep Sun>=1 2:00 0 CAT
5862  {
5863  -6 /*fromYearTiny*/,
5864  17 /*toYearTiny*/,
5865  9 /*inMonth*/,
5866  7 /*onDayOfWeek*/,
5867  1 /*onDayOfMonth*/,
5868  8 /*atTimeCode*/,
5869  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5870  (0 + 4) /*deltaCode*/,
5871  0 /*letter; "CAT"*/,
5872  },
5873  // Rule Namibia 1995 2017 - Apr Sun>=1 2:00 -1:00 WAT
5874  {
5875  -5 /*fromYearTiny*/,
5876  17 /*toYearTiny*/,
5877  4 /*inMonth*/,
5878  7 /*onDayOfWeek*/,
5879  1 /*onDayOfMonth*/,
5880  8 /*atTimeCode*/,
5881  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5882  (-4 + 4) /*deltaCode*/,
5883  1 /*letter; "WAT"*/,
5884  },
5885 
5886 };
5887 
5888 static const char* const kLettersNamibia[] ACE_TIME_PROGMEM = {
5889  /*0*/ "CAT",
5890  /*1*/ "WAT",
5891 
5892 };
5893 
5894 
5895 const extended::ZonePolicy kPolicyNamibia ACE_TIME_PROGMEM = {
5896  kZoneRulesNamibia /*rules*/,
5897  kLettersNamibia /* letters */,
5898  3 /*numRules*/,
5899  2 /* numLetters */,
5900 };
5901 
5902 //---------------------------------------------------------------------------
5903 // Policy name: Nic
5904 // Rules: 5
5905 // Memory (8-bit): 51
5906 // Memory (32-bit): 72
5907 //---------------------------------------------------------------------------
5908 
5909 static const extended::ZoneRule kZoneRulesNic[] ACE_TIME_PROGMEM = {
5910  // Rule Nic 1979 1980 - Jun Mon>=23 0:00 0 S
5911  {
5912  -21 /*fromYearTiny*/,
5913  -20 /*toYearTiny*/,
5914  6 /*inMonth*/,
5915  1 /*onDayOfWeek*/,
5916  23 /*onDayOfMonth*/,
5917  0 /*atTimeCode*/,
5918  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5919  (0 + 4) /*deltaCode*/,
5920  'S' /*letter*/,
5921  },
5922  // Rule Nic 2005 only - Apr 10 0:00 1:00 D
5923  {
5924  5 /*fromYearTiny*/,
5925  5 /*toYearTiny*/,
5926  4 /*inMonth*/,
5927  0 /*onDayOfWeek*/,
5928  10 /*onDayOfMonth*/,
5929  0 /*atTimeCode*/,
5930  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5931  (4 + 4) /*deltaCode*/,
5932  'D' /*letter*/,
5933  },
5934  // Rule Nic 2005 only - Oct Sun>=1 0:00 0 S
5935  {
5936  5 /*fromYearTiny*/,
5937  5 /*toYearTiny*/,
5938  10 /*inMonth*/,
5939  7 /*onDayOfWeek*/,
5940  1 /*onDayOfMonth*/,
5941  0 /*atTimeCode*/,
5942  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5943  (0 + 4) /*deltaCode*/,
5944  'S' /*letter*/,
5945  },
5946  // Rule Nic 2006 only - Apr 30 2:00 1:00 D
5947  {
5948  6 /*fromYearTiny*/,
5949  6 /*toYearTiny*/,
5950  4 /*inMonth*/,
5951  0 /*onDayOfWeek*/,
5952  30 /*onDayOfMonth*/,
5953  8 /*atTimeCode*/,
5954  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5955  (4 + 4) /*deltaCode*/,
5956  'D' /*letter*/,
5957  },
5958  // Rule Nic 2006 only - Oct Sun>=1 1:00 0 S
5959  {
5960  6 /*fromYearTiny*/,
5961  6 /*toYearTiny*/,
5962  10 /*inMonth*/,
5963  7 /*onDayOfWeek*/,
5964  1 /*onDayOfMonth*/,
5965  4 /*atTimeCode*/,
5966  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5967  (0 + 4) /*deltaCode*/,
5968  'S' /*letter*/,
5969  },
5970 
5971 };
5972 
5973 
5974 
5975 const extended::ZonePolicy kPolicyNic ACE_TIME_PROGMEM = {
5976  kZoneRulesNic /*rules*/,
5977  nullptr /* letters */,
5978  5 /*numRules*/,
5979  0 /* numLetters */,
5980 };
5981 
5982 //---------------------------------------------------------------------------
5983 // Policy name: PRC
5984 // Rules: 1
5985 // Memory (8-bit): 15
5986 // Memory (32-bit): 24
5987 //---------------------------------------------------------------------------
5988 
5989 static const extended::ZoneRule kZoneRulesPRC[] ACE_TIME_PROGMEM = {
5990  // Rule PRC 1986 1991 - Sep Sun>=11 2:00 0 S
5991  {
5992  -14 /*fromYearTiny*/,
5993  -9 /*toYearTiny*/,
5994  9 /*inMonth*/,
5995  7 /*onDayOfWeek*/,
5996  11 /*onDayOfMonth*/,
5997  8 /*atTimeCode*/,
5998  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
5999  (0 + 4) /*deltaCode*/,
6000  'S' /*letter*/,
6001  },
6002 
6003 };
6004 
6005 
6006 
6007 const extended::ZonePolicy kPolicyPRC ACE_TIME_PROGMEM = {
6008  kZoneRulesPRC /*rules*/,
6009  nullptr /* letters */,
6010  1 /*numRules*/,
6011  0 /* numLetters */,
6012 };
6013 
6014 //---------------------------------------------------------------------------
6015 // Policy name: Pakistan
6016 // Rules: 6
6017 // Memory (8-bit): 60
6018 // Memory (32-bit): 84
6019 //---------------------------------------------------------------------------
6020 
6021 static const extended::ZoneRule kZoneRulesPakistan[] ACE_TIME_PROGMEM = {
6022  // Anchor: Rule Pakistan 2002 only - Oct Sun>=2 0:00 0 -
6023  {
6024  -127 /*fromYearTiny*/,
6025  -127 /*toYearTiny*/,
6026  1 /*inMonth*/,
6027  0 /*onDayOfWeek*/,
6028  1 /*onDayOfMonth*/,
6029  0 /*atTimeCode*/,
6030  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6031  (0 + 4) /*deltaCode*/,
6032  '-' /*letter*/,
6033  },
6034  // Rule Pakistan 2002 only - Apr Sun>=2 0:00 1:00 S
6035  {
6036  2 /*fromYearTiny*/,
6037  2 /*toYearTiny*/,
6038  4 /*inMonth*/,
6039  7 /*onDayOfWeek*/,
6040  2 /*onDayOfMonth*/,
6041  0 /*atTimeCode*/,
6042  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6043  (4 + 4) /*deltaCode*/,
6044  'S' /*letter*/,
6045  },
6046  // Rule Pakistan 2002 only - Oct Sun>=2 0:00 0 -
6047  {
6048  2 /*fromYearTiny*/,
6049  2 /*toYearTiny*/,
6050  10 /*inMonth*/,
6051  7 /*onDayOfWeek*/,
6052  2 /*onDayOfMonth*/,
6053  0 /*atTimeCode*/,
6054  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6055  (0 + 4) /*deltaCode*/,
6056  '-' /*letter*/,
6057  },
6058  // Rule Pakistan 2008 only - Jun 1 0:00 1:00 S
6059  {
6060  8 /*fromYearTiny*/,
6061  8 /*toYearTiny*/,
6062  6 /*inMonth*/,
6063  0 /*onDayOfWeek*/,
6064  1 /*onDayOfMonth*/,
6065  0 /*atTimeCode*/,
6066  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6067  (4 + 4) /*deltaCode*/,
6068  'S' /*letter*/,
6069  },
6070  // Rule Pakistan 2008 2009 - Nov 1 0:00 0 -
6071  {
6072  8 /*fromYearTiny*/,
6073  9 /*toYearTiny*/,
6074  11 /*inMonth*/,
6075  0 /*onDayOfWeek*/,
6076  1 /*onDayOfMonth*/,
6077  0 /*atTimeCode*/,
6078  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6079  (0 + 4) /*deltaCode*/,
6080  '-' /*letter*/,
6081  },
6082  // Rule Pakistan 2009 only - Apr 15 0:00 1:00 S
6083  {
6084  9 /*fromYearTiny*/,
6085  9 /*toYearTiny*/,
6086  4 /*inMonth*/,
6087  0 /*onDayOfWeek*/,
6088  15 /*onDayOfMonth*/,
6089  0 /*atTimeCode*/,
6090  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6091  (4 + 4) /*deltaCode*/,
6092  'S' /*letter*/,
6093  },
6094 
6095 };
6096 
6097 
6098 
6099 const extended::ZonePolicy kPolicyPakistan ACE_TIME_PROGMEM = {
6100  kZoneRulesPakistan /*rules*/,
6101  nullptr /* letters */,
6102  6 /*numRules*/,
6103  0 /* numLetters */,
6104 };
6105 
6106 //---------------------------------------------------------------------------
6107 // Policy name: Palestine
6108 // Rules: 25
6109 // Memory (8-bit): 231
6110 // Memory (32-bit): 312
6111 //---------------------------------------------------------------------------
6112 
6113 static const extended::ZoneRule kZoneRulesPalestine[] ACE_TIME_PROGMEM = {
6114  // Anchor: Rule Palestine 1999 2003 - Oct Fri>=15 0:00 0 -
6115  {
6116  -127 /*fromYearTiny*/,
6117  -127 /*toYearTiny*/,
6118  1 /*inMonth*/,
6119  0 /*onDayOfWeek*/,
6120  1 /*onDayOfMonth*/,
6121  0 /*atTimeCode*/,
6122  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6123  (0 + 4) /*deltaCode*/,
6124  '-' /*letter*/,
6125  },
6126  // Rule Palestine 1999 2005 - Apr Fri>=15 0:00 1:00 S
6127  {
6128  -1 /*fromYearTiny*/,
6129  5 /*toYearTiny*/,
6130  4 /*inMonth*/,
6131  5 /*onDayOfWeek*/,
6132  15 /*onDayOfMonth*/,
6133  0 /*atTimeCode*/,
6134  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6135  (4 + 4) /*deltaCode*/,
6136  'S' /*letter*/,
6137  },
6138  // Rule Palestine 1999 2003 - Oct Fri>=15 0:00 0 -
6139  {
6140  -1 /*fromYearTiny*/,
6141  3 /*toYearTiny*/,
6142  10 /*inMonth*/,
6143  5 /*onDayOfWeek*/,
6144  15 /*onDayOfMonth*/,
6145  0 /*atTimeCode*/,
6146  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6147  (0 + 4) /*deltaCode*/,
6148  '-' /*letter*/,
6149  },
6150  // Rule Palestine 2004 only - Oct 1 1:00 0 -
6151  {
6152  4 /*fromYearTiny*/,
6153  4 /*toYearTiny*/,
6154  10 /*inMonth*/,
6155  0 /*onDayOfWeek*/,
6156  1 /*onDayOfMonth*/,
6157  4 /*atTimeCode*/,
6158  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6159  (0 + 4) /*deltaCode*/,
6160  '-' /*letter*/,
6161  },
6162  // Rule Palestine 2005 only - Oct 4 2:00 0 -
6163  {
6164  5 /*fromYearTiny*/,
6165  5 /*toYearTiny*/,
6166  10 /*inMonth*/,
6167  0 /*onDayOfWeek*/,
6168  4 /*onDayOfMonth*/,
6169  8 /*atTimeCode*/,
6170  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6171  (0 + 4) /*deltaCode*/,
6172  '-' /*letter*/,
6173  },
6174  // Rule Palestine 2006 2007 - Apr 1 0:00 1:00 S
6175  {
6176  6 /*fromYearTiny*/,
6177  7 /*toYearTiny*/,
6178  4 /*inMonth*/,
6179  0 /*onDayOfWeek*/,
6180  1 /*onDayOfMonth*/,
6181  0 /*atTimeCode*/,
6182  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6183  (4 + 4) /*deltaCode*/,
6184  'S' /*letter*/,
6185  },
6186  // Rule Palestine 2006 only - Sep 22 0:00 0 -
6187  {
6188  6 /*fromYearTiny*/,
6189  6 /*toYearTiny*/,
6190  9 /*inMonth*/,
6191  0 /*onDayOfWeek*/,
6192  22 /*onDayOfMonth*/,
6193  0 /*atTimeCode*/,
6194  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6195  (0 + 4) /*deltaCode*/,
6196  '-' /*letter*/,
6197  },
6198  // Rule Palestine 2007 only - Sep Thu>=8 2:00 0 -
6199  {
6200  7 /*fromYearTiny*/,
6201  7 /*toYearTiny*/,
6202  9 /*inMonth*/,
6203  4 /*onDayOfWeek*/,
6204  8 /*onDayOfMonth*/,
6205  8 /*atTimeCode*/,
6206  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6207  (0 + 4) /*deltaCode*/,
6208  '-' /*letter*/,
6209  },
6210  // Rule Palestine 2008 2009 - Mar lastFri 0:00 1:00 S
6211  {
6212  8 /*fromYearTiny*/,
6213  9 /*toYearTiny*/,
6214  3 /*inMonth*/,
6215  5 /*onDayOfWeek*/,
6216  0 /*onDayOfMonth*/,
6217  0 /*atTimeCode*/,
6218  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6219  (4 + 4) /*deltaCode*/,
6220  'S' /*letter*/,
6221  },
6222  // Rule Palestine 2008 only - Sep 1 0:00 0 -
6223  {
6224  8 /*fromYearTiny*/,
6225  8 /*toYearTiny*/,
6226  9 /*inMonth*/,
6227  0 /*onDayOfWeek*/,
6228  1 /*onDayOfMonth*/,
6229  0 /*atTimeCode*/,
6230  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6231  (0 + 4) /*deltaCode*/,
6232  '-' /*letter*/,
6233  },
6234  // Rule Palestine 2009 only - Sep Fri>=1 1:00 0 -
6235  {
6236  9 /*fromYearTiny*/,
6237  9 /*toYearTiny*/,
6238  9 /*inMonth*/,
6239  5 /*onDayOfWeek*/,
6240  1 /*onDayOfMonth*/,
6241  4 /*atTimeCode*/,
6242  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6243  (0 + 4) /*deltaCode*/,
6244  '-' /*letter*/,
6245  },
6246  // Rule Palestine 2010 only - Mar 26 0:00 1:00 S
6247  {
6248  10 /*fromYearTiny*/,
6249  10 /*toYearTiny*/,
6250  3 /*inMonth*/,
6251  0 /*onDayOfWeek*/,
6252  26 /*onDayOfMonth*/,
6253  0 /*atTimeCode*/,
6254  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6255  (4 + 4) /*deltaCode*/,
6256  'S' /*letter*/,
6257  },
6258  // Rule Palestine 2010 only - Aug 11 0:00 0 -
6259  {
6260  10 /*fromYearTiny*/,
6261  10 /*toYearTiny*/,
6262  8 /*inMonth*/,
6263  0 /*onDayOfWeek*/,
6264  11 /*onDayOfMonth*/,
6265  0 /*atTimeCode*/,
6266  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6267  (0 + 4) /*deltaCode*/,
6268  '-' /*letter*/,
6269  },
6270  // Rule Palestine 2011 only - Apr 1 0:01 1:00 S
6271  {
6272  11 /*fromYearTiny*/,
6273  11 /*toYearTiny*/,
6274  4 /*inMonth*/,
6275  0 /*onDayOfWeek*/,
6276  1 /*onDayOfMonth*/,
6277  0 /*atTimeCode*/,
6278  extended::ZoneContext::kSuffixW + 1 /*atTimeModifier*/,
6279  (4 + 4) /*deltaCode*/,
6280  'S' /*letter*/,
6281  },
6282  // Rule Palestine 2011 only - Aug 1 0:00 0 -
6283  {
6284  11 /*fromYearTiny*/,
6285  11 /*toYearTiny*/,
6286  8 /*inMonth*/,
6287  0 /*onDayOfWeek*/,
6288  1 /*onDayOfMonth*/,
6289  0 /*atTimeCode*/,
6290  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6291  (0 + 4) /*deltaCode*/,
6292  '-' /*letter*/,
6293  },
6294  // Rule Palestine 2011 only - Aug 30 0:00 1:00 S
6295  {
6296  11 /*fromYearTiny*/,
6297  11 /*toYearTiny*/,
6298  8 /*inMonth*/,
6299  0 /*onDayOfWeek*/,
6300  30 /*onDayOfMonth*/,
6301  0 /*atTimeCode*/,
6302  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6303  (4 + 4) /*deltaCode*/,
6304  'S' /*letter*/,
6305  },
6306  // Rule Palestine 2011 only - Sep 30 0:00 0 -
6307  {
6308  11 /*fromYearTiny*/,
6309  11 /*toYearTiny*/,
6310  9 /*inMonth*/,
6311  0 /*onDayOfWeek*/,
6312  30 /*onDayOfMonth*/,
6313  0 /*atTimeCode*/,
6314  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6315  (0 + 4) /*deltaCode*/,
6316  '-' /*letter*/,
6317  },
6318  // Rule Palestine 2012 2014 - Mar lastThu 24:00 1:00 S
6319  {
6320  12 /*fromYearTiny*/,
6321  14 /*toYearTiny*/,
6322  3 /*inMonth*/,
6323  4 /*onDayOfWeek*/,
6324  0 /*onDayOfMonth*/,
6325  96 /*atTimeCode*/,
6326  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6327  (4 + 4) /*deltaCode*/,
6328  'S' /*letter*/,
6329  },
6330  // Rule Palestine 2012 only - Sep 21 1:00 0 -
6331  {
6332  12 /*fromYearTiny*/,
6333  12 /*toYearTiny*/,
6334  9 /*inMonth*/,
6335  0 /*onDayOfWeek*/,
6336  21 /*onDayOfMonth*/,
6337  4 /*atTimeCode*/,
6338  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6339  (0 + 4) /*deltaCode*/,
6340  '-' /*letter*/,
6341  },
6342  // Rule Palestine 2013 only - Sep Fri>=21 0:00 0 -
6343  {
6344  13 /*fromYearTiny*/,
6345  13 /*toYearTiny*/,
6346  9 /*inMonth*/,
6347  5 /*onDayOfWeek*/,
6348  21 /*onDayOfMonth*/,
6349  0 /*atTimeCode*/,
6350  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6351  (0 + 4) /*deltaCode*/,
6352  '-' /*letter*/,
6353  },
6354  // Rule Palestine 2014 2015 - Oct Fri>=21 0:00 0 -
6355  {
6356  14 /*fromYearTiny*/,
6357  15 /*toYearTiny*/,
6358  10 /*inMonth*/,
6359  5 /*onDayOfWeek*/,
6360  21 /*onDayOfMonth*/,
6361  0 /*atTimeCode*/,
6362  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6363  (0 + 4) /*deltaCode*/,
6364  '-' /*letter*/,
6365  },
6366  // Rule Palestine 2015 only - Mar lastFri 24:00 1:00 S
6367  {
6368  15 /*fromYearTiny*/,
6369  15 /*toYearTiny*/,
6370  3 /*inMonth*/,
6371  5 /*onDayOfWeek*/,
6372  0 /*onDayOfMonth*/,
6373  96 /*atTimeCode*/,
6374  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6375  (4 + 4) /*deltaCode*/,
6376  'S' /*letter*/,
6377  },
6378  // Rule Palestine 2016 2018 - Mar Sat>=24 1:00 1:00 S
6379  {
6380  16 /*fromYearTiny*/,
6381  18 /*toYearTiny*/,
6382  3 /*inMonth*/,
6383  6 /*onDayOfWeek*/,
6384  24 /*onDayOfMonth*/,
6385  4 /*atTimeCode*/,
6386  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6387  (4 + 4) /*deltaCode*/,
6388  'S' /*letter*/,
6389  },
6390  // Rule Palestine 2016 max - Oct lastSat 1:00 0 -
6391  {
6392  16 /*fromYearTiny*/,
6393  126 /*toYearTiny*/,
6394  10 /*inMonth*/,
6395  6 /*onDayOfWeek*/,
6396  0 /*onDayOfMonth*/,
6397  4 /*atTimeCode*/,
6398  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6399  (0 + 4) /*deltaCode*/,
6400  '-' /*letter*/,
6401  },
6402  // Rule Palestine 2019 max - Mar lastFri 0:00 1:00 S
6403  {
6404  19 /*fromYearTiny*/,
6405  126 /*toYearTiny*/,
6406  3 /*inMonth*/,
6407  5 /*onDayOfWeek*/,
6408  0 /*onDayOfMonth*/,
6409  0 /*atTimeCode*/,
6410  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6411  (4 + 4) /*deltaCode*/,
6412  'S' /*letter*/,
6413  },
6414 
6415 };
6416 
6417 
6418 
6419 const extended::ZonePolicy kPolicyPalestine ACE_TIME_PROGMEM = {
6420  kZoneRulesPalestine /*rules*/,
6421  nullptr /* letters */,
6422  25 /*numRules*/,
6423  0 /* numLetters */,
6424 };
6425 
6426 //---------------------------------------------------------------------------
6427 // Policy name: Para
6428 // Rules: 10
6429 // Memory (8-bit): 96
6430 // Memory (32-bit): 132
6431 //---------------------------------------------------------------------------
6432 
6433 static const extended::ZoneRule kZoneRulesPara[] ACE_TIME_PROGMEM = {
6434  // Rule Para 1996 2001 - Oct Sun>=1 0:00 1:00 -
6435  {
6436  -4 /*fromYearTiny*/,
6437  1 /*toYearTiny*/,
6438  10 /*inMonth*/,
6439  7 /*onDayOfWeek*/,
6440  1 /*onDayOfMonth*/,
6441  0 /*atTimeCode*/,
6442  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6443  (4 + 4) /*deltaCode*/,
6444  '-' /*letter*/,
6445  },
6446  // Rule Para 1997 only - Feb lastSun 0:00 0 -
6447  {
6448  -3 /*fromYearTiny*/,
6449  -3 /*toYearTiny*/,
6450  2 /*inMonth*/,
6451  7 /*onDayOfWeek*/,
6452  0 /*onDayOfMonth*/,
6453  0 /*atTimeCode*/,
6454  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6455  (0 + 4) /*deltaCode*/,
6456  '-' /*letter*/,
6457  },
6458  // Rule Para 1998 2001 - Mar Sun>=1 0:00 0 -
6459  {
6460  -2 /*fromYearTiny*/,
6461  1 /*toYearTiny*/,
6462  3 /*inMonth*/,
6463  7 /*onDayOfWeek*/,
6464  1 /*onDayOfMonth*/,
6465  0 /*atTimeCode*/,
6466  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6467  (0 + 4) /*deltaCode*/,
6468  '-' /*letter*/,
6469  },
6470  // Rule Para 2002 2004 - Apr Sun>=1 0:00 0 -
6471  {
6472  2 /*fromYearTiny*/,
6473  4 /*toYearTiny*/,
6474  4 /*inMonth*/,
6475  7 /*onDayOfWeek*/,
6476  1 /*onDayOfMonth*/,
6477  0 /*atTimeCode*/,
6478  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6479  (0 + 4) /*deltaCode*/,
6480  '-' /*letter*/,
6481  },
6482  // Rule Para 2002 2003 - Sep Sun>=1 0:00 1:00 -
6483  {
6484  2 /*fromYearTiny*/,
6485  3 /*toYearTiny*/,
6486  9 /*inMonth*/,
6487  7 /*onDayOfWeek*/,
6488  1 /*onDayOfMonth*/,
6489  0 /*atTimeCode*/,
6490  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6491  (4 + 4) /*deltaCode*/,
6492  '-' /*letter*/,
6493  },
6494  // Rule Para 2004 2009 - Oct Sun>=15 0:00 1:00 -
6495  {
6496  4 /*fromYearTiny*/,
6497  9 /*toYearTiny*/,
6498  10 /*inMonth*/,
6499  7 /*onDayOfWeek*/,
6500  15 /*onDayOfMonth*/,
6501  0 /*atTimeCode*/,
6502  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6503  (4 + 4) /*deltaCode*/,
6504  '-' /*letter*/,
6505  },
6506  // Rule Para 2005 2009 - Mar Sun>=8 0:00 0 -
6507  {
6508  5 /*fromYearTiny*/,
6509  9 /*toYearTiny*/,
6510  3 /*inMonth*/,
6511  7 /*onDayOfWeek*/,
6512  8 /*onDayOfMonth*/,
6513  0 /*atTimeCode*/,
6514  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6515  (0 + 4) /*deltaCode*/,
6516  '-' /*letter*/,
6517  },
6518  // Rule Para 2010 max - Oct Sun>=1 0:00 1:00 -
6519  {
6520  10 /*fromYearTiny*/,
6521  126 /*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 2010 2012 - Apr Sun>=8 0:00 0 -
6531  {
6532  10 /*fromYearTiny*/,
6533  12 /*toYearTiny*/,
6534  4 /*inMonth*/,
6535  7 /*onDayOfWeek*/,
6536  8 /*onDayOfMonth*/,
6537  0 /*atTimeCode*/,
6538  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6539  (0 + 4) /*deltaCode*/,
6540  '-' /*letter*/,
6541  },
6542  // Rule Para 2013 max - Mar Sun>=22 0:00 0 -
6543  {
6544  13 /*fromYearTiny*/,
6545  126 /*toYearTiny*/,
6546  3 /*inMonth*/,
6547  7 /*onDayOfWeek*/,
6548  22 /*onDayOfMonth*/,
6549  0 /*atTimeCode*/,
6550  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6551  (0 + 4) /*deltaCode*/,
6552  '-' /*letter*/,
6553  },
6554 
6555 };
6556 
6557 
6558 
6559 const extended::ZonePolicy kPolicyPara ACE_TIME_PROGMEM = {
6560  kZoneRulesPara /*rules*/,
6561  nullptr /* letters */,
6562  10 /*numRules*/,
6563  0 /* numLetters */,
6564 };
6565 
6566 //---------------------------------------------------------------------------
6567 // Policy name: Peru
6568 // Rules: 1
6569 // Memory (8-bit): 15
6570 // Memory (32-bit): 24
6571 //---------------------------------------------------------------------------
6572 
6573 static const extended::ZoneRule kZoneRulesPeru[] ACE_TIME_PROGMEM = {
6574  // Rule Peru 1994 only - Apr 1 0:00 0 -
6575  {
6576  -6 /*fromYearTiny*/,
6577  -6 /*toYearTiny*/,
6578  4 /*inMonth*/,
6579  0 /*onDayOfWeek*/,
6580  1 /*onDayOfMonth*/,
6581  0 /*atTimeCode*/,
6582  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6583  (0 + 4) /*deltaCode*/,
6584  '-' /*letter*/,
6585  },
6586 
6587 };
6588 
6589 
6590 
6591 const extended::ZonePolicy kPolicyPeru ACE_TIME_PROGMEM = {
6592  kZoneRulesPeru /*rules*/,
6593  nullptr /* letters */,
6594  1 /*numRules*/,
6595  0 /* numLetters */,
6596 };
6597 
6598 //---------------------------------------------------------------------------
6599 // Policy name: Phil
6600 // Rules: 1
6601 // Memory (8-bit): 15
6602 // Memory (32-bit): 24
6603 //---------------------------------------------------------------------------
6604 
6605 static const extended::ZoneRule kZoneRulesPhil[] ACE_TIME_PROGMEM = {
6606  // Rule Phil 1978 only - Sep 21 0:00 0 S
6607  {
6608  -22 /*fromYearTiny*/,
6609  -22 /*toYearTiny*/,
6610  9 /*inMonth*/,
6611  0 /*onDayOfWeek*/,
6612  21 /*onDayOfMonth*/,
6613  0 /*atTimeCode*/,
6614  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6615  (0 + 4) /*deltaCode*/,
6616  'S' /*letter*/,
6617  },
6618 
6619 };
6620 
6621 
6622 
6623 const extended::ZonePolicy kPolicyPhil ACE_TIME_PROGMEM = {
6624  kZoneRulesPhil /*rules*/,
6625  nullptr /* letters */,
6626  1 /*numRules*/,
6627  0 /* numLetters */,
6628 };
6629 
6630 //---------------------------------------------------------------------------
6631 // Policy name: ROK
6632 // Rules: 1
6633 // Memory (8-bit): 15
6634 // Memory (32-bit): 24
6635 //---------------------------------------------------------------------------
6636 
6637 static const extended::ZoneRule kZoneRulesROK[] ACE_TIME_PROGMEM = {
6638  // Rule ROK 1987 1988 - Oct Sun>=8 3:00 0 S
6639  {
6640  -13 /*fromYearTiny*/,
6641  -12 /*toYearTiny*/,
6642  10 /*inMonth*/,
6643  7 /*onDayOfWeek*/,
6644  8 /*onDayOfMonth*/,
6645  12 /*atTimeCode*/,
6646  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6647  (0 + 4) /*deltaCode*/,
6648  'S' /*letter*/,
6649  },
6650 
6651 };
6652 
6653 
6654 
6655 const extended::ZonePolicy kPolicyROK ACE_TIME_PROGMEM = {
6656  kZoneRulesROK /*rules*/,
6657  nullptr /* letters */,
6658  1 /*numRules*/,
6659  0 /* numLetters */,
6660 };
6661 
6662 //---------------------------------------------------------------------------
6663 // Policy name: Russia
6664 // Rules: 3
6665 // Memory (8-bit): 33
6666 // Memory (32-bit): 48
6667 //---------------------------------------------------------------------------
6668 
6669 static const extended::ZoneRule kZoneRulesRussia[] ACE_TIME_PROGMEM = {
6670  // Rule Russia 1984 1995 - Sep lastSun 2:00s 0 -
6671  {
6672  -16 /*fromYearTiny*/,
6673  -5 /*toYearTiny*/,
6674  9 /*inMonth*/,
6675  7 /*onDayOfWeek*/,
6676  0 /*onDayOfMonth*/,
6677  8 /*atTimeCode*/,
6678  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
6679  (0 + 4) /*deltaCode*/,
6680  '-' /*letter*/,
6681  },
6682  // Rule Russia 1985 2010 - Mar lastSun 2:00s 1:00 S
6683  {
6684  -15 /*fromYearTiny*/,
6685  10 /*toYearTiny*/,
6686  3 /*inMonth*/,
6687  7 /*onDayOfWeek*/,
6688  0 /*onDayOfMonth*/,
6689  8 /*atTimeCode*/,
6690  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
6691  (4 + 4) /*deltaCode*/,
6692  'S' /*letter*/,
6693  },
6694  // Rule Russia 1996 2010 - Oct lastSun 2:00s 0 -
6695  {
6696  -4 /*fromYearTiny*/,
6697  10 /*toYearTiny*/,
6698  10 /*inMonth*/,
6699  7 /*onDayOfWeek*/,
6700  0 /*onDayOfMonth*/,
6701  8 /*atTimeCode*/,
6702  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
6703  (0 + 4) /*deltaCode*/,
6704  '-' /*letter*/,
6705  },
6706 
6707 };
6708 
6709 
6710 
6711 const extended::ZonePolicy kPolicyRussia ACE_TIME_PROGMEM = {
6712  kZoneRulesRussia /*rules*/,
6713  nullptr /* letters */,
6714  3 /*numRules*/,
6715  0 /* numLetters */,
6716 };
6717 
6718 //---------------------------------------------------------------------------
6719 // Policy name: RussiaAsia
6720 // Rules: 3
6721 // Memory (8-bit): 33
6722 // Memory (32-bit): 48
6723 //---------------------------------------------------------------------------
6724 
6725 static const extended::ZoneRule kZoneRulesRussiaAsia[] ACE_TIME_PROGMEM = {
6726  // Rule RussiaAsia 1984 1995 - Sep lastSun 2:00s 0 -
6727  {
6728  -16 /*fromYearTiny*/,
6729  -5 /*toYearTiny*/,
6730  9 /*inMonth*/,
6731  7 /*onDayOfWeek*/,
6732  0 /*onDayOfMonth*/,
6733  8 /*atTimeCode*/,
6734  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
6735  (0 + 4) /*deltaCode*/,
6736  '-' /*letter*/,
6737  },
6738  // Rule RussiaAsia 1985 2010 - Mar lastSun 2:00s 1:00 -
6739  {
6740  -15 /*fromYearTiny*/,
6741  10 /*toYearTiny*/,
6742  3 /*inMonth*/,
6743  7 /*onDayOfWeek*/,
6744  0 /*onDayOfMonth*/,
6745  8 /*atTimeCode*/,
6746  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
6747  (4 + 4) /*deltaCode*/,
6748  '-' /*letter*/,
6749  },
6750  // Rule RussiaAsia 1996 2010 - Oct lastSun 2:00s 0 -
6751  {
6752  -4 /*fromYearTiny*/,
6753  10 /*toYearTiny*/,
6754  10 /*inMonth*/,
6755  7 /*onDayOfWeek*/,
6756  0 /*onDayOfMonth*/,
6757  8 /*atTimeCode*/,
6758  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
6759  (0 + 4) /*deltaCode*/,
6760  '-' /*letter*/,
6761  },
6762 
6763 };
6764 
6765 
6766 
6767 const extended::ZonePolicy kPolicyRussiaAsia ACE_TIME_PROGMEM = {
6768  kZoneRulesRussiaAsia /*rules*/,
6769  nullptr /* letters */,
6770  3 /*numRules*/,
6771  0 /* numLetters */,
6772 };
6773 
6774 //---------------------------------------------------------------------------
6775 // Policy name: SA
6776 // Rules: 1
6777 // Memory (8-bit): 15
6778 // Memory (32-bit): 24
6779 //---------------------------------------------------------------------------
6780 
6781 static const extended::ZoneRule kZoneRulesSA[] ACE_TIME_PROGMEM = {
6782  // Rule SA 1943 1944 - Mar Sun>=15 2:00 0 -
6783  {
6784  -57 /*fromYearTiny*/,
6785  -56 /*toYearTiny*/,
6786  3 /*inMonth*/,
6787  7 /*onDayOfWeek*/,
6788  15 /*onDayOfMonth*/,
6789  8 /*atTimeCode*/,
6790  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6791  (0 + 4) /*deltaCode*/,
6792  '-' /*letter*/,
6793  },
6794 
6795 };
6796 
6797 
6798 
6799 const extended::ZonePolicy kPolicySA ACE_TIME_PROGMEM = {
6800  kZoneRulesSA /*rules*/,
6801  nullptr /* letters */,
6802  1 /*numRules*/,
6803  0 /* numLetters */,
6804 };
6805 
6806 //---------------------------------------------------------------------------
6807 // Policy name: Salv
6808 // Rules: 1
6809 // Memory (8-bit): 15
6810 // Memory (32-bit): 24
6811 //---------------------------------------------------------------------------
6812 
6813 static const extended::ZoneRule kZoneRulesSalv[] ACE_TIME_PROGMEM = {
6814  // Rule Salv 1987 1988 - Sep lastSun 0:00 0 S
6815  {
6816  -13 /*fromYearTiny*/,
6817  -12 /*toYearTiny*/,
6818  9 /*inMonth*/,
6819  7 /*onDayOfWeek*/,
6820  0 /*onDayOfMonth*/,
6821  0 /*atTimeCode*/,
6822  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6823  (0 + 4) /*deltaCode*/,
6824  'S' /*letter*/,
6825  },
6826 
6827 };
6828 
6829 
6830 
6831 const extended::ZonePolicy kPolicySalv ACE_TIME_PROGMEM = {
6832  kZoneRulesSalv /*rules*/,
6833  nullptr /* letters */,
6834  1 /*numRules*/,
6835  0 /* numLetters */,
6836 };
6837 
6838 //---------------------------------------------------------------------------
6839 // Policy name: SanLuis
6840 // Rules: 3
6841 // Memory (8-bit): 33
6842 // Memory (32-bit): 48
6843 //---------------------------------------------------------------------------
6844 
6845 static const extended::ZoneRule kZoneRulesSanLuis[] ACE_TIME_PROGMEM = {
6846  // Anchor: Rule SanLuis 2008 2009 - Mar Sun>=8 0:00 0 -
6847  {
6848  -127 /*fromYearTiny*/,
6849  -127 /*toYearTiny*/,
6850  1 /*inMonth*/,
6851  0 /*onDayOfWeek*/,
6852  1 /*onDayOfMonth*/,
6853  0 /*atTimeCode*/,
6854  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6855  (0 + 4) /*deltaCode*/,
6856  '-' /*letter*/,
6857  },
6858  // Rule SanLuis 2008 2009 - Mar Sun>=8 0:00 0 -
6859  {
6860  8 /*fromYearTiny*/,
6861  9 /*toYearTiny*/,
6862  3 /*inMonth*/,
6863  7 /*onDayOfWeek*/,
6864  8 /*onDayOfMonth*/,
6865  0 /*atTimeCode*/,
6866  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6867  (0 + 4) /*deltaCode*/,
6868  '-' /*letter*/,
6869  },
6870  // Rule SanLuis 2007 2008 - Oct Sun>=8 0:00 1:00 -
6871  {
6872  7 /*fromYearTiny*/,
6873  8 /*toYearTiny*/,
6874  10 /*inMonth*/,
6875  7 /*onDayOfWeek*/,
6876  8 /*onDayOfMonth*/,
6877  0 /*atTimeCode*/,
6878  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6879  (4 + 4) /*deltaCode*/,
6880  '-' /*letter*/,
6881  },
6882 
6883 };
6884 
6885 
6886 
6887 const extended::ZonePolicy kPolicySanLuis ACE_TIME_PROGMEM = {
6888  kZoneRulesSanLuis /*rules*/,
6889  nullptr /* letters */,
6890  3 /*numRules*/,
6891  0 /* numLetters */,
6892 };
6893 
6894 //---------------------------------------------------------------------------
6895 // Policy name: StJohns
6896 // Rules: 5
6897 // Memory (8-bit): 56
6898 // Memory (32-bit): 79
6899 //---------------------------------------------------------------------------
6900 
6901 static const extended::ZoneRule kZoneRulesStJohns[] ACE_TIME_PROGMEM = {
6902  // Rule StJohns 1987 2006 - Oct lastSun 0:01 0 S
6903  {
6904  -13 /*fromYearTiny*/,
6905  6 /*toYearTiny*/,
6906  10 /*inMonth*/,
6907  7 /*onDayOfWeek*/,
6908  0 /*onDayOfMonth*/,
6909  0 /*atTimeCode*/,
6910  extended::ZoneContext::kSuffixW + 1 /*atTimeModifier*/,
6911  (0 + 4) /*deltaCode*/,
6912  'S' /*letter*/,
6913  },
6914  // Rule StJohns 1988 only - Apr Sun>=1 0:01 2:00 DD
6915  {
6916  -12 /*fromYearTiny*/,
6917  -12 /*toYearTiny*/,
6918  4 /*inMonth*/,
6919  7 /*onDayOfWeek*/,
6920  1 /*onDayOfMonth*/,
6921  0 /*atTimeCode*/,
6922  extended::ZoneContext::kSuffixW + 1 /*atTimeModifier*/,
6923  (8 + 4) /*deltaCode*/,
6924  0 /*letter; "DD"*/,
6925  },
6926  // Rule StJohns 1989 2006 - Apr Sun>=1 0:01 1:00 D
6927  {
6928  -11 /*fromYearTiny*/,
6929  6 /*toYearTiny*/,
6930  4 /*inMonth*/,
6931  7 /*onDayOfWeek*/,
6932  1 /*onDayOfMonth*/,
6933  0 /*atTimeCode*/,
6934  extended::ZoneContext::kSuffixW + 1 /*atTimeModifier*/,
6935  (4 + 4) /*deltaCode*/,
6936  'D' /*letter*/,
6937  },
6938  // Rule StJohns 2007 2011 - Mar Sun>=8 0:01 1:00 D
6939  {
6940  7 /*fromYearTiny*/,
6941  11 /*toYearTiny*/,
6942  3 /*inMonth*/,
6943  7 /*onDayOfWeek*/,
6944  8 /*onDayOfMonth*/,
6945  0 /*atTimeCode*/,
6946  extended::ZoneContext::kSuffixW + 1 /*atTimeModifier*/,
6947  (4 + 4) /*deltaCode*/,
6948  'D' /*letter*/,
6949  },
6950  // Rule StJohns 2007 2010 - Nov Sun>=1 0:01 0 S
6951  {
6952  7 /*fromYearTiny*/,
6953  10 /*toYearTiny*/,
6954  11 /*inMonth*/,
6955  7 /*onDayOfWeek*/,
6956  1 /*onDayOfMonth*/,
6957  0 /*atTimeCode*/,
6958  extended::ZoneContext::kSuffixW + 1 /*atTimeModifier*/,
6959  (0 + 4) /*deltaCode*/,
6960  'S' /*letter*/,
6961  },
6962 
6963 };
6964 
6965 static const char* const kLettersStJohns[] ACE_TIME_PROGMEM = {
6966  /*0*/ "DD",
6967 
6968 };
6969 
6970 
6971 const extended::ZonePolicy kPolicyStJohns ACE_TIME_PROGMEM = {
6972  kZoneRulesStJohns /*rules*/,
6973  kLettersStJohns /* letters */,
6974  5 /*numRules*/,
6975  1 /* numLetters */,
6976 };
6977 
6978 //---------------------------------------------------------------------------
6979 // Policy name: Sudan
6980 // Rules: 1
6981 // Memory (8-bit): 15
6982 // Memory (32-bit): 24
6983 //---------------------------------------------------------------------------
6984 
6985 static const extended::ZoneRule kZoneRulesSudan[] ACE_TIME_PROGMEM = {
6986  // Rule Sudan 1970 1985 - Oct 15 0:00 0 -
6987  {
6988  -30 /*fromYearTiny*/,
6989  -15 /*toYearTiny*/,
6990  10 /*inMonth*/,
6991  0 /*onDayOfWeek*/,
6992  15 /*onDayOfMonth*/,
6993  0 /*atTimeCode*/,
6994  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
6995  (0 + 4) /*deltaCode*/,
6996  '-' /*letter*/,
6997  },
6998 
6999 };
7000 
7001 
7002 
7003 const extended::ZonePolicy kPolicySudan ACE_TIME_PROGMEM = {
7004  kZoneRulesSudan /*rules*/,
7005  nullptr /* letters */,
7006  1 /*numRules*/,
7007  0 /* numLetters */,
7008 };
7009 
7010 //---------------------------------------------------------------------------
7011 // Policy name: Syria
7012 // Rules: 12
7013 // Memory (8-bit): 114
7014 // Memory (32-bit): 156
7015 //---------------------------------------------------------------------------
7016 
7017 static const extended::ZoneRule kZoneRulesSyria[] ACE_TIME_PROGMEM = {
7018  // Rule Syria 1994 2005 - Oct 1 0:00 0 -
7019  {
7020  -6 /*fromYearTiny*/,
7021  5 /*toYearTiny*/,
7022  10 /*inMonth*/,
7023  0 /*onDayOfWeek*/,
7024  1 /*onDayOfMonth*/,
7025  0 /*atTimeCode*/,
7026  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7027  (0 + 4) /*deltaCode*/,
7028  '-' /*letter*/,
7029  },
7030  // Rule Syria 1997 1998 - Mar lastMon 0:00 1:00 S
7031  {
7032  -3 /*fromYearTiny*/,
7033  -2 /*toYearTiny*/,
7034  3 /*inMonth*/,
7035  1 /*onDayOfWeek*/,
7036  0 /*onDayOfMonth*/,
7037  0 /*atTimeCode*/,
7038  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7039  (4 + 4) /*deltaCode*/,
7040  'S' /*letter*/,
7041  },
7042  // Rule Syria 1999 2006 - Apr 1 0:00 1:00 S
7043  {
7044  -1 /*fromYearTiny*/,
7045  6 /*toYearTiny*/,
7046  4 /*inMonth*/,
7047  0 /*onDayOfWeek*/,
7048  1 /*onDayOfMonth*/,
7049  0 /*atTimeCode*/,
7050  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7051  (4 + 4) /*deltaCode*/,
7052  'S' /*letter*/,
7053  },
7054  // Rule Syria 2006 only - Sep 22 0:00 0 -
7055  {
7056  6 /*fromYearTiny*/,
7057  6 /*toYearTiny*/,
7058  9 /*inMonth*/,
7059  0 /*onDayOfWeek*/,
7060  22 /*onDayOfMonth*/,
7061  0 /*atTimeCode*/,
7062  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7063  (0 + 4) /*deltaCode*/,
7064  '-' /*letter*/,
7065  },
7066  // Rule Syria 2007 only - Mar lastFri 0:00 1:00 S
7067  {
7068  7 /*fromYearTiny*/,
7069  7 /*toYearTiny*/,
7070  3 /*inMonth*/,
7071  5 /*onDayOfWeek*/,
7072  0 /*onDayOfMonth*/,
7073  0 /*atTimeCode*/,
7074  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7075  (4 + 4) /*deltaCode*/,
7076  'S' /*letter*/,
7077  },
7078  // Rule Syria 2007 only - Nov Fri>=1 0:00 0 -
7079  {
7080  7 /*fromYearTiny*/,
7081  7 /*toYearTiny*/,
7082  11 /*inMonth*/,
7083  5 /*onDayOfWeek*/,
7084  1 /*onDayOfMonth*/,
7085  0 /*atTimeCode*/,
7086  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7087  (0 + 4) /*deltaCode*/,
7088  '-' /*letter*/,
7089  },
7090  // Rule Syria 2008 only - Apr Fri>=1 0:00 1:00 S
7091  {
7092  8 /*fromYearTiny*/,
7093  8 /*toYearTiny*/,
7094  4 /*inMonth*/,
7095  5 /*onDayOfWeek*/,
7096  1 /*onDayOfMonth*/,
7097  0 /*atTimeCode*/,
7098  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7099  (4 + 4) /*deltaCode*/,
7100  'S' /*letter*/,
7101  },
7102  // Rule Syria 2008 only - Nov 1 0:00 0 -
7103  {
7104  8 /*fromYearTiny*/,
7105  8 /*toYearTiny*/,
7106  11 /*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 2009 only - Mar lastFri 0:00 1:00 S
7115  {
7116  9 /*fromYearTiny*/,
7117  9 /*toYearTiny*/,
7118  3 /*inMonth*/,
7119  5 /*onDayOfWeek*/,
7120  0 /*onDayOfMonth*/,
7121  0 /*atTimeCode*/,
7122  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7123  (4 + 4) /*deltaCode*/,
7124  'S' /*letter*/,
7125  },
7126  // Rule Syria 2010 2011 - Apr Fri>=1 0:00 1:00 S
7127  {
7128  10 /*fromYearTiny*/,
7129  11 /*toYearTiny*/,
7130  4 /*inMonth*/,
7131  5 /*onDayOfWeek*/,
7132  1 /*onDayOfMonth*/,
7133  0 /*atTimeCode*/,
7134  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7135  (4 + 4) /*deltaCode*/,
7136  'S' /*letter*/,
7137  },
7138  // Rule Syria 2012 max - Mar lastFri 0:00 1:00 S
7139  {
7140  12 /*fromYearTiny*/,
7141  126 /*toYearTiny*/,
7142  3 /*inMonth*/,
7143  5 /*onDayOfWeek*/,
7144  0 /*onDayOfMonth*/,
7145  0 /*atTimeCode*/,
7146  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7147  (4 + 4) /*deltaCode*/,
7148  'S' /*letter*/,
7149  },
7150  // Rule Syria 2009 max - Oct lastFri 0:00 0 -
7151  {
7152  9 /*fromYearTiny*/,
7153  126 /*toYearTiny*/,
7154  10 /*inMonth*/,
7155  5 /*onDayOfWeek*/,
7156  0 /*onDayOfMonth*/,
7157  0 /*atTimeCode*/,
7158  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7159  (0 + 4) /*deltaCode*/,
7160  '-' /*letter*/,
7161  },
7162 
7163 };
7164 
7165 
7166 
7167 const extended::ZonePolicy kPolicySyria ACE_TIME_PROGMEM = {
7168  kZoneRulesSyria /*rules*/,
7169  nullptr /* letters */,
7170  12 /*numRules*/,
7171  0 /* numLetters */,
7172 };
7173 
7174 //---------------------------------------------------------------------------
7175 // Policy name: Taiwan
7176 // Rules: 1
7177 // Memory (8-bit): 15
7178 // Memory (32-bit): 24
7179 //---------------------------------------------------------------------------
7180 
7181 static const extended::ZoneRule kZoneRulesTaiwan[] ACE_TIME_PROGMEM = {
7182  // Rule Taiwan 1979 only - Oct 1 0:00 0 S
7183  {
7184  -21 /*fromYearTiny*/,
7185  -21 /*toYearTiny*/,
7186  10 /*inMonth*/,
7187  0 /*onDayOfWeek*/,
7188  1 /*onDayOfMonth*/,
7189  0 /*atTimeCode*/,
7190  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7191  (0 + 4) /*deltaCode*/,
7192  'S' /*letter*/,
7193  },
7194 
7195 };
7196 
7197 
7198 
7199 const extended::ZonePolicy kPolicyTaiwan ACE_TIME_PROGMEM = {
7200  kZoneRulesTaiwan /*rules*/,
7201  nullptr /* letters */,
7202  1 /*numRules*/,
7203  0 /* numLetters */,
7204 };
7205 
7206 //---------------------------------------------------------------------------
7207 // Policy name: Thule
7208 // Rules: 5
7209 // Memory (8-bit): 51
7210 // Memory (32-bit): 72
7211 //---------------------------------------------------------------------------
7212 
7213 static const extended::ZoneRule kZoneRulesThule[] ACE_TIME_PROGMEM = {
7214  // Rule Thule 1991 1992 - Sep lastSun 2:00 0 S
7215  {
7216  -9 /*fromYearTiny*/,
7217  -8 /*toYearTiny*/,
7218  9 /*inMonth*/,
7219  7 /*onDayOfWeek*/,
7220  0 /*onDayOfMonth*/,
7221  8 /*atTimeCode*/,
7222  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7223  (0 + 4) /*deltaCode*/,
7224  'S' /*letter*/,
7225  },
7226  // Rule Thule 1993 2006 - Apr Sun>=1 2:00 1:00 D
7227  {
7228  -7 /*fromYearTiny*/,
7229  6 /*toYearTiny*/,
7230  4 /*inMonth*/,
7231  7 /*onDayOfWeek*/,
7232  1 /*onDayOfMonth*/,
7233  8 /*atTimeCode*/,
7234  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7235  (4 + 4) /*deltaCode*/,
7236  'D' /*letter*/,
7237  },
7238  // Rule Thule 1993 2006 - Oct lastSun 2:00 0 S
7239  {
7240  -7 /*fromYearTiny*/,
7241  6 /*toYearTiny*/,
7242  10 /*inMonth*/,
7243  7 /*onDayOfWeek*/,
7244  0 /*onDayOfMonth*/,
7245  8 /*atTimeCode*/,
7246  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7247  (0 + 4) /*deltaCode*/,
7248  'S' /*letter*/,
7249  },
7250  // Rule Thule 2007 max - Mar Sun>=8 2:00 1:00 D
7251  {
7252  7 /*fromYearTiny*/,
7253  126 /*toYearTiny*/,
7254  3 /*inMonth*/,
7255  7 /*onDayOfWeek*/,
7256  8 /*onDayOfMonth*/,
7257  8 /*atTimeCode*/,
7258  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7259  (4 + 4) /*deltaCode*/,
7260  'D' /*letter*/,
7261  },
7262  // Rule Thule 2007 max - Nov Sun>=1 2:00 0 S
7263  {
7264  7 /*fromYearTiny*/,
7265  126 /*toYearTiny*/,
7266  11 /*inMonth*/,
7267  7 /*onDayOfWeek*/,
7268  1 /*onDayOfMonth*/,
7269  8 /*atTimeCode*/,
7270  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7271  (0 + 4) /*deltaCode*/,
7272  'S' /*letter*/,
7273  },
7274 
7275 };
7276 
7277 
7278 
7279 const extended::ZonePolicy kPolicyThule ACE_TIME_PROGMEM = {
7280  kZoneRulesThule /*rules*/,
7281  nullptr /* letters */,
7282  5 /*numRules*/,
7283  0 /* numLetters */,
7284 };
7285 
7286 //---------------------------------------------------------------------------
7287 // Policy name: Tonga
7288 // Rules: 7
7289 // Memory (8-bit): 69
7290 // Memory (32-bit): 96
7291 //---------------------------------------------------------------------------
7292 
7293 static const extended::ZoneRule kZoneRulesTonga[] ACE_TIME_PROGMEM = {
7294  // Anchor: Rule Tonga 2000 only - Mar 19 2:00s 0 -
7295  {
7296  -127 /*fromYearTiny*/,
7297  -127 /*toYearTiny*/,
7298  1 /*inMonth*/,
7299  0 /*onDayOfWeek*/,
7300  1 /*onDayOfMonth*/,
7301  0 /*atTimeCode*/,
7302  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7303  (0 + 4) /*deltaCode*/,
7304  '-' /*letter*/,
7305  },
7306  // Rule Tonga 1999 only - Oct 7 2:00s 1:00 -
7307  {
7308  -1 /*fromYearTiny*/,
7309  -1 /*toYearTiny*/,
7310  10 /*inMonth*/,
7311  0 /*onDayOfWeek*/,
7312  7 /*onDayOfMonth*/,
7313  8 /*atTimeCode*/,
7314  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
7315  (4 + 4) /*deltaCode*/,
7316  '-' /*letter*/,
7317  },
7318  // Rule Tonga 2000 only - Mar 19 2:00s 0 -
7319  {
7320  0 /*fromYearTiny*/,
7321  0 /*toYearTiny*/,
7322  3 /*inMonth*/,
7323  0 /*onDayOfWeek*/,
7324  19 /*onDayOfMonth*/,
7325  8 /*atTimeCode*/,
7326  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
7327  (0 + 4) /*deltaCode*/,
7328  '-' /*letter*/,
7329  },
7330  // Rule Tonga 2000 2001 - Nov Sun>=1 2:00 1:00 -
7331  {
7332  0 /*fromYearTiny*/,
7333  1 /*toYearTiny*/,
7334  11 /*inMonth*/,
7335  7 /*onDayOfWeek*/,
7336  1 /*onDayOfMonth*/,
7337  8 /*atTimeCode*/,
7338  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7339  (4 + 4) /*deltaCode*/,
7340  '-' /*letter*/,
7341  },
7342  // Rule Tonga 2001 2002 - Jan lastSun 2:00 0 -
7343  {
7344  1 /*fromYearTiny*/,
7345  2 /*toYearTiny*/,
7346  1 /*inMonth*/,
7347  7 /*onDayOfWeek*/,
7348  0 /*onDayOfMonth*/,
7349  8 /*atTimeCode*/,
7350  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7351  (0 + 4) /*deltaCode*/,
7352  '-' /*letter*/,
7353  },
7354  // Rule Tonga 2016 only - Nov Sun>=1 2:00 1:00 -
7355  {
7356  16 /*fromYearTiny*/,
7357  16 /*toYearTiny*/,
7358  11 /*inMonth*/,
7359  7 /*onDayOfWeek*/,
7360  1 /*onDayOfMonth*/,
7361  8 /*atTimeCode*/,
7362  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7363  (4 + 4) /*deltaCode*/,
7364  '-' /*letter*/,
7365  },
7366  // Rule Tonga 2017 only - Jan Sun>=15 3:00 0 -
7367  {
7368  17 /*fromYearTiny*/,
7369  17 /*toYearTiny*/,
7370  1 /*inMonth*/,
7371  7 /*onDayOfWeek*/,
7372  15 /*onDayOfMonth*/,
7373  12 /*atTimeCode*/,
7374  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7375  (0 + 4) /*deltaCode*/,
7376  '-' /*letter*/,
7377  },
7378 
7379 };
7380 
7381 
7382 
7383 const extended::ZonePolicy kPolicyTonga ACE_TIME_PROGMEM = {
7384  kZoneRulesTonga /*rules*/,
7385  nullptr /* letters */,
7386  7 /*numRules*/,
7387  0 /* numLetters */,
7388 };
7389 
7390 //---------------------------------------------------------------------------
7391 // Policy name: Troll
7392 // Rules: 3
7393 // Memory (8-bit): 45
7394 // Memory (32-bit): 64
7395 //---------------------------------------------------------------------------
7396 
7397 static const extended::ZoneRule kZoneRulesTroll[] ACE_TIME_PROGMEM = {
7398  // Anchor: Rule Troll 2004 max - Oct lastSun 1:00u 0:00 +00
7399  {
7400  -127 /*fromYearTiny*/,
7401  -127 /*toYearTiny*/,
7402  1 /*inMonth*/,
7403  0 /*onDayOfWeek*/,
7404  1 /*onDayOfMonth*/,
7405  0 /*atTimeCode*/,
7406  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7407  (0 + 4) /*deltaCode*/,
7408  0 /*letter; "+00"*/,
7409  },
7410  // Rule Troll 2005 max - Mar lastSun 1:00u 2:00 +02
7411  {
7412  5 /*fromYearTiny*/,
7413  126 /*toYearTiny*/,
7414  3 /*inMonth*/,
7415  7 /*onDayOfWeek*/,
7416  0 /*onDayOfMonth*/,
7417  4 /*atTimeCode*/,
7418  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
7419  (8 + 4) /*deltaCode*/,
7420  1 /*letter; "+02"*/,
7421  },
7422  // Rule Troll 2004 max - Oct lastSun 1:00u 0:00 +00
7423  {
7424  4 /*fromYearTiny*/,
7425  126 /*toYearTiny*/,
7426  10 /*inMonth*/,
7427  7 /*onDayOfWeek*/,
7428  0 /*onDayOfMonth*/,
7429  4 /*atTimeCode*/,
7430  extended::ZoneContext::kSuffixU /*atTimeModifier*/,
7431  (0 + 4) /*deltaCode*/,
7432  0 /*letter; "+00"*/,
7433  },
7434 
7435 };
7436 
7437 static const char* const kLettersTroll[] ACE_TIME_PROGMEM = {
7438  /*0*/ "+00",
7439  /*1*/ "+02",
7440 
7441 };
7442 
7443 
7444 const extended::ZonePolicy kPolicyTroll ACE_TIME_PROGMEM = {
7445  kZoneRulesTroll /*rules*/,
7446  kLettersTroll /* letters */,
7447  3 /*numRules*/,
7448  2 /* numLetters */,
7449 };
7450 
7451 //---------------------------------------------------------------------------
7452 // Policy name: Tunisia
7453 // Rules: 5
7454 // Memory (8-bit): 51
7455 // Memory (32-bit): 72
7456 //---------------------------------------------------------------------------
7457 
7458 static const extended::ZoneRule kZoneRulesTunisia[] ACE_TIME_PROGMEM = {
7459  // Rule Tunisia 1988 1990 - Sep lastSun 0:00s 0 -
7460  {
7461  -12 /*fromYearTiny*/,
7462  -10 /*toYearTiny*/,
7463  9 /*inMonth*/,
7464  7 /*onDayOfWeek*/,
7465  0 /*onDayOfMonth*/,
7466  0 /*atTimeCode*/,
7467  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
7468  (0 + 4) /*deltaCode*/,
7469  '-' /*letter*/,
7470  },
7471  // Rule Tunisia 2005 only - May 1 0:00s 1:00 S
7472  {
7473  5 /*fromYearTiny*/,
7474  5 /*toYearTiny*/,
7475  5 /*inMonth*/,
7476  0 /*onDayOfWeek*/,
7477  1 /*onDayOfMonth*/,
7478  0 /*atTimeCode*/,
7479  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
7480  (4 + 4) /*deltaCode*/,
7481  'S' /*letter*/,
7482  },
7483  // Rule Tunisia 2005 only - Sep 30 1:00s 0 -
7484  {
7485  5 /*fromYearTiny*/,
7486  5 /*toYearTiny*/,
7487  9 /*inMonth*/,
7488  0 /*onDayOfWeek*/,
7489  30 /*onDayOfMonth*/,
7490  4 /*atTimeCode*/,
7491  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
7492  (0 + 4) /*deltaCode*/,
7493  '-' /*letter*/,
7494  },
7495  // Rule Tunisia 2006 2008 - Mar lastSun 2:00s 1:00 S
7496  {
7497  6 /*fromYearTiny*/,
7498  8 /*toYearTiny*/,
7499  3 /*inMonth*/,
7500  7 /*onDayOfWeek*/,
7501  0 /*onDayOfMonth*/,
7502  8 /*atTimeCode*/,
7503  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
7504  (4 + 4) /*deltaCode*/,
7505  'S' /*letter*/,
7506  },
7507  // Rule Tunisia 2006 2008 - Oct lastSun 2:00s 0 -
7508  {
7509  6 /*fromYearTiny*/,
7510  8 /*toYearTiny*/,
7511  10 /*inMonth*/,
7512  7 /*onDayOfWeek*/,
7513  0 /*onDayOfMonth*/,
7514  8 /*atTimeCode*/,
7515  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
7516  (0 + 4) /*deltaCode*/,
7517  '-' /*letter*/,
7518  },
7519 
7520 };
7521 
7522 
7523 
7524 const extended::ZonePolicy kPolicyTunisia ACE_TIME_PROGMEM = {
7525  kZoneRulesTunisia /*rules*/,
7526  nullptr /* letters */,
7527  5 /*numRules*/,
7528  0 /* numLetters */,
7529 };
7530 
7531 //---------------------------------------------------------------------------
7532 // Policy name: Turkey
7533 // Rules: 3
7534 // Memory (8-bit): 33
7535 // Memory (32-bit): 48
7536 //---------------------------------------------------------------------------
7537 
7538 static const extended::ZoneRule kZoneRulesTurkey[] ACE_TIME_PROGMEM = {
7539  // Rule Turkey 1986 1995 - Sep lastSun 1:00s 0 -
7540  {
7541  -14 /*fromYearTiny*/,
7542  -5 /*toYearTiny*/,
7543  9 /*inMonth*/,
7544  7 /*onDayOfWeek*/,
7545  0 /*onDayOfMonth*/,
7546  4 /*atTimeCode*/,
7547  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
7548  (0 + 4) /*deltaCode*/,
7549  '-' /*letter*/,
7550  },
7551  // Rule Turkey 1995 2006 - Mar lastSun 1:00s 1:00 S
7552  {
7553  -5 /*fromYearTiny*/,
7554  6 /*toYearTiny*/,
7555  3 /*inMonth*/,
7556  7 /*onDayOfWeek*/,
7557  0 /*onDayOfMonth*/,
7558  4 /*atTimeCode*/,
7559  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
7560  (4 + 4) /*deltaCode*/,
7561  'S' /*letter*/,
7562  },
7563  // Rule Turkey 1996 2006 - Oct lastSun 1:00s 0 -
7564  {
7565  -4 /*fromYearTiny*/,
7566  6 /*toYearTiny*/,
7567  10 /*inMonth*/,
7568  7 /*onDayOfWeek*/,
7569  0 /*onDayOfMonth*/,
7570  4 /*atTimeCode*/,
7571  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
7572  (0 + 4) /*deltaCode*/,
7573  '-' /*letter*/,
7574  },
7575 
7576 };
7577 
7578 
7579 
7580 const extended::ZonePolicy kPolicyTurkey ACE_TIME_PROGMEM = {
7581  kZoneRulesTurkey /*rules*/,
7582  nullptr /* letters */,
7583  3 /*numRules*/,
7584  0 /* numLetters */,
7585 };
7586 
7587 //---------------------------------------------------------------------------
7588 // Policy name: US
7589 // Rules: 5
7590 // Memory (8-bit): 51
7591 // Memory (32-bit): 72
7592 //---------------------------------------------------------------------------
7593 
7594 static const extended::ZoneRule kZoneRulesUS[] ACE_TIME_PROGMEM = {
7595  // Rule US 1967 2006 - Oct lastSun 2:00 0 S
7596  {
7597  -33 /*fromYearTiny*/,
7598  6 /*toYearTiny*/,
7599  10 /*inMonth*/,
7600  7 /*onDayOfWeek*/,
7601  0 /*onDayOfMonth*/,
7602  8 /*atTimeCode*/,
7603  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7604  (0 + 4) /*deltaCode*/,
7605  'S' /*letter*/,
7606  },
7607  // Rule US 1976 1986 - Apr lastSun 2:00 1:00 D
7608  {
7609  -24 /*fromYearTiny*/,
7610  -14 /*toYearTiny*/,
7611  4 /*inMonth*/,
7612  7 /*onDayOfWeek*/,
7613  0 /*onDayOfMonth*/,
7614  8 /*atTimeCode*/,
7615  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7616  (4 + 4) /*deltaCode*/,
7617  'D' /*letter*/,
7618  },
7619  // Rule US 1987 2006 - Apr Sun>=1 2:00 1:00 D
7620  {
7621  -13 /*fromYearTiny*/,
7622  6 /*toYearTiny*/,
7623  4 /*inMonth*/,
7624  7 /*onDayOfWeek*/,
7625  1 /*onDayOfMonth*/,
7626  8 /*atTimeCode*/,
7627  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7628  (4 + 4) /*deltaCode*/,
7629  'D' /*letter*/,
7630  },
7631  // Rule US 2007 max - Mar Sun>=8 2:00 1:00 D
7632  {
7633  7 /*fromYearTiny*/,
7634  126 /*toYearTiny*/,
7635  3 /*inMonth*/,
7636  7 /*onDayOfWeek*/,
7637  8 /*onDayOfMonth*/,
7638  8 /*atTimeCode*/,
7639  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7640  (4 + 4) /*deltaCode*/,
7641  'D' /*letter*/,
7642  },
7643  // Rule US 2007 max - Nov Sun>=1 2:00 0 S
7644  {
7645  7 /*fromYearTiny*/,
7646  126 /*toYearTiny*/,
7647  11 /*inMonth*/,
7648  7 /*onDayOfWeek*/,
7649  1 /*onDayOfMonth*/,
7650  8 /*atTimeCode*/,
7651  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7652  (0 + 4) /*deltaCode*/,
7653  'S' /*letter*/,
7654  },
7655 
7656 };
7657 
7658 
7659 
7660 const extended::ZonePolicy kPolicyUS ACE_TIME_PROGMEM = {
7661  kZoneRulesUS /*rules*/,
7662  nullptr /* letters */,
7663  5 /*numRules*/,
7664  0 /* numLetters */,
7665 };
7666 
7667 //---------------------------------------------------------------------------
7668 // Policy name: Uruguay
7669 // Rules: 6
7670 // Memory (8-bit): 60
7671 // Memory (32-bit): 84
7672 //---------------------------------------------------------------------------
7673 
7674 static const extended::ZoneRule kZoneRulesUruguay[] ACE_TIME_PROGMEM = {
7675  // Rule Uruguay 1993 only - Feb 28 0:00 0 -
7676  {
7677  -7 /*fromYearTiny*/,
7678  -7 /*toYearTiny*/,
7679  2 /*inMonth*/,
7680  0 /*onDayOfWeek*/,
7681  28 /*onDayOfMonth*/,
7682  0 /*atTimeCode*/,
7683  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7684  (0 + 4) /*deltaCode*/,
7685  '-' /*letter*/,
7686  },
7687  // Rule Uruguay 2004 only - Sep 19 0:00 1:00 -
7688  {
7689  4 /*fromYearTiny*/,
7690  4 /*toYearTiny*/,
7691  9 /*inMonth*/,
7692  0 /*onDayOfWeek*/,
7693  19 /*onDayOfMonth*/,
7694  0 /*atTimeCode*/,
7695  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7696  (4 + 4) /*deltaCode*/,
7697  '-' /*letter*/,
7698  },
7699  // Rule Uruguay 2005 only - Mar 27 2:00 0 -
7700  {
7701  5 /*fromYearTiny*/,
7702  5 /*toYearTiny*/,
7703  3 /*inMonth*/,
7704  0 /*onDayOfWeek*/,
7705  27 /*onDayOfMonth*/,
7706  8 /*atTimeCode*/,
7707  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7708  (0 + 4) /*deltaCode*/,
7709  '-' /*letter*/,
7710  },
7711  // Rule Uruguay 2005 only - Oct 9 2:00 1:00 -
7712  {
7713  5 /*fromYearTiny*/,
7714  5 /*toYearTiny*/,
7715  10 /*inMonth*/,
7716  0 /*onDayOfWeek*/,
7717  9 /*onDayOfMonth*/,
7718  8 /*atTimeCode*/,
7719  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7720  (4 + 4) /*deltaCode*/,
7721  '-' /*letter*/,
7722  },
7723  // Rule Uruguay 2006 2015 - Mar Sun>=8 2:00 0 -
7724  {
7725  6 /*fromYearTiny*/,
7726  15 /*toYearTiny*/,
7727  3 /*inMonth*/,
7728  7 /*onDayOfWeek*/,
7729  8 /*onDayOfMonth*/,
7730  8 /*atTimeCode*/,
7731  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7732  (0 + 4) /*deltaCode*/,
7733  '-' /*letter*/,
7734  },
7735  // Rule Uruguay 2006 2014 - Oct Sun>=1 2:00 1:00 -
7736  {
7737  6 /*fromYearTiny*/,
7738  14 /*toYearTiny*/,
7739  10 /*inMonth*/,
7740  7 /*onDayOfWeek*/,
7741  1 /*onDayOfMonth*/,
7742  8 /*atTimeCode*/,
7743  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7744  (4 + 4) /*deltaCode*/,
7745  '-' /*letter*/,
7746  },
7747 
7748 };
7749 
7750 
7751 
7752 const extended::ZonePolicy kPolicyUruguay ACE_TIME_PROGMEM = {
7753  kZoneRulesUruguay /*rules*/,
7754  nullptr /* letters */,
7755  6 /*numRules*/,
7756  0 /* numLetters */,
7757 };
7758 
7759 //---------------------------------------------------------------------------
7760 // Policy name: Vanuatu
7761 // Rules: 1
7762 // Memory (8-bit): 15
7763 // Memory (32-bit): 24
7764 //---------------------------------------------------------------------------
7765 
7766 static const extended::ZoneRule kZoneRulesVanuatu[] ACE_TIME_PROGMEM = {
7767  // Rule Vanuatu 1992 1993 - Jan Sun>=23 0:00 0 -
7768  {
7769  -8 /*fromYearTiny*/,
7770  -7 /*toYearTiny*/,
7771  1 /*inMonth*/,
7772  7 /*onDayOfWeek*/,
7773  23 /*onDayOfMonth*/,
7774  0 /*atTimeCode*/,
7775  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7776  (0 + 4) /*deltaCode*/,
7777  '-' /*letter*/,
7778  },
7779 
7780 };
7781 
7782 
7783 
7784 const extended::ZonePolicy kPolicyVanuatu ACE_TIME_PROGMEM = {
7785  kZoneRulesVanuatu /*rules*/,
7786  nullptr /* letters */,
7787  1 /*numRules*/,
7788  0 /* numLetters */,
7789 };
7790 
7791 //---------------------------------------------------------------------------
7792 // Policy name: WS
7793 // Rules: 6
7794 // Memory (8-bit): 60
7795 // Memory (32-bit): 84
7796 //---------------------------------------------------------------------------
7797 
7798 static const extended::ZoneRule kZoneRulesWS[] ACE_TIME_PROGMEM = {
7799  // Anchor: Rule WS 2011 only - Apr Sat>=1 4:00 0 -
7800  {
7801  -127 /*fromYearTiny*/,
7802  -127 /*toYearTiny*/,
7803  1 /*inMonth*/,
7804  0 /*onDayOfWeek*/,
7805  1 /*onDayOfMonth*/,
7806  0 /*atTimeCode*/,
7807  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7808  (0 + 4) /*deltaCode*/,
7809  '-' /*letter*/,
7810  },
7811  // Rule WS 2010 only - Sep lastSun 0:00 1 -
7812  {
7813  10 /*fromYearTiny*/,
7814  10 /*toYearTiny*/,
7815  9 /*inMonth*/,
7816  7 /*onDayOfWeek*/,
7817  0 /*onDayOfMonth*/,
7818  0 /*atTimeCode*/,
7819  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7820  (4 + 4) /*deltaCode*/,
7821  '-' /*letter*/,
7822  },
7823  // Rule WS 2011 only - Apr Sat>=1 4:00 0 -
7824  {
7825  11 /*fromYearTiny*/,
7826  11 /*toYearTiny*/,
7827  4 /*inMonth*/,
7828  6 /*onDayOfWeek*/,
7829  1 /*onDayOfMonth*/,
7830  16 /*atTimeCode*/,
7831  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7832  (0 + 4) /*deltaCode*/,
7833  '-' /*letter*/,
7834  },
7835  // Rule WS 2011 only - Sep lastSat 3:00 1 -
7836  {
7837  11 /*fromYearTiny*/,
7838  11 /*toYearTiny*/,
7839  9 /*inMonth*/,
7840  6 /*onDayOfWeek*/,
7841  0 /*onDayOfMonth*/,
7842  12 /*atTimeCode*/,
7843  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7844  (4 + 4) /*deltaCode*/,
7845  '-' /*letter*/,
7846  },
7847  // Rule WS 2012 max - Apr Sun>=1 4:00 0 -
7848  {
7849  12 /*fromYearTiny*/,
7850  126 /*toYearTiny*/,
7851  4 /*inMonth*/,
7852  7 /*onDayOfWeek*/,
7853  1 /*onDayOfMonth*/,
7854  16 /*atTimeCode*/,
7855  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7856  (0 + 4) /*deltaCode*/,
7857  '-' /*letter*/,
7858  },
7859  // Rule WS 2012 max - Sep lastSun 3:00 1 -
7860  {
7861  12 /*fromYearTiny*/,
7862  126 /*toYearTiny*/,
7863  9 /*inMonth*/,
7864  7 /*onDayOfWeek*/,
7865  0 /*onDayOfMonth*/,
7866  12 /*atTimeCode*/,
7867  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7868  (4 + 4) /*deltaCode*/,
7869  '-' /*letter*/,
7870  },
7871 
7872 };
7873 
7874 
7875 
7876 const extended::ZonePolicy kPolicyWS ACE_TIME_PROGMEM = {
7877  kZoneRulesWS /*rules*/,
7878  nullptr /* letters */,
7879  6 /*numRules*/,
7880  0 /* numLetters */,
7881 };
7882 
7883 //---------------------------------------------------------------------------
7884 // Policy name: Winn
7885 // Rules: 3
7886 // Memory (8-bit): 33
7887 // Memory (32-bit): 48
7888 //---------------------------------------------------------------------------
7889 
7890 static const extended::ZoneRule kZoneRulesWinn[] ACE_TIME_PROGMEM = {
7891  // Rule Winn 1966 1986 - Apr lastSun 2:00s 1:00 D
7892  {
7893  -34 /*fromYearTiny*/,
7894  -14 /*toYearTiny*/,
7895  4 /*inMonth*/,
7896  7 /*onDayOfWeek*/,
7897  0 /*onDayOfMonth*/,
7898  8 /*atTimeCode*/,
7899  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
7900  (4 + 4) /*deltaCode*/,
7901  'D' /*letter*/,
7902  },
7903  // Rule Winn 1966 2005 - Oct lastSun 2:00s 0 S
7904  {
7905  -34 /*fromYearTiny*/,
7906  5 /*toYearTiny*/,
7907  10 /*inMonth*/,
7908  7 /*onDayOfWeek*/,
7909  0 /*onDayOfMonth*/,
7910  8 /*atTimeCode*/,
7911  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
7912  (0 + 4) /*deltaCode*/,
7913  'S' /*letter*/,
7914  },
7915  // Rule Winn 1987 2005 - Apr Sun>=1 2:00s 1:00 D
7916  {
7917  -13 /*fromYearTiny*/,
7918  5 /*toYearTiny*/,
7919  4 /*inMonth*/,
7920  7 /*onDayOfWeek*/,
7921  1 /*onDayOfMonth*/,
7922  8 /*atTimeCode*/,
7923  extended::ZoneContext::kSuffixS /*atTimeModifier*/,
7924  (4 + 4) /*deltaCode*/,
7925  'D' /*letter*/,
7926  },
7927 
7928 };
7929 
7930 
7931 
7932 const extended::ZonePolicy kPolicyWinn ACE_TIME_PROGMEM = {
7933  kZoneRulesWinn /*rules*/,
7934  nullptr /* letters */,
7935  3 /*numRules*/,
7936  0 /* numLetters */,
7937 };
7938 
7939 //---------------------------------------------------------------------------
7940 // Policy name: Zion
7941 // Rules: 24
7942 // Memory (8-bit): 222
7943 // Memory (32-bit): 300
7944 //---------------------------------------------------------------------------
7945 
7946 static const extended::ZoneRule kZoneRulesZion[] ACE_TIME_PROGMEM = {
7947  // Rule Zion 1998 only - Sep 6 0:00 0 S
7948  {
7949  -2 /*fromYearTiny*/,
7950  -2 /*toYearTiny*/,
7951  9 /*inMonth*/,
7952  0 /*onDayOfWeek*/,
7953  6 /*onDayOfMonth*/,
7954  0 /*atTimeCode*/,
7955  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7956  (0 + 4) /*deltaCode*/,
7957  'S' /*letter*/,
7958  },
7959  // Rule Zion 1999 only - Apr 2 2:00 1:00 D
7960  {
7961  -1 /*fromYearTiny*/,
7962  -1 /*toYearTiny*/,
7963  4 /*inMonth*/,
7964  0 /*onDayOfWeek*/,
7965  2 /*onDayOfMonth*/,
7966  8 /*atTimeCode*/,
7967  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7968  (4 + 4) /*deltaCode*/,
7969  'D' /*letter*/,
7970  },
7971  // Rule Zion 1999 only - Sep 3 2:00 0 S
7972  {
7973  -1 /*fromYearTiny*/,
7974  -1 /*toYearTiny*/,
7975  9 /*inMonth*/,
7976  0 /*onDayOfWeek*/,
7977  3 /*onDayOfMonth*/,
7978  8 /*atTimeCode*/,
7979  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7980  (0 + 4) /*deltaCode*/,
7981  'S' /*letter*/,
7982  },
7983  // Rule Zion 2000 only - Apr 14 2:00 1:00 D
7984  {
7985  0 /*fromYearTiny*/,
7986  0 /*toYearTiny*/,
7987  4 /*inMonth*/,
7988  0 /*onDayOfWeek*/,
7989  14 /*onDayOfMonth*/,
7990  8 /*atTimeCode*/,
7991  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
7992  (4 + 4) /*deltaCode*/,
7993  'D' /*letter*/,
7994  },
7995  // Rule Zion 2000 only - Oct 6 1:00 0 S
7996  {
7997  0 /*fromYearTiny*/,
7998  0 /*toYearTiny*/,
7999  10 /*inMonth*/,
8000  0 /*onDayOfWeek*/,
8001  6 /*onDayOfMonth*/,
8002  4 /*atTimeCode*/,
8003  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8004  (0 + 4) /*deltaCode*/,
8005  'S' /*letter*/,
8006  },
8007  // Rule Zion 2001 only - Apr 9 1:00 1:00 D
8008  {
8009  1 /*fromYearTiny*/,
8010  1 /*toYearTiny*/,
8011  4 /*inMonth*/,
8012  0 /*onDayOfWeek*/,
8013  9 /*onDayOfMonth*/,
8014  4 /*atTimeCode*/,
8015  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8016  (4 + 4) /*deltaCode*/,
8017  'D' /*letter*/,
8018  },
8019  // Rule Zion 2001 only - Sep 24 1:00 0 S
8020  {
8021  1 /*fromYearTiny*/,
8022  1 /*toYearTiny*/,
8023  9 /*inMonth*/,
8024  0 /*onDayOfWeek*/,
8025  24 /*onDayOfMonth*/,
8026  4 /*atTimeCode*/,
8027  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8028  (0 + 4) /*deltaCode*/,
8029  'S' /*letter*/,
8030  },
8031  // Rule Zion 2002 only - Mar 29 1:00 1:00 D
8032  {
8033  2 /*fromYearTiny*/,
8034  2 /*toYearTiny*/,
8035  3 /*inMonth*/,
8036  0 /*onDayOfWeek*/,
8037  29 /*onDayOfMonth*/,
8038  4 /*atTimeCode*/,
8039  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8040  (4 + 4) /*deltaCode*/,
8041  'D' /*letter*/,
8042  },
8043  // Rule Zion 2002 only - Oct 7 1:00 0 S
8044  {
8045  2 /*fromYearTiny*/,
8046  2 /*toYearTiny*/,
8047  10 /*inMonth*/,
8048  0 /*onDayOfWeek*/,
8049  7 /*onDayOfMonth*/,
8050  4 /*atTimeCode*/,
8051  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8052  (0 + 4) /*deltaCode*/,
8053  'S' /*letter*/,
8054  },
8055  // Rule Zion 2003 only - Mar 28 1:00 1:00 D
8056  {
8057  3 /*fromYearTiny*/,
8058  3 /*toYearTiny*/,
8059  3 /*inMonth*/,
8060  0 /*onDayOfWeek*/,
8061  28 /*onDayOfMonth*/,
8062  4 /*atTimeCode*/,
8063  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8064  (4 + 4) /*deltaCode*/,
8065  'D' /*letter*/,
8066  },
8067  // Rule Zion 2003 only - Oct 3 1:00 0 S
8068  {
8069  3 /*fromYearTiny*/,
8070  3 /*toYearTiny*/,
8071  10 /*inMonth*/,
8072  0 /*onDayOfWeek*/,
8073  3 /*onDayOfMonth*/,
8074  4 /*atTimeCode*/,
8075  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8076  (0 + 4) /*deltaCode*/,
8077  'S' /*letter*/,
8078  },
8079  // Rule Zion 2004 only - Apr 7 1:00 1:00 D
8080  {
8081  4 /*fromYearTiny*/,
8082  4 /*toYearTiny*/,
8083  4 /*inMonth*/,
8084  0 /*onDayOfWeek*/,
8085  7 /*onDayOfMonth*/,
8086  4 /*atTimeCode*/,
8087  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8088  (4 + 4) /*deltaCode*/,
8089  'D' /*letter*/,
8090  },
8091  // Rule Zion 2004 only - Sep 22 1:00 0 S
8092  {
8093  4 /*fromYearTiny*/,
8094  4 /*toYearTiny*/,
8095  9 /*inMonth*/,
8096  0 /*onDayOfWeek*/,
8097  22 /*onDayOfMonth*/,
8098  4 /*atTimeCode*/,
8099  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8100  (0 + 4) /*deltaCode*/,
8101  'S' /*letter*/,
8102  },
8103  // Rule Zion 2005 2012 - Apr Fri<=1 2:00 1:00 D
8104  {
8105  5 /*fromYearTiny*/,
8106  12 /*toYearTiny*/,
8107  4 /*inMonth*/,
8108  5 /*onDayOfWeek*/,
8109  -1 /*onDayOfMonth*/,
8110  8 /*atTimeCode*/,
8111  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8112  (4 + 4) /*deltaCode*/,
8113  'D' /*letter*/,
8114  },
8115  // Rule Zion 2005 only - Oct 9 2:00 0 S
8116  {
8117  5 /*fromYearTiny*/,
8118  5 /*toYearTiny*/,
8119  10 /*inMonth*/,
8120  0 /*onDayOfWeek*/,
8121  9 /*onDayOfMonth*/,
8122  8 /*atTimeCode*/,
8123  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8124  (0 + 4) /*deltaCode*/,
8125  'S' /*letter*/,
8126  },
8127  // Rule Zion 2006 only - Oct 1 2:00 0 S
8128  {
8129  6 /*fromYearTiny*/,
8130  6 /*toYearTiny*/,
8131  10 /*inMonth*/,
8132  0 /*onDayOfWeek*/,
8133  1 /*onDayOfMonth*/,
8134  8 /*atTimeCode*/,
8135  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8136  (0 + 4) /*deltaCode*/,
8137  'S' /*letter*/,
8138  },
8139  // Rule Zion 2007 only - Sep 16 2:00 0 S
8140  {
8141  7 /*fromYearTiny*/,
8142  7 /*toYearTiny*/,
8143  9 /*inMonth*/,
8144  0 /*onDayOfWeek*/,
8145  16 /*onDayOfMonth*/,
8146  8 /*atTimeCode*/,
8147  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8148  (0 + 4) /*deltaCode*/,
8149  'S' /*letter*/,
8150  },
8151  // Rule Zion 2008 only - Oct 5 2:00 0 S
8152  {
8153  8 /*fromYearTiny*/,
8154  8 /*toYearTiny*/,
8155  10 /*inMonth*/,
8156  0 /*onDayOfWeek*/,
8157  5 /*onDayOfMonth*/,
8158  8 /*atTimeCode*/,
8159  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8160  (0 + 4) /*deltaCode*/,
8161  'S' /*letter*/,
8162  },
8163  // Rule Zion 2009 only - Sep 27 2:00 0 S
8164  {
8165  9 /*fromYearTiny*/,
8166  9 /*toYearTiny*/,
8167  9 /*inMonth*/,
8168  0 /*onDayOfWeek*/,
8169  27 /*onDayOfMonth*/,
8170  8 /*atTimeCode*/,
8171  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8172  (0 + 4) /*deltaCode*/,
8173  'S' /*letter*/,
8174  },
8175  // Rule Zion 2010 only - Sep 12 2:00 0 S
8176  {
8177  10 /*fromYearTiny*/,
8178  10 /*toYearTiny*/,
8179  9 /*inMonth*/,
8180  0 /*onDayOfWeek*/,
8181  12 /*onDayOfMonth*/,
8182  8 /*atTimeCode*/,
8183  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8184  (0 + 4) /*deltaCode*/,
8185  'S' /*letter*/,
8186  },
8187  // Rule Zion 2011 only - Oct 2 2:00 0 S
8188  {
8189  11 /*fromYearTiny*/,
8190  11 /*toYearTiny*/,
8191  10 /*inMonth*/,
8192  0 /*onDayOfWeek*/,
8193  2 /*onDayOfMonth*/,
8194  8 /*atTimeCode*/,
8195  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8196  (0 + 4) /*deltaCode*/,
8197  'S' /*letter*/,
8198  },
8199  // Rule Zion 2012 only - Sep 23 2:00 0 S
8200  {
8201  12 /*fromYearTiny*/,
8202  12 /*toYearTiny*/,
8203  9 /*inMonth*/,
8204  0 /*onDayOfWeek*/,
8205  23 /*onDayOfMonth*/,
8206  8 /*atTimeCode*/,
8207  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8208  (0 + 4) /*deltaCode*/,
8209  'S' /*letter*/,
8210  },
8211  // Rule Zion 2013 max - Mar Fri>=23 2:00 1:00 D
8212  {
8213  13 /*fromYearTiny*/,
8214  126 /*toYearTiny*/,
8215  3 /*inMonth*/,
8216  5 /*onDayOfWeek*/,
8217  23 /*onDayOfMonth*/,
8218  8 /*atTimeCode*/,
8219  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8220  (4 + 4) /*deltaCode*/,
8221  'D' /*letter*/,
8222  },
8223  // Rule Zion 2013 max - Oct lastSun 2:00 0 S
8224  {
8225  13 /*fromYearTiny*/,
8226  126 /*toYearTiny*/,
8227  10 /*inMonth*/,
8228  7 /*onDayOfWeek*/,
8229  0 /*onDayOfMonth*/,
8230  8 /*atTimeCode*/,
8231  extended::ZoneContext::kSuffixW /*atTimeModifier*/,
8232  (0 + 4) /*deltaCode*/,
8233  'S' /*letter*/,
8234  },
8235 
8236 };
8237 
8238 
8239 
8240 const extended::ZonePolicy kPolicyZion ACE_TIME_PROGMEM = {
8241  kZoneRulesZion /*rules*/,
8242  nullptr /* letters */,
8243  24 /*numRules*/,
8244  0 /* numLetters */,
8245 };
8246 
8247 
8248 
8249 }
8250 }
static const uint8_t kSuffixS
Represents &#39;s&#39; or standard time.
Definition: ZoneContext.h:16
Macros and definitions that provide a consistency layer among the various Arduino boards for compatib...
static const uint8_t kSuffixW
Represents &#39;w&#39; or wall time.
Definition: ZoneContext.h:13
static const uint8_t kSuffixU
Represents &#39;u&#39; or UTC time.
Definition: ZoneContext.h:19