gpt4 book ai didi

ios - 如何在 Xcode 中以编程方式获取夏令时设置?

转载 作者:行者123 更新时间:2023-11-28 19:02:57 27 4
gpt4 key购买 nike

一些国家/地区正在遵守夏令时,所以我想知道 iDevice 上的夏令时设置当前是否打开或关闭(TRUE 或 FALSE) 然后我可以更正我的应用程序上的日期。这可能吗?

最佳答案

查询当前NSCalendar s timeZone查看它当前是否在 daylight saving time 中.

BOOL dst = [[[NSCalendar currentCalendar] timeZone] isDaylightSavingTime];

关于ios - 如何在 Xcode 中以编程方式获取夏令时设置?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23152954/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com