bradymholt / cRonstrue

JavaScript library that translates Cron expressions into human readable descriptions
http://bradymholt.github.io/cRonstrue/
MIT License
1.3k stars 169 forks source link

Incorrect multiple range hour interpretation #294

Open JEDorsey opened 1 year ago

JEDorsey commented 1 year ago

Cron Expression

Expected Output "Every minute, at 01:00 AM through 02:59 AM and 10:00 PM through 11:59 PM"

Actual Output "Every minute, at 01:00 AM through 02:00 AM and 10:00 PM through 11:59 PM"

Prerequisites