Closed roumano closed 5 years ago
In influxDB data are store in UTC time so the group by time(1d) is grouping with a 2h of shift It's was possible to use something like :
SELECT sum(\"value\") FROM \"conso_elec\" WHERE $timeFilter GROUP BY time(1d,-2h) fill(null)
But look like less portable than specify the TimeZone ( tz('Europe/Paris') )
In influxDB data are store in UTC time so the group by time(1d) is grouping with a 2h of shift It's was possible to use something like :
But look like less portable than specify the TimeZone ( tz('Europe/Paris') )