EventKit 自定义时区的问题
如果我为应用程序设置自定义时区,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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信它会始终显示用户本地时区的日期(用户在“设置”应用程序中选择的时区)。这是因为该事件将被添加到用户的日历中,并且苹果希望“正确”地显示它
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"