mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-25 10:42:52 +02:00
23 lines
967 B
Plaintext
23 lines
967 B
Plaintext
# SPDX-License-Identifier: MIT
|
|
# Holiday file for subdivision VI 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 VI.
|
|
# 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 %"Three Kings Day%" %! %b.
|
|
REM Third Monday in February ADDOMIT SCANFROM -28 MSG %"Presidents' Day%" %! %b.
|
|
OMIT 31 March MSG %"Transfer Day%" %! %b.
|
|
OMIT [easterdate($Uy)-3] MSG %"Holy Thursday%" %! %b.
|
|
OMIT [easterdate($Uy)-2] MSG %"Good Friday%" %! %b.
|
|
OMIT [easterdate($Uy)+1] MSG %"Easter Monday%" %! %b.
|
|
OMIT 3 July MSG %"Emancipation Day%" %! %b.
|
|
REM Second Monday in October ADDOMIT SCANFROM -28 MSG %"Columbus Day and Puerto Rico Friendship Day%" %! %b.
|
|
OMIT 1 November MSG %"Liberty Day%" %! %b.
|
|
OMIT 26 December MSG %"Christmas Second Day%" %! %b.
|