mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
Fix up rules for Bevrijdingsdag courtesy of Adrian P. van Bloois
This commit is contained in:
@@ -20,4 +20,11 @@ OMIT 26 December MSG Tweede Kerstdag
|
||||
|
||||
# Optional holidays
|
||||
REM [easterdate($Uy)-2] MSG Goede Vrijdag
|
||||
REM 5 May MSG Bevrijdingsdag
|
||||
|
||||
# Bevrijdingsdag is a holiday every 5th year. Also, if it falls on a
|
||||
# Sunday, it gets moved to a Saturday. Hence the four reminders below
|
||||
REM 5 May SATISFY [$Ty %5 != 0 && $Tw != 0] MSG Bevrijdingsdag
|
||||
REM 4 May SATISFY [$Ty %5 != 0 && $Tw == 6] MSG Bevrijdingsdag
|
||||
|
||||
REM 5 May ADDOMIT SATISFY [$Ty %5 == 0 && $Tw != 0] MSG Bevrijdingsdag
|
||||
REM 4 May ADDOMIT SATISFY [$Ty %5 == 0 && $Tw == 6] MSG Bevrijdingsdag
|
||||
|
||||
Reference in New Issue
Block a user