cronex icon indicating copy to clipboard operation
cronex copied to clipboard

Change day of week index to [1-7] instead of [0-6]

Open deepghodasara1999 opened this issue 4 years ago • 1 comments

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 Screenshot_20210802-154315-01

deepghodasara1999 avatar Aug 02 '21 10:08 deepghodasara1999

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.

ericpruitt avatar Aug 02 '21 10:08 ericpruitt