Skip to content

Commit b1bdcbe

Browse files
committed
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
1 parent 04277f5 commit b1bdcbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Dispatch/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ const fields = [
8282
'America/New_York',
8383
'America/Phoenix',
8484
'America/Los_Angeles',
85+
'America/Chicago',
8586
'Europe/Kiev',
8687
'Asia/Kolkata',
8788
],

0 commit comments

Comments
 (0)