cronex
cronex copied to clipboard
Change day of week index to [1-7] instead of [0-6]
How can I consider index for day of week [1-7], instead of [0-6] as I am working with Quartz Syntax of cron expression where index of day of week is consider from 1 and in code it is considered from 0. Due to that I am getting wrong output from check_trigger() method.
http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html

This isn't configurable. You'll have to modify the source code if you want to index from 1 on the day of the week.