Google 日历 API 的 VacationSettings 类型的开始时间和结束时间是什么时区?

What timezone is startTime and endTime of the VacationSettings type for the Google Calendar API?

我可以看到 startTimeendTimeepoch ms 中,但我不知道所有内容在哪个时区?

https://developers.google.com/gmail/api/reference/rest/v1/VacationSettings

是根据用户的 Gmail 日历或 Google 的后端还是 GMT/UTC 确定的用户时区?

它是unixtime的“epoch ms”,是从1970年1月1日UTC开始的毫秒数。

"epoch ms" 使用 UTC 时区。

所有显示的dates/times都是根据用户preferences/location转换的,对存储的数据没有影响