Hi there,
I am developing a watch face with a visual of the earth on the background based on the time zone the user is in.
Unfortunately some time zones in the tag [TMZN_OFS] report NaN (e.g. -3:30 , Newfoundland) when trying to use this in an expression for opacity.
It’s happening with all the time zone’s that are not whole numbers.
The only workaround I can find is to use the tags [TMZN_ABB] or [TMZN_ID] but that’s a lot of work to do for all the time zone’s that share the same offset.
Is there another way to do this?
Also, why return a string and not a float value we can use in the expressions?
Thanks for your response!
Tony