mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
17 lines
758 B
Plaintext
17 lines
758 B
Plaintext
# SPDX-License-Identifier: MIT
|
|
# Holiday file for subdivision TAS in Australia
|
|
# Derived from the Python holidays project at
|
|
# https://github.com/vacanza/holidays
|
|
#
|
|
# Note that this file includes only the holidays for
|
|
# the specific subdivision TAS.
|
|
# See important caveats in the file ../README
|
|
#
|
|
# If you want the national holidays as well, you must
|
|
# also SYSINCLUDE holidays/au.rem
|
|
|
|
REM Second Monday in March ADDOMIT SCANFROM -28 MSG %"Eight Hours Day%" %! %b.
|
|
REM Second Monday in June ADDOMIT SCANFROM -28 MSG %"King's Birthday%" %! %b.
|
|
REM 27 December ADDOMIT SCANFROM -28 SATISFY [wkdaynum($T-2) == 0] MSG %"Christmas Day (observed)%" %! %b.
|
|
REM 27 December ADDOMIT SCANFROM -28 SATISFY [wkdaynum($T-2) == 6] MSG %"Christmas Day (observed)%" %! %b.
|