Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 'Friday before the AFL Grand Final' holiday dates #291

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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