Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 iOS 应用程序中,我展示了日期选择器,用户可以通过该选择器选择他们想要选择的时间以将事件存储在日历中。我正在为此使用活动工具包。 这工作正常。但问题是它在 GMT 时区创建了偶数。如何根据当地时间在日历中创建事件。
我找到了解决方案:我们不必将数据转换为本地时区。我们必须在 GMT 时区设置开始日期,并且事件工具包将处理转换为本地时区并显示它。