Why time is different between Zoom account and API shows?

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?

Hi Zichen, 

The start time is in UTC and is depending on the timezone you are in. Can you post the payload the you used for the request?

Thanks