From b1bdcbeb707d2143820418a9f85ae939353b4ab1 Mon Sep 17 00:00:00 2001 From: Brian LaBelle Date: Thu, 27 Feb 2020 12:38:15 -0500 Subject: [PATCH] Add America/Chicago (Central time) as timezone option Adds value 'America/Chicago' as an available timezone so that it will populate in the timezone dropdown for dispatching --- src/components/Dispatch/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Dispatch/index.js b/src/components/Dispatch/index.js index 78324b3f..19acd617 100644 --- a/src/components/Dispatch/index.js +++ b/src/components/Dispatch/index.js @@ -82,6 +82,7 @@ const fields = [ 'America/New_York', 'America/Phoenix', 'America/Los_Angeles', + 'America/Chicago', 'Europe/Kiev', 'Asia/Kolkata', ],