forked from holidays/definitions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
au.yaml
816 lines (810 loc) · 20 KB
/
au.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
# Australian holiday definitions for the Ruby Holiday gem.
# Updated: 2020-07-15
# Sources:
# - http://en.wikipedia.org/wiki/Australian_public_holidays
# - http://www.docep.wa.gov.au/lr/LabourRelations/Content/Wages%20and%20Conditions/Public%20Holidays/Public_Holidays.html
# - http://www.wst.tas.gov.au/employment_info/public_holidays
# - https://www.fairwork.gov.au/leave/public-holidays/list-of-public-holidays
---
months:
0:
- name: Good Friday
regions: [au]
function: easter(year)
function_modifier: -2
- name: Easter Saturday
regions: [au_nsw, au_vic, au_qld, au_nt, au_act, au_sa]
function: easter(year)
function_modifier: -1
- name: Easter Sunday
regions: [au_nsw, au_vic]
function: easter(year)
- name: Easter Sunday
regions: [au_qld, au_act]
function: easter(year)
year_ranges:
from: 2017
- name: Easter Monday
regions: [au]
function: easter(year)
function_modifier: 1
1:
- name: New Year's Day
regions: [au, au_nsw, au_vic, au_act, au_sa, au_wa, au_nt, au_qld]
mday: 1
observed: to_monday_if_weekend(date)
- name: New Year's Day
regions: [au_tas]
mday: 1
function: to_monday_if_weekend(date)
- name: Australia Day
regions: [au]
mday: 26
observed: to_monday_if_weekend(date)
2:
- name: Royal Hobart Regatta
regions: [au_tas_south]
week: 2
wday: 1
3:
- name: Labour Day
regions: [au_wa]
week: 1
wday: 1
- name: Eight Hours Day
regions: [au_tas]
week: 2
wday: 1
- name: Labour Day
regions: [au_vic]
week: 2
wday: 1
- name: March Public Holiday
regions: [au_sa]
function: march_pub_hol_sa(year)
- name: Canberra Day
regions: [au_act]
week: 2
wday: 1
4:
- name: ANZAC Day
regions: [au]
mday: 25
- name: ANZAC Day
regions: [au_nsw, au_qld, au_nt, au_act, au_sa, au_tas]
mday: 25
observed: to_monday_if_sunday(date)
- name: ANZAC Day
regions: [au_vic]
mday: 25
- name: ANZAC Day
regions: [au_wa]
mday: 25
observed: to_monday_if_weekend(date)
5:
- name: Labour Day
regions: [au_qld]
function: qld_labour_day_may(year)
- name: May Day
regions: [au_nt]
week: 1
wday: 1
- name: May Public Holiday
regions: [au_sa]
function: may_pub_hol_sa(year)
6:
- name: Western Australia Day
regions: [au_wa]
week: 1
wday: 1
- name: Queen's Birthday
regions: [au_act, au_nsw, au_sa, au_tas, au_nt, au_vic]
week: 2
wday: 1
- name: Queen's Birthday
regions: [au_qld]
function: qld_queens_birthday_june(year)
- name: Queensland Day
regions: [au_qld]
mday: 6
type: informal
7:
- name: Cairns Show
regions: [au_qld_cairns]
week: 3
wday: 5
8:
- name: Ekka
regions: [au_qld_brisbane]
function: qld_brisbane_ekka_holiday(year)
9:
- name: National Day of Mourning for Her Majesty Queen Elizabeth II
regions: [au]
mday: 22
year_ranges:
limited: [2022]
- name: Queen's Birthday
regions: [au_wa]
week: -1
wday: 1
- name: "Family & Community Day"
regions: [au_act]
week: -1
wday: 1
10:
- name: Friday before the AFL Grand Final
regions: [au_vic]
function: afl_grand_final(year)
- name: Labour Day
regions: [au_act, au_nsw, au_sa]
week: 1
wday: 1
- name: Labour Day
regions: [au_qld]
function: qld_labour_day_october(year)
observed: to_monday_if_weekend(date)
- name: Queen's Birthday
regions: [au_qld]
function: qld_queens_bday_october(year)
observed: to_monday_if_weekend(date)
- name: Royal Hobart Show
regions: [au_tas_south]
function: hobart_show_day(year)
11:
- name: G20 Day
regions: [au_qld_brisbane]
function: g20_day_2014_only(year)
- name: Recreation Day # http://www.timeanddate.com/holidays/australia/recreation-day
regions: [au_tas_north]
wday: 1
week: 1
- name: Melbourne Cup Day
regions: [au_vic_melbourne]
week: 1
wday: 2
12:
- name: Christmas Day # CHRISTMAS DAY - All states except SA observe on 27th (and 25th) if 25th is a Sunday
regions: [au_qld, au_nsw, au_act, au_tas, au_wa, au_vic, au_nt]
mday: 25
observed: to_tuesday_if_sunday_or_monday_if_saturday(date)
- name: Boxing Day
regions: [au_nsw, au_vic, au_qld, au_act, au_wa]
mday: 26
observed: to_tuesday_if_sunday_or_monday_if_saturday(date)
- name: Boxing Day
regions: [au_tas, au_nt]
function: to_weekday_if_boxing_weekend_from_year(year)
- name: Proclamation Day
regions: [au_sa]
function: to_weekday_if_boxing_weekend_from_year_or_to_tuesday_if_monday(year)
- name: Christmas Day # CHRISTMAS DAY - SA observes on 26th if 25th is a Sunday (Boxing Day goes to 27th)
regions: [au_sa]
mday: 25
observed: to_monday_if_weekend(date)
methods:
afl_grand_final:
arguments: year
ruby: |
case year
when 2015
Date.civil(2015, 10, 2)
when 2016
Date.civil(2016, 9, 30)
when 2017
Date.civil(2017, 9, 29)
when 2018
Date.civil(2018, 9, 28)
when 2019
Date.civil(2019,9, 27)
when 2020
Date.civil(2020, 10, 23)
end
qld_queens_bday_october:
# http://www.justice.qld.gov.au/fair-and-safe-work/industrial-relations/public-holidays/dates
# celebrated twice in 2012
# in october again from 2016
arguments: year
ruby: |
if year >= 2016
Holidays::Factory::DateCalculator.day_of_month_calculator.call(year, 10, 1, 1)
elsif year == 2012
1
else
nil
end
qld_queens_birthday_june:
# http://www.justice.qld.gov.au/fair-and-safe-work/industrial-relations/public-holidays/dates
# in june until 2015
arguments: year
ruby: |
if year <= 2015
Holidays::Factory::DateCalculator.day_of_month_calculator.call(year, 6, 2, 1)
end
qld_labour_day_may:
# http://www.justice.qld.gov.au/fair-and-safe-work/industrial-relations/public-holidays/dates
# for 2013 to 2016 it was in October, otherwise it's in May
arguments: year
ruby: |
if year < 2013 || year >= 2016
Holidays::Factory::DateCalculator.day_of_month_calculator.call(year, 5, 1, 1)
end
qld_labour_day_october:
# http://www.justice.qld.gov.au/fair-and-safe-work/industrial-relations/public-holidays/dates
# for 2013 to 2016 it was in October, otherwise it's in May
arguments: year
ruby: |
if year >= 2013 && year < 2016
Holidays::Factory::DateCalculator.day_of_month_calculator.call(year, 10, 1, 1)
end
g20_day_2014_only:
# http://www.justice.qld.gov.au/fair-and-safe-work/industrial-relations/public-holidays/dates
# G20 day in brisbane, in 2014, on november 14
arguments: year
ruby: |
year == 2014 ? 14 : nil
hobart_show_day:
# http://worksafe.tas.gov.au/__data/assets/pdf_file/0008/287036/Public_Holidays_2014.pdf
# The Thursday before the fourth Saturday in October.
arguments: year
ruby: |
fourth_sat_in_oct = Date.civil(year, 10, Holidays::Factory::DateCalculator.day_of_month_calculator.call(year, 10, 4, :saturday))
fourth_sat_in_oct - 2 # the thursday before
march_pub_hol_sa:
# http://www.safework.sa.gov.au/show_page.jsp?id=2483#.VQ9Mfmb8-8E
# The Holidays Act 1910 provides for the third Monday in May to be a public holiday. Since 2006 this public holiday has been observed on the second Monday in March through the issuing of a special Proclamation by the Governor.
arguments: year
ruby: |
if year < 2006
nil
else
Date.civil(year, 3, Holidays::Factory::DateCalculator.day_of_month_calculator.call(year, 3, :second, :monday))
end
may_pub_hol_sa:
# http://www.safework.sa.gov.au/show_page.jsp?id=2483#.VQ9Mfmb8-8E
# The Holidays Act 1910 provides for the third Monday in May to be a public holiday. Since 2006 this public holiday has been observed on the second Monday in March through the issuing of a special Proclamation by the Governor.
arguments: year
ruby: |
if year >= 2006
nil
else
Date.civil(year, 5, Holidays::Factory::DateCalculator.day_of_month_calculator.call(year, 5, :third, :monday))
end
qld_brisbane_ekka_holiday:
# https://www.qld.gov.au/recreation/travel/holidays/public
# The Ekka holiday occurs on the Wednesday during the RNA Show perido, the RNA show occurs on the first Friday of August, unless that's prior to August 5, then it occurs on the second.
arguments: year
ruby: |
first_friday = Holidays::Factory::DateCalculator.day_of_month_calculator.call(year, 8, :first, :friday)
if first_friday < 5
second_friday = Date.civil(year, 8, Holidays::Factory::DateCalculator.day_of_month_calculator.call(year, 8, :second, :friday))
second_friday + 5 # The next Wednesday
else
Date.civil(year, 8, first_friday) + 5
end
tests:
- given:
date: "2017-04-14"
regions: ["au"]
expect:
name: "Good Friday"
- given:
date: "2017-04-15"
regions: ["au_nsw"]
expect:
name: "Easter Saturday"
- given:
date: ['2010-4-4', "2017-04-16"]
regions: ["au_nsw"]
expect:
name: "Easter Sunday"
- given:
date: '2013-10-07'
regions: ["au_qld"]
expect:
name: 'Labour Day'
- given:
date: '2012-05-07'
regions: ["au_qld"]
expect:
name: 'Labour Day'
- given:
date: '2015-10-05'
regions: ["au_qld"]
expect:
name: 'Labour Day'
- given:
date: '2016-05-02'
regions: ["au_qld"]
expect:
name: 'Labour Day'
- given:
date: ['2012-06-11', '2012-10-01', '2013-6-10', '2015-6-8', '2016-10-3']
regions: ["au_qld"]
expect:
name: "Queen's Birthday"
- given:
date: ['2014-09-29', '2015-09-28', '2016-09-26']
regions: ["au_wa"]
expect:
name: "Queen's Birthday"
- given:
date: '2014-09-29'
regions: ["au_act"]
expect:
name: 'Family & Community Day'
- given:
date: '2015-09-28'
regions: ["au_act"]
expect:
name: 'Family & Community Day'
- given:
date: '2016-09-26'
regions: ["au_act"]
expect:
name: 'Family & Community Day'
- given:
date: '2014-01-26'
regions: ["au_qld"]
expect:
name: 'Australia Day'
- given:
date: '2014-01-27'
regions: ["au_qld"]
options: ["observed"]
expect:
name: 'Australia Day'
- given:
date: '2014-07-18'
regions: ["au_qld_cairns"]
expect:
name: 'Cairns Show'
- given:
date: '2013-07-19'
regions: ["au_qld_cairns"]
expect:
name: 'Cairns Show'
- given:
date: '2013-10-24'
regions: ["au_tas_south"]
expect:
name: 'Royal Hobart Show'
- given:
date: '2014-10-23'
regions: ["au_tas_south"]
expect:
name: 'Royal Hobart Show'
- given:
date: '2015-10-22'
regions: ["au_tas_south"]
expect:
name: 'Royal Hobart Show'
- given:
date: '2016-10-20'
regions: ["au_tas_south"]
expect:
name: 'Royal Hobart Show'
- given:
date: '2013-11-04'
regions: ["au_tas_north"]
expect:
name: 'Recreation Day'
- given:
date: '2014-11-03'
regions: ["au_tas_north"]
expect:
name: 'Recreation Day'
- given:
date: '2015-11-02'
regions: ["au_tas_north"]
expect:
name: 'Recreation Day'
- given:
date: '2016-11-07'
regions: ["au_tas_north"]
expect:
name: 'Recreation Day'
- given:
date: '2015-12-26'
regions: ["au_tas"]
expect:
holiday: false
- given:
date: '2015-11-14'
regions: ["au_qld_brisbane"]
expect:
holiday: false
- given:
date: '2015-12-26'
regions: ["au_nt"]
expect:
holiday: false
- given:
date: '2016-12-27'
regions: ["au_sa"]
expect:
name: 'Proclamation Day'
- given:
date: '2016-12-25'
regions: ["au_nt"]
expect:
name: 'Christmas Day'
- given:
date: '2014-11-04'
regions: ["au_vic"]
expect:
holiday: false
- given:
date: '2015-11-03'
regions: ["au_vic"]
expect:
holiday: false
- given:
date: '2016-12-25'
regions: ["au_vic"]
expect:
name: 'Christmas Day'
- given:
date: '2014-05-19'
regions: ["au_sa"]
expect:
holiday: false
- given:
date: '2005-03-14'
regions: ["au_sa"]
expect:
holiday: false
- given:
date: '2015-12-26'
regions: ["au_sa"]
expect:
holiday: false
- given:
date: '2015-04-27'
regions: ["au_qld"]
options: ["observed"]
expect:
holiday: false
- given:
date: '2014-11-14'
regions: ["au_qld"]
expect:
holiday: false
- given:
date: '2014-11-04'
regions: ["au_vic_melbourne"]
expect:
name: 'Melbourne Cup Day'
- given:
date: '2015-11-03'
regions: ["au_vic_melbourne"]
expect:
name: 'Melbourne Cup Day'
- given:
date: '2015-10-02'
regions: ["au_vic"]
expect:
name: 'Friday before the AFL Grand Final'
- given:
date: '2016-09-30'
regions: ["au_vic"]
expect:
name: 'Friday before the AFL Grand Final'
- given:
date: '2017-09-29'
regions: ["au_vic"]
expect:
name: 'Friday before the AFL Grand Final'
- given:
date: '2005-05-16'
regions: ["au_sa"]
expect:
name: 'May Public Holiday'
- given:
date: '2014-03-10'
regions: ["au_sa"]
expect:
name: 'March Public Holiday'
- given:
date: '2015-03-09'
regions: ["au_sa"]
expect:
name: 'March Public Holiday'
- given:
date: '2016-03-14'
regions: ["au_sa"]
expect:
name: 'March Public Holiday'
- given:
date: '2017-03-13'
regions: ["au_sa"]
expect:
name: 'March Public Holiday'
- given:
date: '2015-04-25'
regions: ["au_qld", "au_wa"]
expect:
name: 'ANZAC Day'
- given:
date: '2015-04-27'
regions: ["au_wa"]
options: ["observed"]
expect:
name: 'ANZAC Day'
- given:
date: '2015-12-26'
regions: ["au_qld"]
expect:
name: "Boxing Day"
- given:
date: '2015-12-28'
regions: ["au_qld"]
options: ["observed"]
expect:
name: "Boxing Day"
- given:
date: '2015-12-26'
regions: ["au_sa"]
expect:
holiday: false
- given:
date: '2015-12-28'
regions: ["au_sa"]
expect:
name: "Proclamation Day"
- given:
date: '2015-12-26'
regions: ["au_tas"]
expect:
holiday: false
- given:
date: '2015-12-28'
regions: ["au_tas"]
expect:
name: "Boxing Day"
- given:
date: '2015-12-26'
regions: ["au_nt"]
expect:
holiday: false
- given:
date: '2015-12-28'
regions: ["au_nt"]
expect:
name: "Boxing Day"
- given:
date: '2012-02-13'
regions: ["au_tas_south"]
expect:
name: 'Royal Hobart Regatta'
- given:
date: '2014-02-10'
regions: ["au_tas_south"]
expect:
name: 'Royal Hobart Regatta'
- given:
date: '2015-02-09'
regions: ["au_tas_south"]
expect:
name: 'Royal Hobart Regatta'
- given:
date: '2016-02-08'
regions: ["au_tas_south"]
expect:
name: 'Royal Hobart Regatta'
- given:
date: '2016-12-25'
regions: ["au_qld"]
expect:
name: 'Christmas Day'
- given:
date: '2016-12-27'
regions: ["au_qld"]
options: ["observed"]
expect:
name: 'Christmas Day'
- given:
date: '2016-12-25'
regions: ["au_nsw"]
expect:
name: 'Christmas Day'
- given:
date: '2016-12-27'
regions: ["au_nsw"]
options: ["observed"]
expect:
name: 'Christmas Day'
- given:
date: '2016-12-25'
regions: ["au_act"]
expect:
name: 'Christmas Day'
- given:
date: '2016-12-27'
regions: ["au_act"]
options: ["observed"]
expect:
name: 'Christmas Day'
- given:
date: '2016-12-25'
regions: ["au_tas"]
expect:
name: 'Christmas Day'
- given:
date: '2016-12-27'
regions: ["au_tas"]
options: ["observed"]
expect:
name: 'Christmas Day'
- given:
date: '2016-12-25'
regions: ["au_wa"]
expect:
name: 'Christmas Day'
- given:
date: '2016-12-27'
regions: ["au_wa"]
options: ["observed"]
expect:
name: 'Christmas Day'
- given:
date: '2016-12-25'
regions: ["au_sa"]
expect:
name: 'Christmas Day'
- given:
date: '2016-12-26'
regions: ["au_sa"]
options: ["observed"]
expect:
name: 'Christmas Day'
- given:
date: '2016-12-25'
regions: ["au_nsw"]
expect:
name: 'Christmas Day'
- given:
date: '2016-12-27'
regions: ["au_nsw"]
options: ["observed"]
expect:
name: 'Christmas Day'
- given:
date: '2016-12-25'
regions: ["au_act"]
expect:
name: 'Christmas Day'
- given:
date: '2016-12-27'
regions: ["au_act"]
options: ["observed"]
expect:
name: 'Christmas Day'
- given:
date: '2016-12-25'
regions: ["au_tas"]
expect:
name: 'Christmas Day'
- given:
date: '2016-12-27'
regions: ["au_tas"]
options: ["observed"]
expect:
name: 'Christmas Day'
- given:
date: '2016-12-25'
regions: ["au_wa"]
expect:
name: 'Christmas Day'
- given:
date: '2016-12-27'
regions: ["au_wa"]
options: ["observed"]
expect:
name: 'Christmas Day'
- given:
date: '2016-12-25'
regions: ["au_sa"]
expect:
name: 'Christmas Day'
- given:
date: '2016-12-26'
regions: ["au_sa"]
options: ["observed"]
expect:
name: 'Christmas Day'
- given:
date: '2016-12-27'
regions: ["au_vic"]
options: ["observed"]
expect:
name: 'Christmas Day'
- given:
date: '2016-12-27'
regions: ["au_nt"]
options: ["observed"]
expect:
name: 'Christmas Day'
- given:
date: '2017-01-01'
regions: ["au", "au_qld", "au_nsw", "au_act", "au_vic", "au_sa", "au_wa", "au_nt"]
expect:
name: "New Year's Day"
#FIXME This commented test is valid but the current code in the ruby repo won't allow it
# to work. We need to discuss potential solutions but in the meantime I'm taking it out.
# See https://github.com/holidays/definitions/issues/37.
# - given:
# date: '2017-01-01'
# regions: ["au_tas"]
# expect:
# holiday: false
- given:
date: '2017-01-02'
regions: ["au", "au_qld", "au_nsw", "au_act", "au_vic", "au_sa", "au_wa", "au_nt"]
options: ["observed"]
expect:
name: "New Year's Day"
- given:
date: '2017-01-02'
regions: ["au_tas"]
expect:
name: "New Year's Day"
- given:
date: '2016-03-27'
regions: ["au_qld"]
expect:
holiday: false
- given:
date: '2017-04-16'
regions: ["au_qld"]
expect:
name: "Easter Sunday"
- given:
date: "2014-11-14"
regions: ["au_qld_brisbane"]
expect:
name: "G20 Day"
- given:
date: '2021-04-26'
regions: ["au_vic"]
expect:
holiday: false
- given:
date: '2019-08-14'
regions: ["au_qld_brisbane"]
expect:
name: "Ekka"
- given:
date: '2022-08-10'
regions: ["au_qld_brisbane"]
expect:
name: "Ekka"
- given:
date: '2023-08-16'
regions: ["au_qld_brisbane"]
expect:
name: "Ekka"
- given:
date: '2024-08-14'
regions: ["au_qld_brisbane"]
expect:
name: "Ekka"
- given:
date: '2025-08-13'
regions: ["au_qld_brisbane"]
expect:
name: "Ekka"
- given:
date: '2022-09-22'
regions: ['au']
expect:
name: "National Day of Mourning for Her Majesty Queen Elizabeth II"
- given:
date: '2023-09-22'
regions: ['au']
expect:
holiday: false
- given:
date: '2021-09-22'
regions: ['au']
expect:
holiday: false