mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Enable datasources to be able to round off to a UTC day properly
This commit is contained in:
@@ -221,7 +221,10 @@ class MetricsPanelCtrl extends PanelCtrl {
|
||||
"__interval_ms": {text: this.intervalMs, value: this.intervalMs},
|
||||
});
|
||||
|
||||
var timezone = this.dashboard.getTimezone ? this.dashboard.getTimezone() : 'local';
|
||||
|
||||
var metricsQuery = {
|
||||
timezone: timezone,
|
||||
panelId: this.panel.id,
|
||||
range: this.range,
|
||||
rangeRaw: this.range.raw,
|
||||
|
Reference in New Issue
Block a user