Remove "SCHED _sfun" and hard-code "+15" instead.

This commit is contained in:
Dianne Skoll
2024-08-29 08:15:10 -04:00
parent d801408933
commit 684280db5e

View File

@@ -264,7 +264,7 @@ foreach $yearkey (sort keys %{$events} ) {
if ($start->hour > 0) {
print " AT ";
print $start->strftime("%H:%M");
print " SCHED _sfun MSG %a %2 ";
print " +15 MSG %a %2 ";
} else {
print " MSG %a ";
}