influxdata / influxdata/influxdb-client-js

timezone issue run clock behind 2hr

Open
#744 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
352
Forks
69
Avg merge
10m
Merged PRs (30d)
11

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the posted query using the Europe/Istanbul location, os2_db bucket, and os_records measurement. Check whether the returned timestamp is converted or only annotated with a timezone, then document the expected and actual results. Done means the timezone behavior is understood and the issue has a confirmed fix or clear usage guidance.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
databases
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.