actions / actions/runner

Change UTC Timezone

Open
#3,309 2 comments 0 reactions 0 assignees View on GitHub

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

  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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.