fix for calendar script
authorChris Koeritz <fred@gruntose.com>
Fri, 4 Feb 2022 23:22:03 +0000 (23:22 +0000)
committerChris Koeritz <fred@gruntose.com>
Fri, 4 Feb 2022 23:22:03 +0000 (23:22 +0000)
needed to change after date command's output change.

scripts/schedule/generate_reminders.pl

index 3e1351a2eb4b811d7b96fecc0e921154a5502e9c..8c49f3fb5c2a139d2bb4e98c8cfb9562994f9df8 100644 (file)
@@ -79,7 +79,8 @@ for ($i = 0; $i < 24; $i += 2) {
 #print "got days wik @days\n";
 #print "got next mon wik @next_month\n";
 
-local(@date_as_array) = split(' ', `date`);
+local(@date_as_array) = split(' ', `date '+%a %b %d %Y'`);
+#print( "date as array: @date_as_array\n");
 
 ##############