padolsey / cron.js

Cron for JavaScript. Still in development.
123 stars 22 forks source link

day of week range wrong #7

Open JeffOwOSun opened 8 years ago

JeffOwOSun commented 8 years ago

day of week range is set as [1,7] in cron.js, but the specification is [0,6], with 0 representing sunday, and 6 saturday.

Also the README.md is wrong by stating 2-6 is Monday through Friday. In fact, 2-6 is Tuesday through Saturday