Skip to content

Commit

Permalink
Update Friday before the AFL Grand Final public holiday
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoryfm committed Sep 29, 2024
1 parent d8bd4ef commit 58f5e4e
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(2021, 9, 24)
when 2022
Date.civil(2022, 9, 23)
when 2023
Date.civil(2023, 9, 29)
when 2024
Date.civil(2024, 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 58f5e4e

Please sign in to comment.