mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 14:59:20 +02:00
20 lines
1003 B
Plaintext
20 lines
1003 B
Plaintext
# SPDX-License-Identifier: MIT
|
|
# Holiday file for subdivision WI in United States
|
|
# Derived from the Python holidays project at
|
|
# https://github.com/vacanza/holidays
|
|
#
|
|
# Note that this file includes only the holidays for
|
|
# the specific subdivision WI.
|
|
#
|
|
# If you want the national holidays as well, you must
|
|
# also include [$SysInclude]/us.rem
|
|
|
|
REM 1 January SCANFROM -28 ADDOMIT SATISFY [wkdaynum(date($Ty, 12, 31)) == 0] MSG New Year's Eve (observed)
|
|
OMIT 15 February MSG Susan B. Anthony Day
|
|
REM 22 December SCANFROM -28 ADDOMIT SATISFY [wkdaynum(date($Ty, 12, 24)) == 0] MSG Christmas Eve (observed)
|
|
REM 23 December SCANFROM -28 ADDOMIT SATISFY [wkdaynum(date($Ty, 12, 24)) == 5] MSG Christmas Eve (observed)
|
|
REM 23 December SCANFROM -28 ADDOMIT SATISFY [wkdaynum(date($Ty, 12, 24)) == 6] MSG Christmas Eve (observed)
|
|
OMIT 24 December MSG Christmas Eve
|
|
REM 30 December SCANFROM -28 ADDOMIT SATISFY [wkdaynum(date($Ty, 12, 31)) == 6] MSG New Year's Eve (observed)
|
|
OMIT 31 December MSG New Year's Eve
|