date-holidays 3.23.21 → 3.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.24.0](https://github.com/commenthol/date-holidays/compare/3.23.22...3.24.0) (2025-03-08)
4
+
5
+ - feat(SA): Add Saudi Arabia holidays [494349f3](https://github.com/commenthol/date-holidays/commit/494349f387f08d387e63251c007fcb8b46605338)
6
+ - feat(AR): Update Argentine holiday data comprehensively (1976-2025) [419cfcca](https://github.com/commenthol/date-holidays/commit/419cfcca1a2ae2cea2f5389924fd12f7997c6697)
7
+ - feat(IT): Added holiday data for RM Lazio Saints Peter and Paul [212fa34d](https://github.com/commenthol/date-holidays/commit/212fa34dac5a9f8cee55e6f3d2aa78955138214b)
8
+ - ci: add workflow_dispatch trigger to run CI on any commit [22859900](https://github.com/commenthol/date-holidays/commit/2285990094adbc632be918d04869e996bafb2eb5)
9
+
10
+ ## [3.23.22](https://github.com/commenthol/date-holidays/compare/3.23.21...3.23.22) (2025-02-16)
11
+
12
+ - fix(MX): correct Mexican holiday definitions, prevent duplicate occurrences. [ce467d88](https://github.com/commenthol/date-holidays/commit/ce467d888ea0e822c57e1fd4918937b9cb8453a9)
13
+
3
14
  ## [3.23.21](https://github.com/commenthol/date-holidays/compare/3.23.20...3.23.21) (2025-02-09)
4
15
 
5
16
  - fix(SG): Public holidays 2025 update [f240bce6](https://github.com/commenthol/date-holidays/commit/f240bce69381f39cf1600f23b92f8ea776b799a4)
package/LICENSE CHANGED
@@ -158,6 +158,8 @@ https://en.wikipedia.org/wiki/Public_holidays_in_the_United_States
158
158
  https://en.wikipedia.org/wiki/Public_holidays_in_the_United_States#Guam
159
159
  https://en.wikipedia.org/wiki/Public_holidays_in_the_United_States_Virgin_Islands
160
160
  https://en.wikipedia.org/wiki/Saint_Barth%C3%A9lemy#Festivals_and_holidays
161
+ https://en.wikipedia.org/wiki/Saudi_Founding_Day
162
+ https://en.wikipedia.org/wiki/Saudi_National_Day
161
163
  https://en.wikipedia.org/wiki/Suriname#National_holidays
162
164
  https://en.wikipedia.org/wiki/Vesak
163
165
  https://en.wikipedia.org/wiki/Vesak#Dates_of_observance
package/README.md CHANGED
@@ -56,7 +56,7 @@ If you are missing holidays from your country, state, region please consider
56
56
  <!-- !tree -->
57
57
 
58
58
  ```
59
- Countries: 197
59
+ Countries: 198
60
60
  ├── AD: Andorra
61
61
  │ └── 07: Andorra la Vella
62
62
  ├── AE: دولة الإمارات العربية المتحدة
@@ -360,8 +360,10 @@ Countries: 197
360
360
  │ ├── 25: Lombardy
361
361
  │ │ └── MI: Milan
362
362
  │ ├── 32: Alto Adige
363
- └── 52: Toscana
364
- └── FI: Firenze
363
+ ├── 52: Toscana
364
+ └── FI: Firenze
365
+ │ └── 62: Lazio
366
+ │ └── RM: Roma
365
367
  ├── JE: Jersey
366
368
  ├── JM: Jamaica
367
369
  ├── JP: 日本
@@ -460,6 +462,7 @@ Countries: 197
460
462
  ├── RS: Република Србија
461
463
  ├── RU: Россия
462
464
  ├── RW: Rwanda
465
+ ├── SA: المملكة العربية السعودية
463
466
  ├── SC: Seychelles
464
467
  ├── SD: جمهورية السودان
465
468
  ├── SE: Sverige
@@ -25,94 +25,400 @@ holidays:
25
25
  days:
26
26
  01-01:
27
27
  _name: 01-01
28
- substitutes 01-01 if tuesday then previous monday if thursday then next friday:
29
- _name: Bridge Day
30
- disable:
31
- - 2015
28
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-26840-207258/texto
29
+ "2013-01-31":
30
+ name:
31
+ en: Bicentennial of the Assembly of the Year XIII
32
+ es: Bicentenario de la Asamblea General Constituyente de 1813
33
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-26837-207405/texto
34
+ "2013-02-20":
35
+ name:
36
+ en: Bicentennial of the Battle of Salta
37
+ es: Bicentenario de la Batalla de Salta
38
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-26721-191835/texto
39
+ "2012-02-27":
40
+ name:
41
+ en: Bicentennial of the Creation and First Oath of Allegiance to the Argentine Flag
42
+ es: Bicentenario de la creación y primera jura de la bandera argentina
43
+ # Abolished in 1976
44
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-21329-65453/texto
45
+ # Reintroduced in 2010
46
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-1584-2010-174389/texto
32
47
  easter -48:
33
48
  _name: easter -48
49
+ active:
50
+ - to: "1976-06-14"
51
+ - from: "2010-11-03"
34
52
  easter -47:
35
53
  _name: easter -47
54
+ active:
55
+ - to: "1976-06-14"
56
+ - from: "2010-11-03"
57
+ # Introduced in 2006
58
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-26085-114811/texto
36
59
  03-24:
37
60
  name:
38
61
  en: Day of Remembrance for Truth and Justice
39
- es: Día de la Memoria por la Verdad y la Justicia
40
- substitutes 03-24 if tuesday then previous monday if thursday then next friday:
41
- _name: Bridge Day
42
- "2020-03-30":
43
- _name: Bridge Day
62
+ es: Día Nacional de la Memoria por la Verdad y la Justicia
63
+ active:
64
+ - from: "2006-03-21"
44
65
  easter -3:
45
66
  _name: easter -3
67
+ type: bank
46
68
  easter -2:
47
69
  _name: easter -2
70
+ # Introduced in 1983
71
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-22769-65454/texto
72
+ # Holiday moved to 06-10 in 1984
73
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-901-1984-65455
74
+ "1983-04-02":
75
+ name:
76
+ en: Day of the Malvinas, South Georgia and South Sandwich Islands
77
+ es: Día de las Islas Malvinas, Georgias del Sur y Sandwich del Sur
78
+ # Introduced in 2000
79
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-25370-65442/texto
80
+ 04-02 if tuesday,wednesday then previous monday if thursday,friday then next monday:
81
+ name:
82
+ en: Day of the Veterans and the Fallen in the Malvinas War
83
+ es: Día del Veterano y de los Caídos en la guerra en Malvinas
84
+ active:
85
+ - from: "2000-12-22"
86
+ to: "2006-06-30"
87
+ # Holiday name changed in 2006.
88
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-26110-117507/texto
48
89
  04-02:
49
90
  name:
50
- en: Day of the veterans and the fallen in Malvinas War
91
+ en: Day of the Veterans and the Fallen in the Malvinas War
51
92
  es: Día del Veterano y de los Caídos en la Guerra de Malvinas
52
- substitutes 04-02 if tuesday then previous monday if thursday then next friday:
53
- _name: Bridge Day
93
+ active:
94
+ - from: "2006-07-01"
95
+ disable:
96
+ - "2020-04-02"
97
+ enable:
98
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-297-2020-335741/texto
99
+ - "2020-03-31"
54
100
  05-01:
55
101
  _name: 05-01
56
- substitutes 05-01 if tuesday then previous monday if thursday then next friday:
57
- _name: Bridge Day
102
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-615-2010-166825/texto
103
+ "2010-05-24":
104
+ name:
105
+ en: National Holiday for the Bicentennial of the May Revolution
106
+ es: Feriado Nacional por el Bicentenario de la Revolución de Mayo
107
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-42-2022-360018/texto
108
+ "2022-05-18":
109
+ name:
110
+ en: National Census 2022
111
+ es: Censo Nacional 2022
58
112
  05-25:
59
113
  name:
60
114
  en: Day of the First National Government
61
115
  es: Primer Gobierno Patrio
62
- substitutes 05-25 if tuesday then previous monday if thursday then next friday:
63
- _name: Bridge Day
116
+ # Holiday moved from 04-02 in 1984
117
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-901-1984-65455
118
+ 06-10:
119
+ name:
120
+ en: Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector
121
+ es: Día de la Afirmación de los Derechos Argentinos sobre las Malvinas, Islas y Sector Antártico
122
+ active:
123
+ - from: "1984-03-23"
124
+ to: "1988-05-17"
125
+ # Made movable in 1988
126
+ # @source https://biblioteca.afip.gob.ar/dcp/LEY_C_023555_1988_04_28
127
+ # Abolished in 2000
128
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-25370-65442/texto
129
+ 06-10 if tuesday,wednesday then previous monday if thursday,friday then next monday:
130
+ name:
131
+ en: Day of Affirmation of Argentine Rights over the Malvinas, Islands and Antarctic Sector
132
+ es: Día de la Afirmación de los Derechos Argentinos sobre las Malvinas, Islas y Sector Antártico
133
+ active:
134
+ - from: "1988-05-18"
135
+ to: "2000-12-15"
136
+ # introduced in 2016
137
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-27258-262574/texto
138
+ 06-17 if tuesday,wednesday then previous monday if thursday then next monday:
139
+ name:
140
+ en: Anniversary of the Passing to Immortality of General Martín Miguel de Güemes
141
+ es: Día Paso a la Inmortalidad del General Martín Miguel de Güemes
142
+ active:
143
+ - from: "2016-06-11"
144
+ # Introduced in 1938
145
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-12361-232587/texto
146
+ # Made fixed (non-movable) in 1991
147
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-24023-422/texto
148
+ # Became fixed again in 2010
149
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-1584-2010-174389/texto
64
150
  06-20:
65
151
  name:
66
152
  en: National Flag Day
67
153
  es: Día de la Bandera
68
- substitutes 06-20 if tuesday then previous monday if thursday then next friday:
69
- _name: Bridge Day
154
+ active:
155
+ - from: "1938-06-08"
156
+ to: "1988-05-23"
157
+ - from: "1991-12-18"
158
+ to: "1995-01-10"
159
+ - from: "2010-11-03"
160
+ # Made movable in 1988
161
+ # @source https://biblioteca.afip.gob.ar/dcp/LEY_C_023555_1988_04_28
162
+ 06-20 if tuesday,wednesday then previous monday if thursday,friday then next monday:
163
+ name:
164
+ en: National Flag Day
165
+ es: Día de la Bandera
166
+ active:
167
+ - from: "1988-05-24"
168
+ to: "1991-12-17"
169
+ # Made movable again in 1995
170
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-24445-782/texto
171
+ 3rd monday in June:
172
+ name:
173
+ en: National Flag Day
174
+ es: Día de la Bandera
175
+ active:
176
+ - from: "1995-01-11"
177
+ to: "2010-11-02"
70
178
  07-09:
71
179
  _name: Independence Day
72
- substitutes 07-09 if tuesday then previous monday if thursday then next friday if saturday then previous friday:
73
- _name: Bridge Day
74
- disable:
75
- - 2015
76
- - 2022
180
+ # Introduced in 1938
181
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-12387-231841/texto
182
+ # Made fixed (non-movable) in 1994
183
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-24360-756/texto
184
+ 08-17:
185
+ name:
186
+ en: Anniversary of the Passing to Immortality of General José de San Martín
187
+ es: Paso a la Inmortalidad del General José de San Martín
188
+ active:
189
+ - from: "1938-09-01"
190
+ to: "1988-05-23"
191
+ - from: "1994-09-30"
192
+ to: "1995-01-10"
193
+ # Made movable in 1988
194
+ # @source https://biblioteca.afip.gob.ar/dcp/LEY_C_023555_1988_04_28
195
+ # Moving rule changed in 2017
196
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-52-2017-271094/texto
197
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-27399-281835/texto
198
+ 08-17 if tuesday,wednesday then previous monday if thursday,friday then next monday:
199
+ name:
200
+ en: Anniversary of the Passing to Immortality of General José de San Martín
201
+ es: Paso a la Inmortalidad del General José de San Martín
202
+ active:
203
+ - from: "1988-05-24"
204
+ to: "1994-09-29"
205
+ - from: "2017-01-24"
206
+ # Made movable again in 1995
207
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-24445-782/texto
77
208
  3rd monday in August:
78
209
  name:
79
- en: Anniversary of the death of General José de San Martín
80
- es: Día del Libertador José de San Martín
210
+ en: Anniversary of the Passing to Immortality of General José de San Martín
211
+ es: Paso a la Inmortalidad del General José de San Martín
212
+ active:
213
+ - from: "1995-01-11"
214
+ to: "2017-01-23"
215
+ disable:
216
+ - "2011-08-15"
217
+ enable:
218
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-521-2011-181754/texto
219
+ - "2011-08-22"
220
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-26763-201915/texto
221
+ "2012-09-24":
222
+ name:
223
+ en: Bicentennial of the Battle of Tucumán
224
+ es: Bicentenario de la Batalla de Tucumán
225
+ # Abolished in 1976
226
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-21329-65453/texto
227
+ # Reintroduced in 1982
228
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-22655-140416/texto
229
+ 10-12:
230
+ name:
231
+ en: The Day of the Race
232
+ es: Día de la Raza
233
+ active:
234
+ - to: "1976-06-14"
235
+ - from: "1982-10-12"
236
+ to: "1988-05-23"
237
+ # Made movable in 1988
238
+ # @source https://biblioteca.afip.gob.ar/dcp/LEY_C_023555_1988_04_28
239
+ "10-12 if tuesday,wednesday then previous monday if thursday,friday then next monday #1":
240
+ name:
241
+ en: The Day of the Race
242
+ es: Día de la Raza
243
+ active:
244
+ - from: "1988-05-24"
245
+ to: "2008-10-02"
246
+ disable:
247
+ - "2001-10-15"
248
+ - "2002-10-12"
249
+ enable:
250
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-25442-67888/texto
251
+ - "2001-10-08"
252
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-1932-2002-78207/texto
253
+ - "2002-10-14"
254
+ # Moving rule changed in 2008
255
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-26416-145231/texto
81
256
  10-12 if tuesday,wednesday then previous monday if thursday,friday,saturday,sunday then next monday:
257
+ name:
258
+ en: The Day of the Race
259
+ es: Día de la Raza
260
+ active:
261
+ - from: "2008-10-03"
262
+ to: "2010-11-02"
263
+ # Holiday name changed and moving rule changed in 2010
264
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-1584-2010-174389/texto
265
+ 2nd monday in October:
82
266
  name:
83
267
  en: Day of Respect for Cultural Diversity
84
268
  es: Día del Respeto a la Diversidad Cultural
85
- substitutes 10-12 if monday,tuesday,wednesday then previous friday:
86
- _name: Bridge Day
87
- disable:
88
- - 2015
89
- - 2016
90
- - 2020
91
- 11-20 if tuesday,wednesday then previous monday if friday then next monday:
92
- # @source http://www.mininterior.gov.ar/tramitesyservicios/pdf/feriado-nacional-27-11-2015.pdf
269
+ active:
270
+ - from: "2010-11-03"
271
+ to: "2017-01-23"
272
+ # Moving rule changed in 2017
273
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-52-2017-271094/texto
274
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-27399-281835/texto
275
+ "10-12 if tuesday,wednesday then previous monday if thursday,friday then next monday #2":
276
+ name:
277
+ en: Day of Respect for Cultural Diversity
278
+ es: Día del Respeto a la Diversidad Cultural
279
+ active:
280
+ - from: "2017-01-24"
281
+ # @source https://www.argentina.gob.ar/normativa/nacional/resoluci%C3%B3n-1159-2010-173748/texto
282
+ "2010-10-27":
283
+ name:
284
+ en: National Census 2010
285
+ es: Censo Nacional 2010
286
+ # Introduced in 2010
287
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-1584-2010-174389/texto
288
+ 4th monday in November:
93
289
  name:
94
290
  en: Day of National Sovereignty
95
- es: Día de la Soberanía nacional
96
- substitutes 11-20 if saturday,sunday then next monday:
97
- _name: Bridge Day
291
+ es: Día de la Soberanía Nacional
292
+ active:
293
+ - from: "2010-11-03"
294
+ to: "2017-01-23"
98
295
  disable:
99
- - 2016
296
+ - "2015-11-23"
297
+ enable:
298
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-2226-2015-253971
299
+ - "2015-11-27"
300
+ # Moving rule changed in 2017
301
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-52-2017-271094/texto
302
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-27399-281835/texto
303
+ 11-20 if tuesday,wednesday then previous monday if thursday,friday then next monday:
304
+ name:
305
+ en: Day of National Sovereignty
306
+ es: Día de la Soberanía Nacional
307
+ active:
308
+ - from: "2017-01-24"
309
+ # Introduced in 1995
310
+ # @source https://www.argentina.gob.ar/normativa/nacional/ley-24445-782/texto
100
311
  12-08:
101
312
  _name: 12-08
102
- substitutes 12-08 if tuesday then previous monday if thursday then next friday:
103
- _name: Bridge Day
313
+ active:
314
+ - from: "1995-01-11"
104
315
  "12-24 12:00":
105
316
  _name: 12-24
106
317
  type: optional
107
- substitutes 12-24 if tuesday then previous monday:
108
- _name: Bridge Day
109
318
  12-25:
110
319
  _name: 12-25
111
- substitutes 12-25 if tuesday then previous monday if thursday then next friday:
112
- _name: Bridge Day
113
320
  "12-31 12:00":
114
321
  _name: 12-31
115
322
  type: optional
323
+ # Bridge holidays for tourism purpose (2011-2013)
324
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-1585-2010-174391/texto
325
+ "2011-03-25":
326
+ _name: Bridge Day
327
+ "2011-12-09":
328
+ _name: Bridge Day
329
+ "2012-04-30":
330
+ _name: Bridge Day
331
+ "2012-12-24":
332
+ _name: Bridge Day
333
+ "2013-04-01":
334
+ _name: Bridge Day
335
+ "2013-06-21":
336
+ _name: Bridge Day
337
+ # Bridge holidays for tourism purpose (2014-2016)
338
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-1768-2013-222021
339
+ "2014-05-02":
340
+ _name: Bridge Day
341
+ "2014-12-26":
342
+ _name: Bridge Day
343
+ "2015-03-23":
344
+ _name: Bridge Day
345
+ "2015-12-07":
346
+ _name: Bridge Day
347
+ "2016-07-08":
348
+ _name: Bridge Day
349
+ "2016-12-09":
350
+ _name: Bridge Day
351
+ # Non-working days for tourism purposes (2018-2019)
352
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-923-2017-287145/texto
353
+ "2018-04-30":
354
+ _name: Bridge Day
355
+ type: bank
356
+ "2018-12-24":
357
+ _name: Bridge Day
358
+ type: bank
359
+ "2018-12-31":
360
+ _name: Bridge Day
361
+ type: bank
362
+ "2019-07-08":
363
+ _name: Bridge Day
364
+ type: bank
365
+ "2019-08-19":
366
+ _name: Bridge Day
367
+ type: bank
368
+ "2019-10-14":
369
+ _name: Bridge Day
370
+ type: bank
371
+ # Bridge holidays for tourism purpose (2020)
372
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-717-2019-330204/texto
373
+ "2020-03-23":
374
+ _name: Bridge Day
375
+ "2020-07-10":
376
+ _name: Bridge Day
377
+ "2020-12-07":
378
+ _name: Bridge Day
379
+ # Bridge holidays for tourism purpose (2021)
380
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-947-2020-344620/texto
381
+ "2021-05-24":
382
+ _name: Bridge Day
383
+ "2021-10-08":
384
+ _name: Bridge Day
385
+ "2021-11-22":
386
+ _name: Bridge Day
387
+ # Bridge holidays for tourism purpose (2022)
388
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-789-2021-356678/texto
389
+ "2022-10-07":
390
+ _name: Bridge Day
391
+ "2022-11-21":
392
+ _name: Bridge Day
393
+ "2022-12-09":
394
+ _name: Bridge Day
395
+ # Bridge holidays for tourism purpose (2023)
396
+ # @source https://www.argentina.gob.ar/normativa/nacional/decreto-789-2021-356678/texto
397
+ "2023-05-26":
398
+ _name: Bridge Day
399
+ "2023-06-19":
400
+ _name: Bridge Day
401
+ "2023-10-13":
402
+ _name: Bridge Day
403
+ # Bridge holidays for tourism purpose (2024)
404
+ # @source https://www.boletinoficial.gob.ar/detalleAviso/primera/301434/20231229
405
+ "2024-04-01":
406
+ _name: Bridge Day
407
+ "2024-06-21":
408
+ _name: Bridge Day
409
+ "2024-10-11":
410
+ _name: Bridge Day
411
+ # Non-working days for tourism purpose (2025)
412
+ # @source https://www.boletinoficial.gob.ar/detalleAviso/primera/317188/20241121
413
+ "2025-05-02":
414
+ _name: Bridge Day
415
+ type: bank
416
+ "2025-08-15":
417
+ _name: Bridge Day
418
+ type: bank
419
+ "2025-11-21":
420
+ _name: Bridge Day
421
+ type: bank
116
422
 
117
423
  # states:
118
424
  # A:
@@ -228,17 +228,24 @@ holidays:
228
228
  # name: Macerata
229
229
  # PU:
230
230
  # name: Pesaro and Urbino
231
- # '62':
232
- # name: Lazio
233
- # regions:
234
- # FR:
235
- # name: Frosinone
236
- # LT:
237
- # name: Latina
238
- # RI:
239
- # name: Rieti
240
- # RM:
241
- # name: Rome
231
+ "62":
232
+ name: Lazio
233
+ regions:
234
+ # FR:
235
+ # name: Frosinone
236
+ # LT:
237
+ # name: Latina
238
+ # RI:
239
+ # name: Rieti
240
+ RM:
241
+ names:
242
+ it: Roma
243
+ en: Rome
244
+ days:
245
+ 06-29:
246
+ name:
247
+ it: Santi Pietro e Paolo
248
+ en: Saints Peter and Paul
242
249
  # VT:
243
250
  # name: Viterbo
244
251
  # '65':
@@ -14,6 +14,9 @@ holidays:
14
14
  #
15
15
  # For convenience, here is the same 2019 bank information condensed and in English:
16
16
  # @source http://www.banxico.org.mx/financial-system/d/%7B78042524-F8E9-89EB-9A8E-FD40D0CBCF40%7D.pdf
17
+ #
18
+ # Three holidays that shifted to Monday observances in 2006 and 2007:
19
+ # @source https://www.gob.mx/cms/uploads/attachment/file/156203/1044_Ley_Federal_del_Trabajo.pdf
17
20
  MX:
18
21
  names:
19
22
  es: México
@@ -39,18 +42,24 @@ holidays:
39
42
  _name: 01-01
40
43
  02-05:
41
44
  _name: Constitution Day
45
+ active:
46
+ - to: 2006-01-17
42
47
  1st monday in February:
43
- name:
44
- en: Constitution Day (day off)
45
- es: Día de la Constitución (día libre)
48
+ _name: Constitution Day
49
+ active:
50
+ - from: 2006-01-18
46
51
  03-21:
47
52
  name:
48
53
  en: Benito Juárez's birthday
49
54
  es: Natalicio de Benito Juárez
55
+ active:
56
+ - to: 2006-12-31
50
57
  3rd monday in March:
51
58
  name:
52
- en: Benito Juárez's birthday (day off)
53
- es: Natalicio de Benito Juárez (día libre)
59
+ en: Benito Juárez's birthday
60
+ es: Natalicio de Benito Juárez
61
+ active:
62
+ - from: 2007-01-01
54
63
  easter -3:
55
64
  _name: easter -3
56
65
  type: bank
@@ -69,10 +78,12 @@ holidays:
69
78
  type: bank
70
79
  11-20:
71
80
  _name: Revolution Day
81
+ active:
82
+ - to: 2006-01-17
72
83
  3rd monday in November:
73
- name:
74
- en: Revolution Day (day off)
75
- es: Día de la Revolución (día libre)
84
+ _name: Revolution Day
85
+ active:
86
+ - from: 2006-01-18
76
87
  12-01 every 6 years since 1934:
77
88
  name:
78
89
  en: Change of Federal Government
@@ -0,0 +1,54 @@
1
+ # @source https://www.hrsd.gov.sa/sites/default/files/2025-02/%D8%A7%D9%84%D9%84%D8%A7%D8%A6%D8%AD%D8%A9%20%D8%A7%D9%84%D8%AA%D9%86%D9%81%D9%8A%D8%B0%D9%8A%D8%A9%20%D9%84%D9%86%D8%B8%D8%A7%D9%85%20%D8%A7%D9%84%D8%B9%D9%85%D9%84%20%D9%88%D9%85%D9%84%D8%AD%D9%82%D8%A7%D8%AA%D9%87%D8%A7.pdf المادة (24)
2
+ # @attrib https://en.wikipedia.org/wiki/Saudi_Founding_Day
3
+ # @attrib https://en.wikipedia.org/wiki/Saudi_National_Day
4
+ holidays:
5
+ SA:
6
+ names:
7
+ ar: "المملكة العربية السعودية"
8
+ en: Saudi Arabia
9
+ langs:
10
+ - ar
11
+ - en
12
+ zones:
13
+ - Asia/Riyadh
14
+ dayoff: Saturday
15
+ days:
16
+ 02-22 since 2022:
17
+ name:
18
+ ar: "يوم التأسيس"
19
+ en: Founding Day
20
+ 09-23 since 2005:
21
+ name:
22
+ ar: "اليوم الوطني"
23
+ en: National Day
24
+ 29 Ramadan P4D:
25
+ _name: 1 Shawwal
26
+ 9 Dhu al-Hijjah P4D:
27
+ _name: 10 Dhu al-Hijjah
28
+ # states:
29
+ # '10':
30
+ # name: Najran
31
+ # '11':
32
+ # name: Al Bahah
33
+ # '12':
34
+ # name: Al Jawf
35
+ # '14':
36
+ # name: Asir
37
+ # '01':
38
+ # name: Riyadh
39
+ # '02':
40
+ # name: Makkah
41
+ # '03':
42
+ # name: Al Madinah
43
+ # '04':
44
+ # name: Eastern
45
+ # '05':
46
+ # name: Al-Qassim
47
+ # '06':
48
+ # name: Ha’il
49
+ # '07':
50
+ # name: Tabuk
51
+ # 08:
52
+ # name: Northern Borders
53
+ # 09:
54
+ # name: Jizan