We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quartz cron seems to consider Sunday as 1 and Saturday as 7.
on the other hand, all other online decoders of cron consider Monday as 1 and Sunday as 7
The text was updated successfully, but these errors were encountered:
@avinashknagar have tried to find any documentation regarding the quartz cron format and what i see:
https://www.netiq.com/documentation/cloud-manager-2-5/ncm-reference/data/bexyssf.html Day of the Week: 1-7 OR SUN-SAT
https://flylib.com/books/en/2.65.1/the_cron_expression_format.html Day of Week: 17 or SUN-SAT
https://productresources.collibra.com/docs/collibra/latest/Content/Cron/co_quartz-cron-syntax.htm day of the week: 1-7 or SUN-SAT
http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html Day of week: 1-7 or SUN-SAT
Sorry, something went wrong.
found an issue in cronhub repository (online decoder you use)
cronhub/crontab#6
No branches or pull requests
Quartz cron seems to consider Sunday as 1 and Saturday as 7.
on the other hand, all other online decoders of cron consider Monday as 1 and Sunday as 7
The text was updated successfully, but these errors were encountered: