mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 14:59:20 +02:00
22 lines
919 B
Plaintext
22 lines
919 B
Plaintext
# SPDX-License-Identifier: MIT
|
|
# Holiday file for subdivision PR 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 PR.
|
|
# See important caveats in the file ../README
|
|
#
|
|
# If you want the national holidays as well, you must
|
|
# also SYSINCLUDE holidays/us.rem
|
|
|
|
OMIT 6 January MSG Epiphany
|
|
REM Third Monday in February ADDOMIT SCANFROM -28 MSG Presidents' Day
|
|
OMIT 22 March MSG Emancipation Day
|
|
REM 23 March ADDOMIT SCANFROM -28 SATISFY [wkdaynum($T-1) == 0] MSG Emancipation Day (observed)
|
|
OMIT [easterdate($Uy)-2] MSG Good Friday
|
|
OMIT 25 July MSG Constitution Day
|
|
REM 26 July ADDOMIT SCANFROM -28 SATISFY [wkdaynum($T-1) == 0] MSG Constitution Day (observed)
|
|
OMIT 19 November MSG Discovery Day
|
|
REM 20 November ADDOMIT SCANFROM -28 SATISFY [wkdaynum($T-1) == 0] MSG Discovery Day (observed)
|