Skip to content

Commit

Permalink
fix: correct Kings Birthday in Western Australia for 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
kiernan committed Sep 10, 2024
1 parent 65b10b7 commit 6a81888
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions data/countries/AU.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,4 +312,8 @@ holidays:
note: Might be on a different day; is proclaimed by Governor
active:
- from: "2022-09-09"
disable:
- "2024-09-30"
enable:
- "2024-09-23"
1st monday in October: false
6 changes: 3 additions & 3 deletions test/fixtures/AU-WA-2024.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@
"_weekday": "Sun"
},
{
"date": "2024-09-30 00:00:00",
"start": "2024-09-29T16:00:00.000Z",
"end": "2024-09-30T16:00:00.000Z",
"date": "2024-09-23 00:00:00",
"start": "2024-09-22T16:00:00.000Z",
"end": "2024-09-23T16:00:00.000Z",
"name": "King's Birthday",
"type": "public",
"note": "Might be on a different day; is proclaimed by Governor",
Expand Down

0 comments on commit 6a81888

Please sign in to comment.