Richard.ConnectIQ Thank you for taking a look at it. The user tried to restart the watch but had no luck. Maybe it's related to some other settings, like language? Is there any additional info that can help to troubleshoot the issue? I can ask the user for the info you need.
I tried with your Toolbox app, but I am getting a time on the Timezone 2 page for Paris. I've tried changing various time settings such as automatic and manual time and setting the time to something else, but have not experienced any issues yet. The lat / long coordinates also shouldn't require GPS to calculate so it is very odd for this to be returning null.
Hi, here are the codes. The codes were there for about 1 year. I also tested in the app/watchface.
BTW, you can try the "My ToolBox" app, https://apps.garmin.com/apps/b28d86f2-8332-4d21-89fe-c282ccc8f392 . The "Timezone 2" page of the app displayed "null" on user's watch.
// lat/lon of the Paris
var lat = 48.8588897;
var lon = 2.320041;
var now = Time.now();
var tz = Gregorian.localMoment(new Position.Location({:latitude => lat, :longitude => lon, :format => :degrees}), now);
I'm not encountering this issue on an Epix Pro 51mm. Are there any other circumstances that you can think of that might be unique to your app? If possible a code snippet could help troubleshoot the issue.