英文:
Why is Central Time on my Spreadsheet an hour different from Central Time on my Script Project and Google Calendar?
问题
我的Google电子表格上的时区设置是:GMT-06:00 中央时间。
然而,我的脚本项目和Google日历上的时区设置是:GMT-05:00 中央时间(芝加哥)。
为什么两者都是美国中央时间,但存在一小时的差异?
是否还有其他人遇到过这个问题或知道原因?
我相信这部分原因是我的电子表格未能正确发送数据到日历,详情请查看这里:https://stackoverflow.com/questions/76721642/how-can-i-add-update-events-spanning-multiple-days-to-google-calendar
英文:
The Timezone Settings on my Google Spreadsheet are: GMT-06:00 Central Time.
However, the Timezone settings on my Script Project and the Timezone Settings on my Google Calendar are: GMT-05:00 Central Time (Chicago).
Why is there a one hour discrepancy when both are United States Central Time?
Has anyone else experienced this issue or know the cause?
I believe this was partly the cause of my spreadsheet not sending data to the Calendar correctly here: https://stackoverflow.com/questions/76721642/how-can-i-add-update-events-spanning-multiple-days-to-google-calendar
答案1
得分: 1
我为了可见性而添加了这个答案,因为它在评论下已经得到了回答。
问题与一个错误相关,我在Google问题跟踪器下找到了一些相关的问题。看起来与"夏令时"时区没有正确更新有关。
目前最好的解决方案是通过问题跟踪器向Google报告此问题,或直接联系Google Workspace支持(如果您有Workspace帐户),因为这比使用问题跟踪器更快。
英文:
I'm adding this answer for visibly, since it was answered under the comments.
The issue is related to a bug, I found some of them under the Google issue tracker. It seems related to the Daylight saving
time zone not updating properly.
The best solution at the moment is to report the issue to Google by issue tracker or by contacting Google Workspace support directly (if you have a Workspace account), since it will be faster than the issue tracker.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论