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
Hi! Thank you for your nice library! Can i suggest feature? It would be great if its able to specify timezone in a rule. Like "every day at 6:00 OVT"
The text was updated successfully, but these errors were encountered:
Thank you for this library. Any plans to add this or is there some other way to specify the timezone for a Cron?
Cron
Sorry, something went wrong.
One workaround: globally set the timezone:
TimeZone.setDefault(TimeZone.getTimeZone("UTC"))
No branches or pull requests
Hi! Thank you for your nice library!
Can i suggest feature? It would be great if its able to specify timezone in a rule. Like "every day at 6:00 OVT"
The text was updated successfully, but these errors were encountered: