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