-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correct timezone in logs #3474
Comments
The timestamps in the logs are standard GMT (was UTC) timestamps. It is not currently configurable, but I think it would be easy to contribute a change to enable this. Would you be intested? |
I am new to golang but happy to help if you point me in the right direction. |
I guess it's simple to do that on the UI side. But would be better to have this option on the server-side right? |
I would implement this on the UI side, as it is a display issue. Looking at the code: That is where to make the fix. |
Hi, I want to contribute in this. Can you assign me for this issue? Can you assign me a mentor as i am new to this community? @caelan-io @alexec @hadim |
Great to hear. Please feel free to get started and open a pr once ready for review. I can support you on this @DhwanishShah |
argoproj#10120) Signed-off-by: Isitha Subasinghe <isitha@pipekit.io> Signed-off-by: Rajshekar Reddy <reddymh@gmail.com>
@sarabala1979 @caelan-io is this issue solved? can i see logs in my local timezone now? can you also point to what changes are required? |
@yay14 - please see this comment on the PR: #10120 (comment) |
The logs provided by the UI are timestamped. The dates and times provided are always the European ones.
I tried to set
TZ=America/Toronto
to both theworkflow-controller
andargo-server
deployment without success.Is that possible to configure the timezone?
The text was updated successfully, but these errors were encountered: