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

Time zones do not work correctly in continuous queries #8601

Closed
jsternberg opened this issue Jul 17, 2017 · 2 comments
Closed

Time zones do not work correctly in continuous queries #8601

jsternberg opened this issue Jul 17, 2017 · 2 comments

Comments

@jsternberg
Copy link
Contributor

jsternberg commented Jul 17, 2017

Bug report

System info: InfluxDB 1.3

Steps to reproduce:

  1. Create a continuous query using a time zone with GROUP BY time(1d)

Expected behavior: The time zone should influence when the CQ gets run so you get the data in the correct time zone.

Actual behavior: It sets the start and end time to be a day in UTC, but the query still properly accounts for the time zone so it only selects part of the day.

Additionally, the start and end time should accomodate when the time zone changes the same way that the query engine does.

@jsternberg
Copy link
Contributor Author

This is similar to #8569. The symptoms are the same even if the reason is different.

@jsternberg
Copy link
Contributor Author

Fixed via #8606.

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

1 participant