Maybe this helps to start with:
But I found using UTC tags confusing because the hours can be 0-11 or 1-12. So what does hand need to point to?
I have used the following formula for
24 hour hand: (#DNOW#/1000/60/60*360/24)
12 hour hand: (#DNOW#/1000/60/60*360/12)
If you want to add the timezone to that, is a bit more complicated. Check here:
4 Likes