pbyrne / cron-checker

Source code for the Cron Checker site.
http://cronchecker.net/
Other
117 stars 17 forks source link

Inconsistency with set of days given by name #27

Open mbarbin opened 9 years ago

mbarbin commented 9 years ago

0 /2 * \ Mon,Tue,Wed,Thu,Fri,Sun echo "hello"

The command echo "hello" will execute the 0th minute of every 2nd hour Sundays and Sundays and Sundays and Sundays and Sundays and Sundays in every month.

pbyrne commented 9 years ago

Yikes. Definitely not right. Thanks for reporting!

mbarbin commented 9 years ago

You're welcome. Good luck with the fixes. Best, Mathieu

On Monday, April 20, 2015, Patrick Byrne notifications@github.com wrote:

Yikes. Definitely not right. Thanks for reporting!

Reply to this email directly or view it on GitHub https://github.com/pbyrne/cron-checker/issues/27#issuecomment-94538071.