diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-07-22 17:17:40 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-22 17:17:40 -0700 |
| commit | 57114f3857fbcaf3ecc53d949c0d94faa80b5e52 (patch) | |
| tree | ee15a6a6cd158e32abf03fb95d7f3f49b804df11 | |
| parent | 84929ffc24f957f85ea6cd35063263b063dfd9f2 (diff) | |
| parent | 5a1230eb63b4b135e0eee092918ab1ac08314bb3 (diff) | |
Merge pull request #4983 from championshuttler/i4961
Fix the timezone for EST
| -rw-r--r-- | sig-list.md | 2 | ||||
| -rw-r--r-- | sig-windows/README.md | 2 | ||||
| -rw-r--r-- | sigs.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sig-list.md b/sig-list.md index 17704413..dc1211eb 100644 --- a/sig-list.md +++ b/sig-list.md @@ -44,7 +44,7 @@ When the need arises, a [new SIG can be created](sig-wg-lifecycle.md) |[Testing](sig-testing/README.md)|testing|* [Benjamin Elder](https://github.com/BenTheElder), Google<br>* [Aaron Crickenberger](https://github.com/spiffxp), Google<br>* [Steve Kuznetsov](https://github.com/stevekuznetsov), Red Hat<br>|* [Slack](https://kubernetes.slack.com/messages/sig-testing)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-testing)|* SIG Testing Office Hours: [Tuesdays at 10:00 PT (Pacific Time) (bi-weekly starting Tuesday August 13, 2019)](https://zoom.us/j/135450138)<br>* (kind) sigs.k8s.io/kind bi-weekly meeting: [Mondays at 11:00 PT (Pacific Time) (bi-weekly)](https://zoom.us/j/960461819)<br>* (testing-commons) Testing Commons: [Fridays at 13:00 PT (Pacific Time) (bi-weekly)](https://zoom.us/j/790505720)<br> |[UI](sig-ui/README.md)|ui|* [Sebastian Florek](https://github.com/floreks), Loodse<br>* [Jeffrey Sica](https://github.com/jeefy), Red Hat<br>* [Marcin Maciaszczyk](https://github.com/maciaszczykm), Loodse<br>|* [Slack](https://kubernetes.slack.com/messages/sig-ui)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-ui)|* Regular SIG Meeting: [Thursdays at 09:00 PT (Pacific Time) (bi-weekly)](https://groups.google.com/forum/#!forum/kubernetes-sig-ui)<br> |[Usability](sig-usability/README.md)|usability|* [Himanshu Pandey](https://github.com/hpandeycodeit), VMware<br>* [Tasha Drew](https://github.com/tashimi), VMware<br>|* [Slack](https://kubernetes.slack.com/messages/sig-usability)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-usability)|* Regular SIG Meeting: [Tuesdays at 9:00 PT (Pacific Time) (every third week)](https://zoom.us/j/3832562240)<br> -|[Windows](sig-windows/README.md)|windows|* [Mark Rossetti](https://github.com/marosset), Microsoft<br>* [Michael Michael](https://github.com/michmike), VMware<br>|* [Slack](https://kubernetes.slack.com/messages/sig-windows)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-windows)|* Regular SIG Meeting: [Tuesdays at 12:30 Eastern Standard Time (EST) (weekly)](https://zoom.us/j/297282383)<br> +|[Windows](sig-windows/README.md)|windows|* [Mark Rossetti](https://github.com/marosset), Microsoft<br>* [Michael Michael](https://github.com/michmike), VMware<br>|* [Slack](https://kubernetes.slack.com/messages/sig-windows)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-windows)|* Regular SIG Meeting: [Tuesdays at 12:30 Eastern Time (ET) (weekly)](https://zoom.us/j/297282383)<br> ### Master Working Group List diff --git a/sig-windows/README.md b/sig-windows/README.md index c4eec0c5..7c2a5c4f 100644 --- a/sig-windows/README.md +++ b/sig-windows/README.md @@ -13,7 +13,7 @@ Focuses on supporting Windows Node and scheduling Windows Server containers on K The [charter](charter.md) defines the scope and governance of the Windows Special Interest Group. ## Meetings -* Regular SIG Meeting: [Tuesdays at 12:30 Eastern Standard Time (EST)](https://zoom.us/j/297282383) (weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=12:30&tz=Eastern%20Standard%20Time%20%28EST%29). +* Regular SIG Meeting: [Tuesdays at 12:30 Eastern Time (ET)](https://zoom.us/j/297282383) (weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=12:30&tz=Eastern%20Time%20%28ET%29). * [Meeting notes and Agenda](https://docs.google.com/document/d/1Tjxzjjuy4SQsFSUVXZbvqVb64hjNAG5CQX8bK7Yda9w/edit#heading=h.kbz22d1yc431). * [Meeting recordings](https://www.youtube.com/playlist?list=PL69nYSiGNLP2OH9InCcNkWNu2bl-gmIU4). @@ -2350,7 +2350,7 @@ sigs: - description: Regular SIG Meeting day: Tuesday time: "12:30" - tz: Eastern Standard Time (EST) + tz: Eastern Time (ET) frequency: weekly url: https://zoom.us/j/297282383 archive_url: https://docs.google.com/document/d/1Tjxzjjuy4SQsFSUVXZbvqVb64hjNAG5CQX8bK7Yda9w/edit#heading=h.kbz22d1yc431 |
