I'm trying to convert the start date of an event in UTC time to America/Chicago time using moment.js
The given input of the start date is '2021-02-10T03:05:00Z'.
I am trying to convert that input to a start time of '2012-02-09' at 9:00PM CST.
Any input is appreciated!