cron-utils icon indicating copy to clipboard operation
cron-utils copied to clipboard

Support for Intervals extension

Open Spikhalskiy opened this issue 3 years ago • 1 comments

Some cron parsers do support intervals like @every 1h30m10s

For example: https://pkg.go.dev/github.com/robfig/cron#hdr-Intervals https://github.com/robfig/cron/blob/master/doc.go#L26

Would be great to get them in cron-utils too

Spikhalskiy avatar Jan 26 '22 16:01 Spikhalskiy

@Spikhalskiy thanks! 😄

jmrozanec avatar Jan 26 '22 17:01 jmrozanec