-
Notifications
You must be signed in to change notification settings - Fork 5.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
Convert to your timezone link shows the wrong time #4961
Comments
@k8s-ci-robot |
It looks like because the timezone is set for Eastern Standard Time when it is currently Eastern Daylight Time. This should be set to Eastern Time (ET) instead of Eastern Standard Time similar to how it is done for ContribEx: Lines 1090 to 1093 in 421c198
That will avoid it falling out of sync when daylight savings time is in effect. After updating the tz field for sig windows in sigs.yaml to be /help |
@mrbobbytables: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I think i can start my journey with this. Can I take this up. |
I clicked the "Convert to your timezone" link in README.md doc, it shows 10:30AM for our local time(PST). However the right PST time shall be 9:30AM so I think the time converter is not converting the time correctly.
The text was updated successfully, but these errors were encountered: