Revert "crontab: instead of after= make it after."

This reverts commit a3d5e3ffcb.
windows-drag
John Benediktsson 2019-03-21 10:55:22 -07:00
parent b3bcf537cc
commit ca9f74e993
1 changed files with 3 additions and 1 deletions

View File

@ -55,7 +55,9 @@ CONSTANT: aliases H{
:: next-time-after ( cronentry timestamp -- )
timestamp 0 >>second 1 minutes (time+) 2drop
timestamp second>> 0 > [
timestamp 0 >>second 1 minutes (time+) 2drop
] when
timestamp month>> :> month
cronentry months>> [ month >= ] find nip [