crontab: instead of after= make it after.
parent
4df7773a58
commit
a3d5e3ffcb
|
@ -55,9 +55,7 @@ CONSTANT: aliases H{
|
||||||
|
|
||||||
:: next-time-after ( cronentry timestamp -- )
|
:: next-time-after ( cronentry timestamp -- )
|
||||||
|
|
||||||
timestamp second>> 0 > [
|
|
||||||
timestamp 0 >>second 1 minutes (time+) 2drop
|
timestamp 0 >>second 1 minutes (time+) 2drop
|
||||||
] when
|
|
||||||
|
|
||||||
timestamp month>> :> month
|
timestamp month>> :> month
|
||||||
cronentry months>> [ month >= ] find nip [
|
cronentry months>> [ month >= ] find nip [
|
||||||
|
|
Loading…
Reference in New Issue