influxdata / influxdata/docs-v2

plz help me it not filter the data on timezone i tried it as well

Open
#4,808 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
82
Forks
326
Avg merge
1d 1h
Merged PRs (30d)
82

Description

_Describe the issue here._
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()

here my query it doesnt give me current time of istanbul
##### Relevant URLs
- https://docs.influxdata.com/flux/v0.x/stdlib/timezone/location/
- _Provide other relevant URLs (project issues, community threads, etc.)_

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the supplied Flux query and the linked timezone/location documentation, then reproduce the reported Europe/Istanbul result. Compare the documented behavior with the observed output and clarify the expected timezone handling; done means the issue has a confirmed cause and a specific documentation or product change identified.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.