Hi Community:
I use Zoom REST API (POST) to create meeting successfully. I put the start time like this:
“start_time”: ‘2018-08-16T20:39:00Z’
and get the server response shows the same time too. However, after I login into my Zoom account and check the My Meeting. the start time show as:
Thu, Aug 16 4:39 PM
which is hours early than the meeting showing from getting response using API?
Any idea about this?