EventKit 自定义时区的问题

发布于 2024-12-02 17:49:01 字数 175 浏览 1 评论 0原文

如果我为应用程序设置自定义时区,EKEventEditViewController 的日期选择器会显示不正确的时间(偏移量不正确):

[NSTimeZone setDefaultTimeZone:someOtherTimezone] 

这是 EventKit 错误吗?

EKEventEditViewController's datepicker displays incorrect time (with incorrect offset) if I set custom timezone for the app:

[NSTimeZone setDefaultTimeZone:someOtherTimezone] 

Is this EventKit bug?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

千纸鹤带着心事 2024-12-09 17:49:01

我相信它会始终显示用户本地时区的日期(用户在“设置”应用程序中选择的时区)。这是因为该事件将被添加到用户的日历中,并且苹果希望“正确”地显示它

I believe it will always show the date in the user's local time zone (the one the user picked in the Settings app). This is because the event will be added the the user's calendar, and Apple wants to show it "correctly"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文