start_time is always set to current time
Hello, This problem only occurred to me today. I create a meeting through Zoom API and it always set the wrong time. 'body' => ' {
I logged the parameters before sending the request and it's correct. But when I check on my zoom account, the set time is wrong (current time). I checked the set timezones and everything is correct. Did I miss something in here?
This is the parameter of the request before it was sent :
"topic":"test local",
"type":2,"start_time":"2021-12-02T09:00:00",
"duration":"119",
"timezone":"Asia\\/Tokyo",
"password":"VZ9QIs6mje",
"agenda":"test",
"settings":{"host_video":true,
"participant_video":true,
"join_before_host":true,
"approval_type":2,
"audio":"voip",
"auto_recording":"local",
"alternative_hosts":"dummy4@dummy.jp"
}
}'
Show less