SgtErnestBilko

Results 2 issues of SgtErnestBilko

I hope this is not a stupid question. I have tried to find the answer in "issues" but can't see one. I run the following in docker containers on a...

question
need triage

In Fluxdb 2.6.1 this query returns data in local time ``` import “timezone” option location = timezone.location(name: “Europe/London”) from(bucket: “AshTree_AAGSolo_2days”) |> range(start: v.timeRangeStart, stop: v.timeRangeStop) |> filter(fn: (r) => r[“_measurement”]...