mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 04:01:49 +08:00

* __unixEpochGroup to support arithmetic argument Following call generates wrong expression : $__unixEpochGroupAlias(height+42,$__interval) => floor(height+42/60)*60 AS "time" instead of => floor((height+42)/60)*60 AS "time" * Update test of __unixEpochGroup related to issue #46764