(Resolved) World Rotation Expression Help

Hello everyone!

I wanted to make a specific rotation code so that from your watch face you could see the time in any part of the world. I know this is easily done with a 24 hour bezel and popular cities but I specifically wanted the 24 hour bezel to be stationary and the earth to do all the moving. The trouble is, I have a very simple way of doing it with VAR.

Can anyone help me figure out a rotation code for the earth to automatically figure out what time zone the user has, as well as change accordingly?

I have pictures of both the static bezel and the earth below. Anything helps and will be very appreciated!


Considering 24 time zones, I would suggest this formula to be pasted in the rotation field of the world picture.
((-#Db#+#DUb#)*(360/24))

This piece of code turns the world from -60 to 120 when the clock hits 1 O’Clock and 5 O’Clock. Thank you for the effort but it seems to not work. :slightly_frowning_face:

Yep, it works only with 24h format … more complicated with the 12h :frowning: