Zone time tokyo - newyork with image

Hello everyone

I want to rotate this image which would be the hour image with the New York timetable; example if it is 2 p.m. in Paris in New York it should be 8 a.m. if facer does not take the negative + 6 p.m. so.
What would be the formula for having the right time while knowing that my image turns on itself at point x: 115 and at point y: 82 with which formula also would it turn on itself?

I would make another image for our Tokyo wheel but I think it will be the same except the rotation position of my image.

img1940

merci à vous !

I’m not sure, but it’s possible
((#DK#-8)*30)/360
-8 hours

It’s perfect, it’s exactly the formula I was missing for New York, however, there is a 6 hour shift so the formula is:
(( #DK # -6) * 30) / 360 for New York and +7 instead of -6.

Thank you very much !

How can I appear and disappear AM & PM according to NEW YORK time?

I WISH THAT WHEN MY TIME IS IN THE MORNING IN NEW YORK AM BE VISIBLE THEN IT WILL DISAPPEAR TO LEAVE VISIBLE PM WHEN WE GO IN THE AFTERNOON.

$(((#DUH#+#DUm#/60+#DUs#/3600)+9)%24)<=12?AM:PM$

Found it here


And a few more topics


No match my friend :crazy_face:

I got there but it was very complicated because in fact FACER has trouble with the - negative but it’s ok everything works thank you because I got there thanks to the basis of the formula that you gave me.

:smile::wave:

:+1: @ZerocoolCorporation