Open RuiLi-5413 opened 2 years ago
cc @alanwguo, should be solvable by examining log format logic.
@rkooo567 to triage.
We also have this problem two years later. Running date on the head node in our Ray Cluster on EKS gives "Mon Feb 19 02:58:13 PST 2024" even though server is in eu-west-1. Shouldn't it be UTC?
Still facing the same issue, would be great to have a parameter in the Ray dashboard for this. Thanks
maybe the logger configured doesn't properly know the timestamp. Anyone interested in tackling this? I don't think we have immediate resources to fix the issue
What happened + What you expected to happen
I deployed a Ray Cluster with using Ray Kubernetes Operator on AKS and found the timestamps of logs on Ray Dashboard were different from my time zone. e.g. “2022-06-07 12:53:49,756” my time is “2022-06-07 21:53:49”.
I also tried on local K8s, the issue was same.
Versions / Dependencies
image: rayproject/ray:1.13.0
Reproduction script
None
Issue Severity
Medium: It is a significant difficulty but I can work around it.