bradymholt / cRonstrue

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

Cron expression Translation optimization #319

Closed lifei636 closed 4 months ago

lifei636 commented 4 months ago

Cron Expression 0 0 0 * * ?

Expected Output "Every day 00:00"

Actual Output "at 00:00"

Prerequisites