bradymholt / cRonstrue

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

"0 12 * */1 *" should be "“At 12:00 in every month.” but is “At 12:00.” #191

Closed alexec closed 3 years ago

alexec commented 3 years ago

https://crontab.guru/#0_12_*_*/1_*

bradymholt commented 3 years ago

I think crontab.guru has this one wrong. Do you have another reference implementation to compare to?

alexec commented 3 years ago

I'm thinking that */1 === * - is that correct?

bradymholt commented 3 years ago

yes