为什么youtube API总是在PDT时区创建事件

为什么youtube API总是在PDT时区创建事件,youtube,youtube-livestreaming-api,Youtube,Youtube Livestreaming Api,当我使用youtube直播api创建事件时,它会在PDT timezeone中创建它 样本请求: curl --request POST \ 'https://www.googleapis.com/youtube/v3/liveBroadcasts?part=snippet%2Cstatus%2Cid%2CcontentDetails&key=[YOUR_API_KEY]' \ --header 'Authorization: Bearer [YOUR_ACCESS_TOKEN]

当我使用youtube直播api创建事件时,它会在PDT timezeone中创建它

样本请求:

curl --request POST \
  'https://www.googleapis.com/youtube/v3/liveBroadcasts?part=snippet%2Cstatus%2Cid%2CcontentDetails&key=[YOUR_API_KEY]' \
  --header 'Authorization: Bearer [YOUR_ACCESS_TOKEN]' \
  --header 'Accept: application/json' \
  --header 'Content-Type: application/json' \
  --data '{"snippet":{"scheduledStartTime":"2020-04-19T14:48:00.000Z","title":"sasasasa","channelId":"UCu4LgpgyV8zTqtlXiyn1-JA"},"status":{"privacyStatus":"public"},"contentDetails":{}}' \
  --compressed

已创建事件的示例链接:

如何仅在IST时区创建它。 有可能的解决办法吗。如果我直接从youtube studio创建它,效果很好