Hello, Tomas Volf <~@wolfsden.cz> skribis:
> $ guix shell guile shepherd guile-fibers -- guile -c '(use-modules (shepherd > service timer)) (cron-string->calendar-event "* * * * *")' [...] > 1. &message: "calendar-event: hours: 24: value out of range (0-23)" > > I *think* on line 450 in timer.scm there should be `(hours 24 0)' > instead of the current `(hours 60 0)'. Indeed. Fixed in Shepherd commit e23044715b14dae3158926a49b771fd5862d65db. Thanks! Ludo’.