Hello, Tomas Volf <~@wolfsden.cz> skribis:
> $ guix shell guile shepherd guile-fibers -- guile -c '(use-modules (shepherd > service timer)) (cron-string->calendar-event "*/15 * * * *")' [...] > 1. &message: "\"*/15 * * * *\": invalid minutes cron field" Fixed in 6f3860e492e078c5579e2117b04742252be81562. > It seems to work with 0-59/15, so there possibly is some bug in handling > the *. Yup, that’s a good workaround until 1.0.2 is out (presumably in the coming days). Thanks, Ludo’.