From: Chris Koeritz Date: Tue, 2 Jun 2020 15:28:02 +0000 (-0400) Subject: added docs for year in calendar format X-Git-Tag: 2.140.122^2~4 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=426c4d3da55a37a5022c1f15a341dff3dcc59f13 added docs for year in calendar format --- diff --git a/scripts/schedule/generate_reminders.pl b/scripts/schedule/generate_reminders.pl index 0769ddf8..3e1351a2 100644 --- a/scripts/schedule/generate_reminders.pl +++ b/scripts/schedule/generate_reminders.pl @@ -21,10 +21,12 @@ # # Apr 24 Saint Shanty's Day # Jul 8 Normality Day +# Oct 24 1985 Saint Splivven's Day # # Month names must currently be three letters and must be capitalized. -# The day must be a number, followed by a space. Anything after that -# space is considered the description of the event. +# The day must be a number, followed by a space. An optional 4 digit +# year can be included. Anything after that is considered to be the +# description of the event. use Env qw(CLOUD_BASE TMP);