[Feature Request] Set timezone for response timeline output
- Dominant language
- TypeScript
- Stars
- 40k
- Forks
- 2.4k
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 61
Description
Currently the date tag on the timeline output defaults to GMT (which is not local time). It would be good to either have this default to local time or be configurable.
Example output in the Timeline tab of a response:
```
< HTTP/1.1 500 Internal Server Error
< Content-Type: application/json; charset=utf-8
< Server: Microsoft-IIS/10.0
< X-Powered-By: ASP.NET
< Date: Wed, 23 Oct 2019 03:33:32 GMT
< Content-Length: 43
```
Contributor guide
Research direction
Start in the Timeline tab by reproducing the response output shown in the issue and identify where its Date header timestamp is rendered. The work is done when the timeline date uses local time by default or provides a configurable timezone, with the resulting behavior verified against the example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100