Update 2024-10-06 11:24 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2024-10-06 11:24:00 +02:00
parent e6c9844e61
commit d625c0ceab
2 changed files with 37 additions and 1 deletions

View File

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