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

Improving 'every day' expression #315

Closed yoav-melamed closed 6 months ago

yoav-melamed commented 6 months ago

Cron Expression 0 0 9 * * *

Expected Output "Every day at 09:00 AM"

Actual Output "At 09:00 AM"

Prerequisites

bradymholt commented 6 months ago

If you use the verbose option, you will get output of 'At 09:00 AM, every day'.