Ok so here is the issue iam webhooking in to make with an appointment from GHL/leadconnector
this is what i have in the output bundle from the webhook
"title": "Rod Kesselring",
"selectedTimezone": "US/Central",
"appointmentId": "qV6GPAOAxUYFf5ZtVrZl",
"startTime": "2025-05-02T13:30:00",
"endTime": "2025-05-02T14:00:00",
the input bundle for zoom Create meeting is
"topic": "Rod Kesselring",
"start_time": "2025-05-02T17:30:00.000Z",
But that is 1 hour off. 17:30 Z is 12:30 CST and it should be 1:30CST
I am not manually changing the timezone I am leaving it UTC.
this is what i see and it seems to be converting it weird
Can someone please help???