My Weather beach app displays the time according to the country in the weather link under iOS 17 but not under IOS 18
NSTimeZone.resetSystemTimeZone() is no longer supported by IOS 18 or it is a bug
I can’t really speak to the WeatherKit side of this, but I wanted to respond to this:
NSTimeZone.resetSystemTimeZone() is no longer supported by IOS 18 or it is a bug
What are you expecting resetSystemTimeZone()
to do here? It’s not something that apps should normally call. Both the system and apps have better ways to stay in sync with the current time zone. That is, for example, why there’s no Swift equivalent to this routine (there’s no TimeZone.resetSystemTimeZone()
).
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"