Skip to content

Commit

Permalink
Update au.yaml
Browse files Browse the repository at this point in the history
Update the Friday before the AFL Grand Final holiday dates.
  • Loading branch information
gregoryfm authored Sep 27, 2024
1 parent d8bd4ef commit 67762dd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion au.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ months:

methods:
afl_grand_final:
# https://business.vic.gov.au/business-information/public-holidays/victorian-public-holidays-2024
arguments: year
ruby: |
case year
Expand All @@ -228,9 +229,17 @@ methods:
when 2018
Date.civil(2018, 9, 28)
when 2019
Date.civil(2019,9, 27)
Date.civil(2019, 9, 27)
when 2020
Date.civil(2020, 10, 23)
when 2021
Date.civil(2020, 9, 24)
when 2022
Date.civil(2020, 9, 23)
when 2023
Date.civil(2020, 9, 29)
when 2024
Date.civil(2020, 9, 27)
end
qld_queens_bday_october:
# http://www.justice.qld.gov.au/fair-and-safe-work/industrial-relations/public-holidays/dates
Expand Down

0 comments on commit 67762dd

Please sign in to comment.