Local TimeZone issue
- Dominant language
- TypeScript
- Stars
- 117
- Forks
- 51
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 4
Description
## About the bug
**Steps to reproduce:**
List the minimal actions needed to reproduce the behavior.
1. query anyone.
2. convert local timezone
**Expected behavior:**
2023-08:31 15:00:00 UTC time data convert to 2023-09-01 12:00:00 AM GMT+9 or 2023-09-01 00:00:00 GMT+9
**Actual behavior:**
2023-08:31 15:00:00 UTC time data convert to 2023-09-01 12:00:00 GMT+9
**Visual Proof:**
## About your environment
**Environment info:**
Darwin 23.0.0 x86_64, InfluxDB v2.7.1
**Config:**
**Logs:**
**Performance:**
Generate profiles with the following commands for bugs related to performance, locking, out of memory (OOM), etc.
```sh
# Commands should be run when the bug is actively.
# Note: This command will run for at least 30 seconds.
curl -o profiles.tar.gz "http://localhost:8086/debug/pprof/all?cpu=true"
curl -o vars.txt "http://localhost:8086/debug/vars"
iostat -xd 1 30 > iostat.txt
# Attach the `profiles.tar.gz`, `vars.txt`, and `iostat.txt` output files.
```
Contributor guide
No contributing guide indexed for this repository
Research direction
No source file, test, or entry point is identified in the issue. Start by reproducing the timezone conversion in the UI with the provided UTC value and GMT+9 setting; done means the displayed result includes the expected midnight time and matches the reported format.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100