You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently started using quartz scheduler and i noticed that most cron expressions have 0-6 for SUN-SAT DayOfWeek, but quartz seems to use 1-7 for SUN-SAT DayOfWeek.
ISSUE: When I try to build a cron expression from UI using a third party JS library, most libraries assume the index 0-6. and the cron runs on the wrong day. it works as expected when I spell the Day of week like SUN but i would really like to make it work both ways. is there a workaround?
thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I recently started using quartz scheduler and i noticed that most cron expressions have 0-6 for SUN-SAT DayOfWeek, but quartz seems to use 1-7 for SUN-SAT DayOfWeek.
ISSUE: When I try to build a cron expression from UI using a third party JS library, most libraries assume the index 0-6. and the cron runs on the wrong day. it works as expected when I spell the Day of week like SUN but i would really like to make it work both ways. is there a workaround?
thanks!
The text was updated successfully, but these errors were encountered: