Navigation Menu

Skip to content
New issue

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

Should be able to specify TZ for SCHEDULED requests #1002

Closed
whitedr opened this issue Apr 19, 2016 · 0 comments · Fixed by #1150
Closed

Should be able to specify TZ for SCHEDULED requests #1002

whitedr opened this issue Apr 19, 2016 · 0 comments · Fixed by #1150

Comments

@whitedr
Copy link
Contributor

whitedr commented Apr 19, 2016

CronExpression in the Quartz library has the ability to set the TimeZone that the cron expression should be resolved in (see: http://www.quartz-scheduler.org/api/2.1.7/org/quartz/CronExpression.html#setTimeZone(java.util.TimeZone)). It would be nice if the SingularityRequest provided an optional string field called scheduledTimeZone that could be set to a valid TimeZone (i.e. passed to java.util.TimeZone.getTimeZone) and then have this field be used when building the CronExpression to test within SingularityScheduler.

@ghost ghost self-assigned this Jul 15, 2016
@ghost ghost removed their assignment Jul 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant