-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Support timezone for a user-friendly way of setting the timezone offset #6541
Comments
note that using a offset and using TZ("America/New York") is (should) not be the same the TZ implementation requires |
Further to this, please do not conflate offsets with timezones. https://spin.atomicobject.com/2016/07/06/time-zones-offsets/ |
This feature would actually be incredible, our support model is traditional follow-the-sun and it's difficult for some remote users to mentally adjust for timezones. Explicit settings would help tremendously. |
+1 Timezone support is a must have. The offset allows to handle that client side by changing the query depending on DST/TZ, but it really should be handled on the server to support queries that have an offset change in the middle of the selected time range. |
has this been removed in 1.5? |
From a conversation in #2074.
We should support a more user-friendly way to set timezone offsets. In 0.13, you will be able to set an offset with an extra parameter in the
GROUP BY time(...)
section like this:It should also be possible to set this timezone offset through doing something like this:
This should automatically set the group by offset and could potentially be used for something else like handling daylight savings time switches.
The text was updated successfully, but these errors were encountered: