Skip to content

Commit 67762dd

Browse files
authored
Update au.yaml
Update the Friday before the AFL Grand Final holiday dates.
1 parent d8bd4ef commit 67762dd

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

au.yaml

+10-1
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ months:
216216

217217
methods:
218218
afl_grand_final:
219+
# https://business.vic.gov.au/business-information/public-holidays/victorian-public-holidays-2024
219220
arguments: year
220221
ruby: |
221222
case year
@@ -228,9 +229,17 @@ methods:
228229
when 2018
229230
Date.civil(2018, 9, 28)
230231
when 2019
231-
Date.civil(2019,9, 27)
232+
Date.civil(2019, 9, 27)
232233
when 2020
233234
Date.civil(2020, 10, 23)
235+
when 2021
236+
Date.civil(2020, 9, 24)
237+
when 2022
238+
Date.civil(2020, 9, 23)
239+
when 2023
240+
Date.civil(2020, 9, 29)
241+
when 2024
242+
Date.civil(2020, 9, 27)
234243
end
235244
qld_queens_bday_october:
236245
# http://www.justice.qld.gov.au/fair-and-safe-work/industrial-relations/public-holidays/dates

0 commit comments

Comments
 (0)