mirror of
https://github.com/grafana/grafana.git
synced 2026-08-14 07:04:57 -05:00
postgres: fix precision for the time column in table/annotation query mode
Use the ConvertSqlTimeColumnToEpochMs function to convert any native datetime data type or epoch time (millisecond precision). Additional tests and update of existing due to timezone issues running postgres on UTC and dev environment on non-utc. Added test dashboard.
This commit is contained in: