I'm trying to create a query-variable using a Timescale data source.
This is my query:
select distinct datetime from test
And what i get is:
Preview of values
All
1614556801000
1617235201000
1619827201000
1622505601000
1630454401000
The desired result would be a human readable date format. The solution suggested here doesn't work as I use Timescale: https://community.grafana.com/t/date-format-changing-to-epoch-time-format-when-assigned-as-a-variable/51812