influxdb-client-js icon indicating copy to clipboard operation
influxdb-client-js copied to clipboard

timezone issue run clock behind 2hr

Open xalteropsx opened this issue 2 years ago • 0 comments

option location = timezone.location(name: "Europe/Istanbul") from(bucket: "os2_db") |> range(start: 0) |> filter(fn: (r) => r["_measurement"] == "os_records")|> filter(fn: (r) => exists r["_field"])|> truncateTimeColumn(unit: 10s)|>last()

i did this but it still doesnt show me istanbul time plz help

xalteropsx avatar Mar 15 '23 07:03 xalteropsx