bradymholt / cron-expression-descriptor

A .NET library that converts cron expressions into human readable descriptions.
https://bradymholt.github.io/cron-expression-descriptor/
MIT License
1.01k stars 188 forks source link

Fix DayOfWeekStartIndexZero setting with comma separated days of week #127

Closed ellenhutchings closed 4 years ago

ellenhutchings commented 4 years ago

Will solve the issue with #126 by adjusting digits only, instead of all not not-digits

bradymholt commented 4 years ago

Thanks!