actions / runner

The Runner for GitHub Actions :rocket:
https://github.com/features/actions
MIT License
4.82k stars 946 forks source link

Change UTC Timezone #3309

Open realhuseyn opened 4 months ago

realhuseyn commented 4 months ago

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