diff options
| author | Kubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com> | 2017-09-14 07:21:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-14 07:21:11 -0700 |
| commit | d49a6f5a15153fcbba0b2d8f6c45cfdca2f73bb1 (patch) | |
| tree | b969d416b1a688ebed1900f1ba864ccb17a61449 | |
| parent | 4ab7700be8713bcb7cc621e80ad8f0fe85d2ca4e (diff) | |
| parent | 38d5100360cb5c6947c749216c7ca5af2df69278 (diff) | |
Merge pull request #1067 from justinsb/sigaws_time
Automatic merge from submit-queue
Fix timezone for sig-aws zoom meeting
| -rw-r--r-- | sig-aws/README.md | 2 | ||||
| -rw-r--r-- | sig-list.md | 2 | ||||
| -rw-r--r-- | sigs.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sig-aws/README.md b/sig-aws/README.md index a69e721d..33994093 100644 --- a/sig-aws/README.md +++ b/sig-aws/README.md @@ -11,7 +11,7 @@ To understand how this file is generated, see generator/README.md. Covers maintaining, supporting, and using Kubernetes hosted on AWS Cloud. ## Meetings -* [Fridays at 17:00 UTC](https://zoom.us/my/k8ssigaws) (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=17:00&tz=UTC). +* [Fridays at 16:00 UTC](https://zoom.us/my/k8ssigaws) (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=16:00&tz=UTC). Meeting notes and Agenda can be found [here](https://docs.google.com/document/d/1-i0xQidlXnFEP9fXHWkBxqySkXwJnrGJP9OGyP2_P14/edit). Meeting recordings can be found [here](). diff --git a/sig-list.md b/sig-list.md index bbf0d4c3..54994350 100644 --- a/sig-list.md +++ b/sig-list.md @@ -23,7 +23,7 @@ When the need arises, a [new SIG can be created](sig-creation-procedure.md) | Name | Leads | Contact | Meetings | |------|-------|---------|----------| |[API Machinery](sig-api-machinery/README.md)|* [Daniel Smith](https://github.com/lavalamp), Google<br>* [David Eads](https://github.com/deads2k), Red Hat<br>|* [Slack](https://kubernetes.slack.com/messages/sig-api-machinery)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-api-machinery)|* [Wednesdays at 18:00 UTC (biweekly)](https://staging.talkgadget.google.com/hangouts/_/google.com/kubernetes-sig)<br> -|[AWS](sig-aws/README.md)|* [Justin Santa Barbara](https://github.com/justinsb)<br>* [Kris Nova](https://github.com/kris-nova), Microsoft<br>* [Chris Love](https://github.com/chrislovecnm)<br>* [Mackenzie Burnett](https://github.com/mfburnett), Redspread<br>|* [Slack](https://kubernetes.slack.com/messages/sig-aws)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-aws)|* [Fridays at 17:00 UTC (biweekly)](https://zoom.us/my/k8ssigaws)<br> +|[AWS](sig-aws/README.md)|* [Justin Santa Barbara](https://github.com/justinsb)<br>* [Kris Nova](https://github.com/kris-nova), Microsoft<br>* [Chris Love](https://github.com/chrislovecnm)<br>* [Mackenzie Burnett](https://github.com/mfburnett), Redspread<br>|* [Slack](https://kubernetes.slack.com/messages/sig-aws)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-aws)|* [Fridays at 16:00 UTC (biweekly)](https://zoom.us/my/k8ssigaws)<br> |[Apps](sig-apps/README.md)|* [Michelle Noorali](https://github.com/michelleN), Microsoft<br>* [Matt Farina](https://github.com/mattfarina), Samsung SDS<br>* [Adnan Abdulhussein](https://github.com/prydonius), Bitnami<br>|* [Slack](https://kubernetes.slack.com/messages/sig-apps)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-apps)|* [Mondays at 16:00 UTC (weekly)](https://zoom.us/j/4526666954)<br> |[Architecture](sig-architecture/README.md)|* [Brian Grant](https://github.com/bgrant0607), Google<br>* [Jaice Singer DuMars](https://github.com/jdumars), Microsoft<br>|* [Slack](https://kubernetes.slack.com/messages/sig-architecture)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-architecture)|* [Thursdays at 15:30 UTC (weekly)](https://zoom.us/j/2018742972)<br> |[Auth](sig-auth/README.md)|* [Eric Chiang](https://github.com/ericchiang), CoreOS<br>* [Jordan Liggitt](https://github.com/liggitt), Red Hat<br>* [David Eads](https://github.com/deads2k), Red Hat<br>|* [Slack](https://kubernetes.slack.com/messages/sig-auth)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-auth)|* [Wednesdays at 18:00 UTC (biweekly)](https://zoom.us/my/k8s.sig.auth)<br> @@ -138,7 +138,7 @@ sigs: company: Redspread meetings: - day: Friday - utc: "17:00" + utc: "16:00" # Actually 9AM Pacific, but timezone support issue is https://github.com/kubernetes/community/issues/841 frequency: biweekly meeting_url: https://zoom.us/my/k8ssigaws meeting_archive_url: https://docs.google.com/document/d/1-i0xQidlXnFEP9fXHWkBxqySkXwJnrGJP9OGyP2_P14/edit |
