xrutayisire / react-js-cron

A React cron editor built with antd
https://xrutayisire.github.io/react-js-cron/?path=/docs/reactjs-cron--demo
MIT License
247 stars 106 forks source link

"Day of week" of cron expression is "1-7 or SUN-SAT" #42

Closed yomybaby closed 1 year ago

yomybaby commented 1 year ago

Describe the bug Day of week is 1-7 or SUN-SAT (https://docs.oracle.com/cd/E12058_01/doc/doc.1014/e12030/cron_expressions.htm) But "dayOfWeek" of this module is 0-7 or SUN-SAT.

7 should be SAT.

https://github.com/xrutayisire/react-js-cron/blob/master/src/constants.ts#L75-L84

Versions (please complete the following information):