From 6a81888e56ecab97094183578ea4fb0630e90da0 Mon Sep 17 00:00:00 2001 From: Kiernan McColl Date: Tue, 10 Sep 2024 17:07:23 +0800 Subject: [PATCH] fix: correct Kings Birthday in Western Australia for 2024 --- data/countries/AU.yaml | 4 ++++ test/fixtures/AU-WA-2024.json | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/data/countries/AU.yaml b/data/countries/AU.yaml index f9451cfc6..d5b162211 100644 --- a/data/countries/AU.yaml +++ b/data/countries/AU.yaml @@ -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 diff --git a/test/fixtures/AU-WA-2024.json b/test/fixtures/AU-WA-2024.json index d3173e9d0..495602003 100644 --- a/test/fixtures/AU-WA-2024.json +++ b/test/fixtures/AU-WA-2024.json @@ -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",