Inconsistent datetime offsets in charts on master – anyone seeing this on 6.0.0? #38265
Replies: 1 comment
-
|
This appears to be a master-only regression. There's a known issue (#37925) tracking exactly what you're describing—non-uniform datetime shifts in Bar/Scatter charts while SQL Lab returns correct values. The root cause is that chart queries apply datetime normalization via Several related fixes were merged in Feb 2026 on master:
Temporary workaround: Try setting the dataset offset to 0 (no offset) if viable for your use case. Since these fixes landed recently on master and the issue was reported against master, 6.0.0 stable should not have this particular regression. If you're on master, you may want to ensure you have the latest commits including the above fixes. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
On latest master, I'm seeing inconsistent datetime offsets in bar/scatter charts (eg: some points shift hours, others days), while raw SQL Lab queries return correct timestamps.
Before rolling back, has anyone experienced this on 6.0.0 with a similar setup (PostgreSQL/MySQL)? Just need to know if this is a master regression or also present in stable. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions