From 989a4aaca973695b235789bc718b2fdde3b505d6 Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Mon, 26 Apr 2021 12:10:52 +1000 Subject: [PATCH] FIX: tasmania / nsw / vic do not observe on Monday https://worksafe.tas.gov.au/topics/laws-and-compliance/public-holidays https://www.nsw.gov.au/living-nsw/school-and-public-holidays https://business.vic.gov.au/business-information/public-holidays/victorian-public-holidays-2021 --- au.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/au.yaml b/au.yaml index da4a57f..f6b9a17 100644 --- a/au.yaml +++ b/au.yaml @@ -71,7 +71,7 @@ months: regions: [au] mday: 25 - name: ANZAC Day - regions: [au_nsw, au_vic, au_qld, au_nt, au_act, au_sa, au_tas] + regions: [au_qld, au_nt, au_act, au_sa] mday: 25 observed: to_monday_if_sunday(date) - name: ANZAC Day