date-holidays 3.12.2 → 3.14.1
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 +26 -0
- package/LICENSE +1 -0
- package/README.md +9 -2
- package/data/countries/AS.yaml +2 -0
- package/data/countries/AU.yaml +6 -0
- package/data/countries/GB.yaml +6 -3
- package/data/countries/GR.yaml +2 -0
- package/data/countries/GU.yaml +2 -0
- package/data/countries/IE.yaml +3 -0
- package/data/countries/IL.yaml +210 -0
- package/data/countries/NZ.yaml +185 -13
- package/data/countries/PR.yaml +2 -0
- package/data/countries/SE.yaml +8 -5
- package/data/countries/US.yaml +4 -0
- package/data/countries/VI.yaml +2 -0
- package/data/holidays.json +601 -32
- package/data/names.yaml +3 -2
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/umd.min.js +1 -1
- package/dist/umd.min.js.map +1 -1
- package/lib/data.cjs +601 -32
- package/package.json +14 -10
- package/src/data.js +601 -32
package/lib/data.cjs
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const data = {
|
|
6
|
-
"version": "
|
|
6
|
+
"version": "2022-01-11",
|
|
7
7
|
"license": "CC-BY-SA-3",
|
|
8
8
|
"holidays": {
|
|
9
9
|
"AD": {
|
|
@@ -820,6 +820,7 @@ const data = {
|
|
|
820
820
|
"en": "Washington's Birthday"
|
|
821
821
|
}
|
|
822
822
|
},
|
|
823
|
+
"03-17": false,
|
|
823
824
|
"04-15 if friday then next monday if saturday,sunday then next tuesday": false,
|
|
824
825
|
"04-17 and if sunday then next monday": {
|
|
825
826
|
"name": {
|
|
@@ -1094,6 +1095,14 @@ const data = {
|
|
|
1094
1095
|
"en": "Anzac Day"
|
|
1095
1096
|
}
|
|
1096
1097
|
},
|
|
1098
|
+
"2nd sunday in May": {
|
|
1099
|
+
"_name": "Mothers Day",
|
|
1100
|
+
"type": "observance"
|
|
1101
|
+
},
|
|
1102
|
+
"1st sunday in September": {
|
|
1103
|
+
"_name": "Fathers Day",
|
|
1104
|
+
"type": "observance"
|
|
1105
|
+
},
|
|
1097
1106
|
"12-25 and if saturday then next monday if sunday then next tuesday": {
|
|
1098
1107
|
"substitute": true,
|
|
1099
1108
|
"_name": "12-25"
|
|
@@ -9206,7 +9215,8 @@ const data = {
|
|
|
9206
9215
|
"_name": "easter -2"
|
|
9207
9216
|
},
|
|
9208
9217
|
"easter": {
|
|
9209
|
-
"_name": "easter"
|
|
9218
|
+
"_name": "easter",
|
|
9219
|
+
"type": "observance"
|
|
9210
9220
|
},
|
|
9211
9221
|
"easter 1": {
|
|
9212
9222
|
"_name": "easter 1"
|
|
@@ -9225,6 +9235,9 @@ const data = {
|
|
|
9225
9235
|
},
|
|
9226
9236
|
"disable": [
|
|
9227
9237
|
"2022-05-30"
|
|
9238
|
+
],
|
|
9239
|
+
"enable": [
|
|
9240
|
+
"2022-06-02"
|
|
9228
9241
|
]
|
|
9229
9242
|
},
|
|
9230
9243
|
"12-25": {
|
|
@@ -9251,15 +9264,14 @@ const data = {
|
|
|
9251
9264
|
"en": "Early May bank holiday (VE day)"
|
|
9252
9265
|
}
|
|
9253
9266
|
},
|
|
9254
|
-
"2022-06-02": {
|
|
9255
|
-
"name": {
|
|
9256
|
-
"en": "Queen’s Platinum Jubilee"
|
|
9257
|
-
}
|
|
9258
|
-
},
|
|
9259
9267
|
"2022-06-03": {
|
|
9260
9268
|
"name": {
|
|
9261
9269
|
"en": "Queen’s Platinum Jubilee"
|
|
9262
9270
|
}
|
|
9271
|
+
},
|
|
9272
|
+
"3rd sunday in June": {
|
|
9273
|
+
"_name": "Fathers Day",
|
|
9274
|
+
"type": "observance"
|
|
9263
9275
|
}
|
|
9264
9276
|
},
|
|
9265
9277
|
"states": {
|
|
@@ -10113,6 +10125,9 @@ const data = {
|
|
|
10113
10125
|
"orthodox 49": {
|
|
10114
10126
|
"_name": "easter 49"
|
|
10115
10127
|
},
|
|
10128
|
+
"orthodox 50": {
|
|
10129
|
+
"_name": "easter 50"
|
|
10130
|
+
},
|
|
10116
10131
|
"2nd sunday in May": {
|
|
10117
10132
|
"_name": "Mothers Day",
|
|
10118
10133
|
"type": "observance"
|
|
@@ -10209,6 +10224,7 @@ const data = {
|
|
|
10209
10224
|
],
|
|
10210
10225
|
"days": {
|
|
10211
10226
|
"3rd monday in February": false,
|
|
10227
|
+
"03-17": false,
|
|
10212
10228
|
"1st monday in March": {
|
|
10213
10229
|
"name": {
|
|
10214
10230
|
"en": "Guam History and Chamorro Heritage Day"
|
|
@@ -11606,6 +11622,284 @@ const data = {
|
|
|
11606
11622
|
"en": "Christmas Bank Holiday"
|
|
11607
11623
|
},
|
|
11608
11624
|
"type": "bank"
|
|
11625
|
+
},
|
|
11626
|
+
"3rd sunday in June": {
|
|
11627
|
+
"_name": "Fathers Day",
|
|
11628
|
+
"type": "observance"
|
|
11629
|
+
}
|
|
11630
|
+
}
|
|
11631
|
+
},
|
|
11632
|
+
"IL": {
|
|
11633
|
+
"names": {
|
|
11634
|
+
"he": "מְדִינַת יִשְׂרָאֵל",
|
|
11635
|
+
"en": "Israel"
|
|
11636
|
+
},
|
|
11637
|
+
"langs": [
|
|
11638
|
+
"he"
|
|
11639
|
+
],
|
|
11640
|
+
"zones": [
|
|
11641
|
+
"Asia/Jerusalem"
|
|
11642
|
+
],
|
|
11643
|
+
"dayoff": "Saturday",
|
|
11644
|
+
"days": {
|
|
11645
|
+
"1 Tishrei": {
|
|
11646
|
+
"name": {
|
|
11647
|
+
"he": "ראש השנה",
|
|
11648
|
+
"en": "Rosh Hashanah (Yom Teruah)"
|
|
11649
|
+
}
|
|
11650
|
+
},
|
|
11651
|
+
"2 Tishrei": {
|
|
11652
|
+
"name": {
|
|
11653
|
+
"he": "ראש השנה יום 2",
|
|
11654
|
+
"en": "Rosh Hashanah (Day 2)"
|
|
11655
|
+
}
|
|
11656
|
+
},
|
|
11657
|
+
"3 Tishrei if Saturday then next Sunday": {
|
|
11658
|
+
"name": {
|
|
11659
|
+
"he": "צום גדליה",
|
|
11660
|
+
"en": "Fast of Gedaliah (Tzom Gedalya)"
|
|
11661
|
+
},
|
|
11662
|
+
"type": "observance"
|
|
11663
|
+
},
|
|
11664
|
+
"10 Tishrei": {
|
|
11665
|
+
"name": {
|
|
11666
|
+
"he": "יום כיפור",
|
|
11667
|
+
"en": "Day of Atonement (Yom Kippur)"
|
|
11668
|
+
}
|
|
11669
|
+
},
|
|
11670
|
+
"15 Tishrei": {
|
|
11671
|
+
"name": {
|
|
11672
|
+
"he": "סוכות",
|
|
11673
|
+
"en": "Feast of Tabernacles (Sukkot)"
|
|
11674
|
+
}
|
|
11675
|
+
},
|
|
11676
|
+
"16 Tishrei P6D": {
|
|
11677
|
+
"name": {
|
|
11678
|
+
"he": "חול המועד סוכות",
|
|
11679
|
+
"en": "The week of Sukkot"
|
|
11680
|
+
},
|
|
11681
|
+
"type": "school",
|
|
11682
|
+
"note": "Collective paid leave in many businesses and government offices"
|
|
11683
|
+
},
|
|
11684
|
+
"22 Tishrei": {
|
|
11685
|
+
"name": {
|
|
11686
|
+
"he": "שמחת תורה/שמיני עצרת",
|
|
11687
|
+
"en": "Simchat Torah/ Shmini Atzeret"
|
|
11688
|
+
}
|
|
11689
|
+
},
|
|
11690
|
+
"12 Cheshvan if Friday,Saturday then previous Thursday since 1997": {
|
|
11691
|
+
"name": {
|
|
11692
|
+
"he": "יום רבין",
|
|
11693
|
+
"en": "Rabin Day"
|
|
11694
|
+
},
|
|
11695
|
+
"type": "observance",
|
|
11696
|
+
"note": "National remembrance day, business as usual"
|
|
11697
|
+
},
|
|
11698
|
+
"29 Cheshvan": {
|
|
11699
|
+
"name": {
|
|
11700
|
+
"he": "סיגד",
|
|
11701
|
+
"en": "Sigd"
|
|
11702
|
+
},
|
|
11703
|
+
"type": "observance",
|
|
11704
|
+
"note": "Festival of the Ethiopian Jews, optional paid leave, business as usual"
|
|
11705
|
+
},
|
|
11706
|
+
"6 Kislev if Saturday then next Sunday": {
|
|
11707
|
+
"name": {
|
|
11708
|
+
"en": "Ben-Gurion Day",
|
|
11709
|
+
"he": "יום בן-גוריון"
|
|
11710
|
+
},
|
|
11711
|
+
"type": "observance",
|
|
11712
|
+
"note": "Day marked by the Knesset"
|
|
11713
|
+
},
|
|
11714
|
+
"25 Kislev P8D": {
|
|
11715
|
+
"name": {
|
|
11716
|
+
"en": "Hanukkah",
|
|
11717
|
+
"he": "חנוכה"
|
|
11718
|
+
},
|
|
11719
|
+
"type": "school"
|
|
11720
|
+
},
|
|
11721
|
+
"10 Tevet": {
|
|
11722
|
+
"name": {
|
|
11723
|
+
"en": "Tenth of Tevet",
|
|
11724
|
+
"he": "צום עשרה בטבת"
|
|
11725
|
+
},
|
|
11726
|
+
"type": "observance"
|
|
11727
|
+
},
|
|
11728
|
+
"15 Shvat": {
|
|
11729
|
+
"name": {
|
|
11730
|
+
"en": "Tu Bishvat (Arbor Day)",
|
|
11731
|
+
"he": "ט\"ו בשבט"
|
|
11732
|
+
},
|
|
11733
|
+
"type": "observance"
|
|
11734
|
+
},
|
|
11735
|
+
"13 AdarII if Saturday then previous Thursday": {
|
|
11736
|
+
"name": {
|
|
11737
|
+
"en": "Fast of Esther",
|
|
11738
|
+
"he": "תענית אסתר"
|
|
11739
|
+
},
|
|
11740
|
+
"type": "school"
|
|
11741
|
+
},
|
|
11742
|
+
"14 AdarII P2D": {
|
|
11743
|
+
"name": {
|
|
11744
|
+
"en": "Purim",
|
|
11745
|
+
"he": "פורים"
|
|
11746
|
+
},
|
|
11747
|
+
"type": "school",
|
|
11748
|
+
"note": "optional paid leave"
|
|
11749
|
+
},
|
|
11750
|
+
"10 Nisan": {
|
|
11751
|
+
"name": {
|
|
11752
|
+
"en": "Aliyah Day",
|
|
11753
|
+
"he": "יום העלייה"
|
|
11754
|
+
},
|
|
11755
|
+
"type": "observance",
|
|
11756
|
+
"note": "Official holiday, business as usual"
|
|
11757
|
+
},
|
|
11758
|
+
"15 Nisan": {
|
|
11759
|
+
"name": {
|
|
11760
|
+
"en": "Passover",
|
|
11761
|
+
"he": "פסח"
|
|
11762
|
+
}
|
|
11763
|
+
},
|
|
11764
|
+
"16 Nisan P5D": {
|
|
11765
|
+
"name": {
|
|
11766
|
+
"en": "Passover (intermediate days)",
|
|
11767
|
+
"he": "חול המועד פסח"
|
|
11768
|
+
},
|
|
11769
|
+
"type": "school",
|
|
11770
|
+
"note": "School holiday, collective paid leave in many businesses and government offices"
|
|
11771
|
+
},
|
|
11772
|
+
"21 Nisan": {
|
|
11773
|
+
"name": {
|
|
11774
|
+
"en": "Seventh day of Passover",
|
|
11775
|
+
"he": "שביעי של פסח"
|
|
11776
|
+
}
|
|
11777
|
+
},
|
|
11778
|
+
"22 Nisan": {
|
|
11779
|
+
"name": {
|
|
11780
|
+
"en": "Mimouna",
|
|
11781
|
+
"he": "מימונה"
|
|
11782
|
+
},
|
|
11783
|
+
"type": "observance",
|
|
11784
|
+
"note": "Unpaid leave upon request"
|
|
11785
|
+
},
|
|
11786
|
+
"27 Nisan if Friday then previous Thursday if Sunday then next Monday": {
|
|
11787
|
+
"name": {
|
|
11788
|
+
"en": "Holocaust Remembrance Day (Yom HaShoah)",
|
|
11789
|
+
"he": "יום הזיכרון לשואה ולגבורה"
|
|
11790
|
+
},
|
|
11791
|
+
"type": "observance",
|
|
11792
|
+
"note": "National remembrance day, business as usual except places of public entertainment"
|
|
11793
|
+
},
|
|
11794
|
+
"05-09": {
|
|
11795
|
+
"name": {
|
|
11796
|
+
"en": "Victory in Europe Day",
|
|
11797
|
+
"he": "יום הניצחון על גרמניה הנאצית"
|
|
11798
|
+
},
|
|
11799
|
+
"type": "observance"
|
|
11800
|
+
},
|
|
11801
|
+
"4 Iyyar if Thursday,Friday then previous Wednesday if Sunday then next Monday": {
|
|
11802
|
+
"name": {
|
|
11803
|
+
"en": "Fallen Soldiers and Victims of Terrorism Remembrance Day (Yom HaZikaron)",
|
|
11804
|
+
"he": "יום הזיכרון לחללי מערכות ישראל ונפגעי פעולות האיבה"
|
|
11805
|
+
},
|
|
11806
|
+
"type": "observance",
|
|
11807
|
+
"note": "National remembrance day, business as usual except places of public entertainment"
|
|
11808
|
+
},
|
|
11809
|
+
"5 Iyyar if Friday,Saturday then previous Thursday if Monday then next Tuesday": {
|
|
11810
|
+
"name": {
|
|
11811
|
+
"en": "Independence Day (Yom HaAtzmaut)",
|
|
11812
|
+
"he": "יום העצמאות"
|
|
11813
|
+
}
|
|
11814
|
+
},
|
|
11815
|
+
"10 Iyyar if Saturday then next Sunday since 2004": {
|
|
11816
|
+
"name": {
|
|
11817
|
+
"en": "Herzl Day",
|
|
11818
|
+
"he": "יום הרצל"
|
|
11819
|
+
},
|
|
11820
|
+
"type": "observance",
|
|
11821
|
+
"note": "Day marked by the Knesset"
|
|
11822
|
+
},
|
|
11823
|
+
"18 Iyyar": {
|
|
11824
|
+
"name": {
|
|
11825
|
+
"en": "Lag BaOmer",
|
|
11826
|
+
"he": "ל\"ג בעומר"
|
|
11827
|
+
},
|
|
11828
|
+
"type": "school"
|
|
11829
|
+
},
|
|
11830
|
+
"28 Iyyar": {
|
|
11831
|
+
"name": {
|
|
11832
|
+
"en": "Jerusalem Day",
|
|
11833
|
+
"he": "יום ירושלים"
|
|
11834
|
+
},
|
|
11835
|
+
"type": "observance",
|
|
11836
|
+
"note": "Optional paid leave"
|
|
11837
|
+
},
|
|
11838
|
+
"6 Sivan": {
|
|
11839
|
+
"name": {
|
|
11840
|
+
"en": "Shavuot",
|
|
11841
|
+
"he": "שבועות"
|
|
11842
|
+
}
|
|
11843
|
+
},
|
|
11844
|
+
"17 Tamuz if Saturday then next Sunday": {
|
|
11845
|
+
"name": {
|
|
11846
|
+
"en": "Seventeenth of Tamuz, fast",
|
|
11847
|
+
"he": "שבעה עשר בתמוז"
|
|
11848
|
+
},
|
|
11849
|
+
"type": "observance"
|
|
11850
|
+
},
|
|
11851
|
+
"29 Tamuz if Saturday then next Sunday": {
|
|
11852
|
+
"name": {
|
|
11853
|
+
"en": "Jabotinsky Day",
|
|
11854
|
+
"he": "יום ז'בוטינסקי"
|
|
11855
|
+
},
|
|
11856
|
+
"type": "observance",
|
|
11857
|
+
"note": "Day marked by the Knesset"
|
|
11858
|
+
},
|
|
11859
|
+
"9 Av if Saturday then next Sunday": {
|
|
11860
|
+
"name": {
|
|
11861
|
+
"en": "Tisha B'Av, fast",
|
|
11862
|
+
"he": "תשעה באב"
|
|
11863
|
+
},
|
|
11864
|
+
"type": "observance",
|
|
11865
|
+
"note": "Optional paid leave, business as usual except places of public entertainment"
|
|
11866
|
+
},
|
|
11867
|
+
"15 Av": {
|
|
11868
|
+
"name": {
|
|
11869
|
+
"en": "Tu B'Av (Fifteenth of Av)",
|
|
11870
|
+
"he": "ט\"ו באב"
|
|
11871
|
+
},
|
|
11872
|
+
"type": "observance"
|
|
11873
|
+
},
|
|
11874
|
+
"2015-03-17": {
|
|
11875
|
+
"name": {
|
|
11876
|
+
"en": "Election Day",
|
|
11877
|
+
"he": "יום הבחירות"
|
|
11878
|
+
}
|
|
11879
|
+
},
|
|
11880
|
+
"2019-04-09": {
|
|
11881
|
+
"name": {
|
|
11882
|
+
"en": "Election Day",
|
|
11883
|
+
"he": "יום הבחירות"
|
|
11884
|
+
}
|
|
11885
|
+
},
|
|
11886
|
+
"2019-09-17": {
|
|
11887
|
+
"name": {
|
|
11888
|
+
"en": "Election Day",
|
|
11889
|
+
"he": "יום הבחירות"
|
|
11890
|
+
}
|
|
11891
|
+
},
|
|
11892
|
+
"2020-03-02": {
|
|
11893
|
+
"name": {
|
|
11894
|
+
"en": "Election Day",
|
|
11895
|
+
"he": "יום הבחירות"
|
|
11896
|
+
}
|
|
11897
|
+
},
|
|
11898
|
+
"2021-03-23": {
|
|
11899
|
+
"name": {
|
|
11900
|
+
"en": "Election Day",
|
|
11901
|
+
"he": "יום הבחירות"
|
|
11902
|
+
}
|
|
11609
11903
|
}
|
|
11610
11904
|
}
|
|
11611
11905
|
},
|
|
@@ -15971,11 +16265,13 @@ const data = {
|
|
|
15971
16265
|
},
|
|
15972
16266
|
"NZ": {
|
|
15973
16267
|
"names": {
|
|
15974
|
-
"en": "New Zealand"
|
|
16268
|
+
"en": "New Zealand",
|
|
16269
|
+
"mi": "Aotearoa"
|
|
15975
16270
|
},
|
|
15976
16271
|
"dayoff": "sunday",
|
|
15977
16272
|
"langs": [
|
|
15978
|
-
"en"
|
|
16273
|
+
"en",
|
|
16274
|
+
"mi"
|
|
15979
16275
|
],
|
|
15980
16276
|
"zones": [
|
|
15981
16277
|
"Pacific/Auckland",
|
|
@@ -16029,11 +16325,182 @@ const data = {
|
|
|
16029
16325
|
"12-26 and if saturday then next monday if sunday then next tuesday": {
|
|
16030
16326
|
"substitute": true,
|
|
16031
16327
|
"_name": "12-26"
|
|
16328
|
+
},
|
|
16329
|
+
"2022-06-24": {
|
|
16330
|
+
"name": {
|
|
16331
|
+
"en": "Matariki"
|
|
16332
|
+
}
|
|
16333
|
+
},
|
|
16334
|
+
"2023-07-14": {
|
|
16335
|
+
"name": {
|
|
16336
|
+
"en": "Matariki"
|
|
16337
|
+
}
|
|
16338
|
+
},
|
|
16339
|
+
"2024-06-28": {
|
|
16340
|
+
"name": {
|
|
16341
|
+
"en": "Matariki"
|
|
16342
|
+
}
|
|
16343
|
+
},
|
|
16344
|
+
"2025-06-20": {
|
|
16345
|
+
"name": {
|
|
16346
|
+
"en": "Matariki"
|
|
16347
|
+
}
|
|
16348
|
+
},
|
|
16349
|
+
"2026-07-10": {
|
|
16350
|
+
"name": {
|
|
16351
|
+
"en": "Matariki"
|
|
16352
|
+
}
|
|
16353
|
+
},
|
|
16354
|
+
"2027-06-25": {
|
|
16355
|
+
"name": {
|
|
16356
|
+
"en": "Matariki"
|
|
16357
|
+
}
|
|
16358
|
+
},
|
|
16359
|
+
"2028-07-14": {
|
|
16360
|
+
"name": {
|
|
16361
|
+
"en": "Matariki"
|
|
16362
|
+
}
|
|
16363
|
+
},
|
|
16364
|
+
"2029-07-06": {
|
|
16365
|
+
"name": {
|
|
16366
|
+
"en": "Matariki"
|
|
16367
|
+
}
|
|
16368
|
+
},
|
|
16369
|
+
"2030-06-21": {
|
|
16370
|
+
"name": {
|
|
16371
|
+
"en": "Matariki"
|
|
16372
|
+
}
|
|
16373
|
+
},
|
|
16374
|
+
"2031-07-11": {
|
|
16375
|
+
"name": {
|
|
16376
|
+
"en": "Matariki"
|
|
16377
|
+
}
|
|
16378
|
+
},
|
|
16379
|
+
"2032-07-02": {
|
|
16380
|
+
"name": {
|
|
16381
|
+
"en": "Matariki"
|
|
16382
|
+
}
|
|
16383
|
+
},
|
|
16384
|
+
"2033-06-24": {
|
|
16385
|
+
"name": {
|
|
16386
|
+
"en": "Matariki"
|
|
16387
|
+
}
|
|
16388
|
+
},
|
|
16389
|
+
"2034-07-07": {
|
|
16390
|
+
"name": {
|
|
16391
|
+
"en": "Matariki"
|
|
16392
|
+
}
|
|
16393
|
+
},
|
|
16394
|
+
"2035-06-29": {
|
|
16395
|
+
"name": {
|
|
16396
|
+
"en": "Matariki"
|
|
16397
|
+
}
|
|
16398
|
+
},
|
|
16399
|
+
"2036-07-21": {
|
|
16400
|
+
"name": {
|
|
16401
|
+
"en": "Matariki"
|
|
16402
|
+
}
|
|
16403
|
+
},
|
|
16404
|
+
"2037-07-10": {
|
|
16405
|
+
"name": {
|
|
16406
|
+
"en": "Matariki"
|
|
16407
|
+
}
|
|
16408
|
+
},
|
|
16409
|
+
"2038-06-25": {
|
|
16410
|
+
"name": {
|
|
16411
|
+
"en": "Matariki"
|
|
16412
|
+
}
|
|
16413
|
+
},
|
|
16414
|
+
"2039-07-15": {
|
|
16415
|
+
"name": {
|
|
16416
|
+
"en": "Matariki"
|
|
16417
|
+
}
|
|
16418
|
+
},
|
|
16419
|
+
"2040-07-06": {
|
|
16420
|
+
"name": {
|
|
16421
|
+
"en": "Matariki"
|
|
16422
|
+
}
|
|
16423
|
+
},
|
|
16424
|
+
"2041-07-19": {
|
|
16425
|
+
"name": {
|
|
16426
|
+
"en": "Matariki"
|
|
16427
|
+
}
|
|
16428
|
+
},
|
|
16429
|
+
"2042-07-11": {
|
|
16430
|
+
"name": {
|
|
16431
|
+
"en": "Matariki"
|
|
16432
|
+
}
|
|
16433
|
+
},
|
|
16434
|
+
"2043-07-03": {
|
|
16435
|
+
"name": {
|
|
16436
|
+
"en": "Matariki"
|
|
16437
|
+
}
|
|
16438
|
+
},
|
|
16439
|
+
"2044-06-24": {
|
|
16440
|
+
"name": {
|
|
16441
|
+
"en": "Matariki"
|
|
16442
|
+
}
|
|
16443
|
+
},
|
|
16444
|
+
"2045-07-07": {
|
|
16445
|
+
"name": {
|
|
16446
|
+
"en": "Matariki"
|
|
16447
|
+
}
|
|
16448
|
+
},
|
|
16449
|
+
"2046-06-29": {
|
|
16450
|
+
"name": {
|
|
16451
|
+
"en": "Matariki"
|
|
16452
|
+
}
|
|
16453
|
+
},
|
|
16454
|
+
"2047-07-19": {
|
|
16455
|
+
"name": {
|
|
16456
|
+
"en": "Matariki"
|
|
16457
|
+
}
|
|
16458
|
+
},
|
|
16459
|
+
"2048-07-03": {
|
|
16460
|
+
"name": {
|
|
16461
|
+
"en": "Matariki"
|
|
16462
|
+
}
|
|
16463
|
+
},
|
|
16464
|
+
"2049-06-25": {
|
|
16465
|
+
"name": {
|
|
16466
|
+
"en": "Matariki"
|
|
16467
|
+
}
|
|
16468
|
+
},
|
|
16469
|
+
"2050-07-15": {
|
|
16470
|
+
"name": {
|
|
16471
|
+
"en": "Matariki"
|
|
16472
|
+
}
|
|
16473
|
+
},
|
|
16474
|
+
"2051-06-30": {
|
|
16475
|
+
"name": {
|
|
16476
|
+
"en": "Matariki"
|
|
16477
|
+
}
|
|
16478
|
+
},
|
|
16479
|
+
"2052-06-21": {
|
|
16480
|
+
"name": {
|
|
16481
|
+
"en": "Matariki"
|
|
16482
|
+
}
|
|
16032
16483
|
}
|
|
16033
16484
|
},
|
|
16034
16485
|
"states": {
|
|
16035
16486
|
"AUK": {
|
|
16036
|
-
"
|
|
16487
|
+
"names": {
|
|
16488
|
+
"en": "Auckland Province",
|
|
16489
|
+
"mi": "Tāmaki-makau-rau"
|
|
16490
|
+
},
|
|
16491
|
+
"days": {
|
|
16492
|
+
"01-29 if tuesday,wednesday,thursday then previous monday if friday,saturday,sunday then next monday": {
|
|
16493
|
+
"name": {
|
|
16494
|
+
"en": "Provincial anniversary day"
|
|
16495
|
+
}
|
|
16496
|
+
}
|
|
16497
|
+
}
|
|
16498
|
+
},
|
|
16499
|
+
"BOP": {
|
|
16500
|
+
"names": {
|
|
16501
|
+
"en": "Bay of Plenty",
|
|
16502
|
+
"mi": "Te Moana-a-Toi"
|
|
16503
|
+
},
|
|
16037
16504
|
"days": {
|
|
16038
16505
|
"01-29 if tuesday,wednesday,thursday then previous monday if friday,saturday,sunday then next monday": {
|
|
16039
16506
|
"name": {
|
|
@@ -16043,17 +16510,21 @@ const data = {
|
|
|
16043
16510
|
}
|
|
16044
16511
|
},
|
|
16045
16512
|
"CAN": {
|
|
16046
|
-
"
|
|
16513
|
+
"names": {
|
|
16514
|
+
"en": "Canterbury",
|
|
16515
|
+
"mi": "Waitaha"
|
|
16516
|
+
},
|
|
16047
16517
|
"days": {
|
|
16048
16518
|
"friday after 2nd tuesday in November": {
|
|
16049
16519
|
"name": {
|
|
16050
16520
|
"en": "Christchurch Show Day"
|
|
16051
|
-
}
|
|
16521
|
+
},
|
|
16522
|
+
"note": "May differ in parts of North Canterbury"
|
|
16052
16523
|
}
|
|
16053
16524
|
},
|
|
16054
16525
|
"regions": {
|
|
16055
|
-
"
|
|
16056
|
-
"name": "
|
|
16526
|
+
"Timaru": {
|
|
16527
|
+
"name": "Timaru District",
|
|
16057
16528
|
"days": {
|
|
16058
16529
|
"friday after 2nd tuesday in November": false,
|
|
16059
16530
|
"4th monday in September": {
|
|
@@ -16066,7 +16537,10 @@ const data = {
|
|
|
16066
16537
|
}
|
|
16067
16538
|
},
|
|
16068
16539
|
"CIT": {
|
|
16069
|
-
"
|
|
16540
|
+
"names": {
|
|
16541
|
+
"en": "Chatham Islands",
|
|
16542
|
+
"mi": "Wharekauri"
|
|
16543
|
+
},
|
|
16070
16544
|
"days": {
|
|
16071
16545
|
"11-30 if tuesday,wednesday,thursday then previous monday if friday,saturday,sunday then next monday": {
|
|
16072
16546
|
"name": {
|
|
@@ -16075,8 +16549,24 @@ const data = {
|
|
|
16075
16549
|
}
|
|
16076
16550
|
}
|
|
16077
16551
|
},
|
|
16552
|
+
"GIS": {
|
|
16553
|
+
"names": {
|
|
16554
|
+
"en": "Gisborne",
|
|
16555
|
+
"mi": "Te Tai Rāwhiti"
|
|
16556
|
+
},
|
|
16557
|
+
"days": {
|
|
16558
|
+
"01-29 if tuesday,wednesday,thursday then previous monday if friday,saturday,sunday then next monday": {
|
|
16559
|
+
"name": {
|
|
16560
|
+
"en": "Provincial anniversary day"
|
|
16561
|
+
}
|
|
16562
|
+
}
|
|
16563
|
+
}
|
|
16564
|
+
},
|
|
16078
16565
|
"HKB": {
|
|
16079
|
-
"
|
|
16566
|
+
"names": {
|
|
16567
|
+
"en": "Hawke's Bay",
|
|
16568
|
+
"mi": "Te Matau-a-Māui"
|
|
16569
|
+
},
|
|
16080
16570
|
"days": {
|
|
16081
16571
|
"friday before 4th monday in October": {
|
|
16082
16572
|
"name": {
|
|
@@ -16086,7 +16576,10 @@ const data = {
|
|
|
16086
16576
|
}
|
|
16087
16577
|
},
|
|
16088
16578
|
"MBH": {
|
|
16089
|
-
"
|
|
16579
|
+
"names": {
|
|
16580
|
+
"en": "Marlborough",
|
|
16581
|
+
"mi": "Te Tauihu-o-te-waka"
|
|
16582
|
+
},
|
|
16090
16583
|
"days": {
|
|
16091
16584
|
"5th monday in October": {
|
|
16092
16585
|
"name": {
|
|
@@ -16095,8 +16588,21 @@ const data = {
|
|
|
16095
16588
|
}
|
|
16096
16589
|
}
|
|
16097
16590
|
},
|
|
16591
|
+
"MWT": {
|
|
16592
|
+
"name": "Manawatu-Wanganui",
|
|
16593
|
+
"days": {
|
|
16594
|
+
"01-22 if tuesday,wednesday,thursday then previous monday if friday,saturday,sunday then next monday": {
|
|
16595
|
+
"name": {
|
|
16596
|
+
"en": "Provincial anniversary day"
|
|
16597
|
+
}
|
|
16598
|
+
}
|
|
16599
|
+
}
|
|
16600
|
+
},
|
|
16098
16601
|
"NSN": {
|
|
16099
|
-
"
|
|
16602
|
+
"names": {
|
|
16603
|
+
"en": "Nelson",
|
|
16604
|
+
"mi": "Whakatū"
|
|
16605
|
+
},
|
|
16100
16606
|
"days": {
|
|
16101
16607
|
"02-01 if tuesday,wednesday,thursday then previous monday if friday,saturday,sunday then next monday": {
|
|
16102
16608
|
"name": {
|
|
@@ -16106,7 +16612,10 @@ const data = {
|
|
|
16106
16612
|
}
|
|
16107
16613
|
},
|
|
16108
16614
|
"NTL": {
|
|
16109
|
-
"
|
|
16615
|
+
"names": {
|
|
16616
|
+
"en": "Northland",
|
|
16617
|
+
"mi": "Te Tai Tokerau"
|
|
16618
|
+
},
|
|
16110
16619
|
"days": {
|
|
16111
16620
|
"01-29 if tuesday,wednesday,thursday then previous monday if friday,saturday,sunday then next monday": {
|
|
16112
16621
|
"name": {
|
|
@@ -16116,7 +16625,10 @@ const data = {
|
|
|
16116
16625
|
}
|
|
16117
16626
|
},
|
|
16118
16627
|
"OTA": {
|
|
16119
|
-
"
|
|
16628
|
+
"names": {
|
|
16629
|
+
"en": "Otago Province",
|
|
16630
|
+
"mi": "Ōtākou"
|
|
16631
|
+
},
|
|
16120
16632
|
"days": {
|
|
16121
16633
|
"03-23 if tuesday,wednesday,thursday then previous monday if friday,saturday,sunday then next monday": {
|
|
16122
16634
|
"name": {
|
|
@@ -16127,7 +16639,10 @@ const data = {
|
|
|
16127
16639
|
}
|
|
16128
16640
|
},
|
|
16129
16641
|
"STL": {
|
|
16130
|
-
"
|
|
16642
|
+
"names": {
|
|
16643
|
+
"en": "Southland",
|
|
16644
|
+
"mi": "Murihiku"
|
|
16645
|
+
},
|
|
16131
16646
|
"days": {
|
|
16132
16647
|
"easter 2": {
|
|
16133
16648
|
"name": {
|
|
@@ -16136,6 +16651,19 @@ const data = {
|
|
|
16136
16651
|
}
|
|
16137
16652
|
}
|
|
16138
16653
|
},
|
|
16654
|
+
"TAS": {
|
|
16655
|
+
"names": {
|
|
16656
|
+
"en": "Tasman",
|
|
16657
|
+
"mi": "Te Tai-o-Aorere"
|
|
16658
|
+
},
|
|
16659
|
+
"days": {
|
|
16660
|
+
"02-01 if tuesday,wednesday,thursday then previous monday if friday,saturday,sunday then next monday": {
|
|
16661
|
+
"name": {
|
|
16662
|
+
"en": "Provincial anniversary day"
|
|
16663
|
+
}
|
|
16664
|
+
}
|
|
16665
|
+
}
|
|
16666
|
+
},
|
|
16139
16667
|
"TKI": {
|
|
16140
16668
|
"name": "Taranaki",
|
|
16141
16669
|
"days": {
|
|
@@ -16146,8 +16674,21 @@ const data = {
|
|
|
16146
16674
|
}
|
|
16147
16675
|
}
|
|
16148
16676
|
},
|
|
16677
|
+
"WKO": {
|
|
16678
|
+
"name": "Waikato",
|
|
16679
|
+
"days": {
|
|
16680
|
+
"01-29 if tuesday,wednesday,thursday then previous monday if friday,saturday,sunday then next monday": {
|
|
16681
|
+
"name": {
|
|
16682
|
+
"en": "Provincial anniversary day"
|
|
16683
|
+
}
|
|
16684
|
+
}
|
|
16685
|
+
}
|
|
16686
|
+
},
|
|
16149
16687
|
"WGN": {
|
|
16150
|
-
"
|
|
16688
|
+
"names": {
|
|
16689
|
+
"en": "Wellington Province",
|
|
16690
|
+
"mi": "Te Whanga-nui-a-Tara"
|
|
16691
|
+
},
|
|
16151
16692
|
"days": {
|
|
16152
16693
|
"01-22 if tuesday,wednesday,thursday then previous monday if friday,saturday,sunday then next monday": {
|
|
16153
16694
|
"name": {
|
|
@@ -16157,13 +16698,29 @@ const data = {
|
|
|
16157
16698
|
}
|
|
16158
16699
|
},
|
|
16159
16700
|
"WTC": {
|
|
16160
|
-
"
|
|
16701
|
+
"names": {
|
|
16702
|
+
"en": "Westland",
|
|
16703
|
+
"mi": "Te Tai Poutini"
|
|
16704
|
+
},
|
|
16161
16705
|
"days": {
|
|
16162
16706
|
"12-01 if tuesday,wednesday,thursday then previous monday if friday,saturday,sunday then next monday": {
|
|
16163
16707
|
"name": {
|
|
16164
16708
|
"en": "Provincial anniversary day"
|
|
16165
16709
|
}
|
|
16166
16710
|
}
|
|
16711
|
+
},
|
|
16712
|
+
"regions": {
|
|
16713
|
+
"Buller": {
|
|
16714
|
+
"name": "Buller district",
|
|
16715
|
+
"days": {
|
|
16716
|
+
"12-01 if tuesday,wednesday,thursday then previous monday if friday,saturday,sunday then next monday": false,
|
|
16717
|
+
"02-01 if tuesday,wednesday,thursday then previous monday if friday,saturday,sunday then next monday": {
|
|
16718
|
+
"name": {
|
|
16719
|
+
"en": "Provincial anniversary day"
|
|
16720
|
+
}
|
|
16721
|
+
}
|
|
16722
|
+
}
|
|
16723
|
+
}
|
|
16167
16724
|
}
|
|
16168
16725
|
}
|
|
16169
16726
|
}
|
|
@@ -16622,6 +17179,7 @@ const data = {
|
|
|
16622
17179
|
"en": "American Citizenship Day"
|
|
16623
17180
|
}
|
|
16624
17181
|
},
|
|
17182
|
+
"03-17": false,
|
|
16625
17183
|
"03-22": {
|
|
16626
17184
|
"name": {
|
|
16627
17185
|
"es": "Día de la Abolición de Esclavitud",
|
|
@@ -17375,10 +17933,11 @@ const data = {
|
|
|
17375
17933
|
"01-01": {
|
|
17376
17934
|
"_name": "01-01"
|
|
17377
17935
|
},
|
|
17378
|
-
"01-05": {
|
|
17936
|
+
"01-05 12:00": {
|
|
17379
17937
|
"name": {
|
|
17380
17938
|
"sv": "Trettondagsafton"
|
|
17381
|
-
}
|
|
17939
|
+
},
|
|
17940
|
+
"type": "optional"
|
|
17382
17941
|
},
|
|
17383
17942
|
"01-06": {
|
|
17384
17943
|
"_name": "01-06"
|
|
@@ -17402,12 +17961,12 @@ const data = {
|
|
|
17402
17961
|
},
|
|
17403
17962
|
"type": "observance"
|
|
17404
17963
|
},
|
|
17405
|
-
"04-30": {
|
|
17964
|
+
"04-30 12:00": {
|
|
17406
17965
|
"name": {
|
|
17407
17966
|
"sv": "Valborgsmässoafton",
|
|
17408
17967
|
"en": "Walpurgis Night"
|
|
17409
17968
|
},
|
|
17410
|
-
"type": "
|
|
17969
|
+
"type": "optional"
|
|
17411
17970
|
},
|
|
17412
17971
|
"easter -3": {
|
|
17413
17972
|
"_name": "easter -3",
|
|
@@ -17421,7 +17980,8 @@ const data = {
|
|
|
17421
17980
|
"type": "observance"
|
|
17422
17981
|
},
|
|
17423
17982
|
"easter -1": {
|
|
17424
|
-
"_name": "easter -1"
|
|
17983
|
+
"_name": "easter -1",
|
|
17984
|
+
"type": "observance"
|
|
17425
17985
|
},
|
|
17426
17986
|
"easter 1": {
|
|
17427
17987
|
"_name": "easter 1"
|
|
@@ -17436,7 +17996,8 @@ const data = {
|
|
|
17436
17996
|
"name": {
|
|
17437
17997
|
"sv": "Pingstafton",
|
|
17438
17998
|
"en": "Whitsun Eve"
|
|
17439
|
-
}
|
|
17999
|
+
},
|
|
18000
|
+
"type": "observance"
|
|
17440
18001
|
},
|
|
17441
18002
|
"easter 49": {
|
|
17442
18003
|
"_name": "easter 49",
|
|
@@ -17471,12 +18032,12 @@ const data = {
|
|
|
17471
18032
|
"fi": "Juhannuspäivä"
|
|
17472
18033
|
}
|
|
17473
18034
|
},
|
|
17474
|
-
"friday after 10-30": {
|
|
18035
|
+
"friday after 10-30 12:00": {
|
|
17475
18036
|
"name": {
|
|
17476
18037
|
"sv": "Allhelgonaafton",
|
|
17477
18038
|
"en": "Halloween"
|
|
17478
18039
|
},
|
|
17479
|
-
"type": "
|
|
18040
|
+
"type": "optional"
|
|
17480
18041
|
},
|
|
17481
18042
|
"saturday after 10-31": {
|
|
17482
18043
|
"_name": "11-01"
|
|
@@ -20262,6 +20823,12 @@ const data = {
|
|
|
20262
20823
|
"_name": "02-14",
|
|
20263
20824
|
"type": "observance"
|
|
20264
20825
|
},
|
|
20826
|
+
"03-17": {
|
|
20827
|
+
"name": {
|
|
20828
|
+
"en": "St. Patrick's Day"
|
|
20829
|
+
},
|
|
20830
|
+
"type": "observance"
|
|
20831
|
+
},
|
|
20265
20832
|
"easter": {
|
|
20266
20833
|
"_name": "easter",
|
|
20267
20834
|
"type": "observance"
|
|
@@ -22317,6 +22884,7 @@ const data = {
|
|
|
22317
22884
|
"en": "President's Day"
|
|
22318
22885
|
}
|
|
22319
22886
|
},
|
|
22887
|
+
"03-17": false,
|
|
22320
22888
|
"03-31": {
|
|
22321
22889
|
"name": {
|
|
22322
22890
|
"en": "Transfer Day"
|
|
@@ -23660,7 +24228,7 @@ const data = {
|
|
|
23660
24228
|
"en": "Pentecost",
|
|
23661
24229
|
"da": "Pinsedag",
|
|
23662
24230
|
"de": "Pfingstsonntag",
|
|
23663
|
-
"el": "
|
|
24231
|
+
"el": "Πεντηκοστή",
|
|
23664
24232
|
"es": "Pentecostés",
|
|
23665
24233
|
"et": "nelipühade 1. püha",
|
|
23666
24234
|
"fi": "Helluntaipäivä",
|
|
@@ -23686,6 +24254,7 @@ const data = {
|
|
|
23686
24254
|
"en": "Whit Monday",
|
|
23687
24255
|
"da": "Anden Pinsedag",
|
|
23688
24256
|
"de": "Pfingstmontag",
|
|
24257
|
+
"el": "Αγίου Πνεύματος",
|
|
23689
24258
|
"es": "Lunes de Pentecostés",
|
|
23690
24259
|
"fo": "Annar hvítusunnudagur",
|
|
23691
24260
|
"fr": "Lundi de Pentecôte",
|