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

Timezone is ignored for @at schedule expressions #1076

Open
renom opened this issue Mar 23, 2022 · 0 comments
Open

Timezone is ignored for @at schedule expressions #1076

renom opened this issue Mar 23, 2022 · 0 comments

Comments

@renom
Copy link

renom commented Mar 23, 2022

When using @at <datetime> expression, timezone is set twice. The first one is set in the expression itself, the second one is set in the job field. It'd be more logical and consistent to set up timezone only once. My suggestion is:

  1. @at <datetime> should use RFC3339 without timezone like in civil.DateTime.
  2. @at <datetime> should take into account the value of the job timezone field, like any other expressions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants