I know there is an older thread out there, but...
I have a Glance app (Zulu Time) that shows different bits of normally useless information dealing with time. One of the bits of info displayed is the difference between local time and Zulu time (GMT). I've been traveling around the US and it has been working as advertised. However, I recently went through St John's Newfoundland Canada which is a half hour off. It showed a 2 hour difference instead of 2.5. The code is pretty straight forward, I just divide the timeZoneOffset() by 3600 and display. I was using a Venu 2 Plus.
Here's the kicker. When I tried to reproduce the results at home on the simulator, I could not get the time zone to change. On my Mac Air I changed (and verified the computer agreed) the current time and ran the simulator. The Glance showed by home time zone difference. I even tried changing the watches location in the simulator (yes, I know it's not supposed to change anything in this cae). Am I missing something basic?
Thanks