mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-26 19:14:34 +02:00
16 lines
639 B
Plaintext
16 lines
639 B
Plaintext
# SPDX-License-Identifier: MIT
|
|
# Holiday file for subdivision KY in UnitedStates
|
|
# Derived from the Python holidays project at
|
|
# https://github.com/vacanza/holidays
|
|
#
|
|
# Note that this file includes only the holidays for
|
|
# the specific subdivision KY.
|
|
#
|
|
# 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 [easterdate($Uy)-2] MSG Good Friday
|
|
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
|