-
Notifications
You must be signed in to change notification settings - Fork 521
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
i18n EMEA meeting time from London to UTC #1114
Conversation
LF guidance is to internationalize the schedule by displaying meeting times in UTC and to decouple from centralizing to the local timezone of a particular location. * Replaces London for UTC+0 and UTC+1 to account for the difference in daylight savings during summer months. * Replaced time.is link from what time is in London to what time is UTC. Signed-off-by: Andres Vega <[email protected]>
✅ Deploy Preview for tag-security canceled.
|
README.md
Outdated
@@ -78,8 +78,8 @@ Group meeting times are listed below: | |||
|
|||
- US: Weekly on Wednesdays at 10:00am UTC-7 (see your timezone | |||
[here](https://time.is/1000_today_in_PT?CNCF_Security_TAG_US_Meeting)) | |||
- EMEA: Bi-weekly on Wednesdays at 01:00pm London (see your timezone | |||
[here](https://time.is/1300_today_in_London?CNCF_Security_TAG_EMEA_Meeting)) | |||
- EMEA: Bi-weekly on Wednesdays at 12:00pm UTC+0/01:00pm UTC+1 (see your timezone |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we make it clear when it's UTC+0 vs UTC+1? Otherwise LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Added explanation describing its UTC+1 during daylight savings.
Clarifies UTC+0 vs UTC+1 Removes ":00" from times Signed-off-by: Andres Vega <[email protected]>
Hi team, I'm on PTO this week but this change removes daylight savings for EMEA in the meeting time link — which is observed in the EMEA meeting times and so will be incorrect. The new wording here is also unnecessarily confounding. UTC is not observed in the UK. We use GMT or BST, which are equivalent to PST and PDT. https://time.is/GMT-BST might be a better link to be equivalent to "PT", but I'd suggest reverting this PR and understanding requirements first. The TOC doesn't observe this purported guidance (and links to San Franciso time) and it's unclear why these PRs to EMEA naming and timing are being made without attendee-driven requirements or prior art — one for us to discuss @anvega. |
Signed-off-by: Pratham Gupta <[email protected]>
Signed-off-by: Justin Rivera <[email protected]>
LF guidance is to internationalize the schedule by displaying meeting times in UTC and to decouple from centralizing to the local timezone of a particular location.