diff options
| author | Josh Berkus <josh@agliodbs.com> | 2021-10-15 14:25:14 -0700 |
|---|---|---|
| committer | Josh Berkus <josh@agliodbs.com> | 2021-10-15 14:25:14 -0700 |
| commit | 049698d45c674a2b046abca56a8a44007c923ad8 (patch) | |
| tree | 2cc557cd503ce35339786cc0cd9b6523baa2fb1e | |
| parent | f9b6602a039d069e1fa11300ed3548d667786c0d (diff) | |
Fix election start date.
Signed-off-by: Josh Berkus <josh@agliodbs.com>
| -rw-r--r-- | events/elections/2021/election.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/events/elections/2021/election.yaml b/events/elections/2021/election.yaml index ec034072..b65ec5f5 100644 --- a/events/elections/2021/election.yaml +++ b/events/elections/2021/election.yaml @@ -1,6 +1,6 @@ name: 2021 Steering Committee Election organization: Kubernetes -start_datetime: 2021-10-14 00:00:01 +start_datetime: 2021-10-18 00:00:01 end_datetime: 2021-11-04 23:59:00 no_winners: 4 allow_no_opinion: True |
