alpinweis / cronex

Ruby library that converts cron expressions into human readable strings
Other
78 stars 29 forks source link

Cannot parse multiple range hours #22

Closed jonnynux closed 4 years ago

jonnynux commented 4 years ago

The program gives error when parsing rules like * 20-23,0-18 * * * so I needed to split it in two rules.

alpinweis commented 4 years ago

Duplicate of #1 This is a known issue, A fix is in the TODO plans.