Change UTC Timezone
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 1.4k
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 24
Description
Hello. I inspected that your codes print logs to the console with UTC Timezone. It is wrong for general usage. For example, I work with different timezone. When I check the runner logs, it prints with UTC. Could you make changes to that issue?
https://github.com/actions/runner/blob/ce4d7be00f4834b6889a82ea55020bb15fa834bf/src/Runner.Listener/Runner.cs#L375
Another log:
https://github.com/actions/runner/blob/main/src/Runner.Listener/JobDispatcher.cs#L370
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the referenced logging code in src/Runner.Listener/Runner.cs around line 375 and src/Runner.Listener/JobDispatcher.cs around line 370. Clarify which timezone should replace UTC and how it should be selected, then verify the affected runner logs use the agreed timezone.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100