If we are going to add a tag for timezone, it should include the 37 variants listed here (Time zone - Wikipedialink from your link) as well as summertime variants (and their start/end dates).
Otherwise it is just a curiosity.
The other approach would the top 200 cities of the world, with correct timezone and daylight/summer-time …
hi, your work is very professional.
not easy for all people.
i ask:
if i want 2 times, example: London and New York ???
they have 6 hours of difference.
Db+6 or Db-6 don’t solve my problems, depending from the current time.
have you a idea to fix the formula ???
thank.
very impressive.
but i want ask:
if i travel from my city (italy) and i go versus Japan.
the watch what show ??? local time or still italy time ???
so, if a citizen must move also by car from the States,
from dx to sx. it’s watch show the hour that had at home
or the hour while is it in a accurate place ???
thank again.
That expression is manual function for example:
Central European Standard Time
Time zone in Italy (GMT+1)
expression : $(#DUkZ#+1)>24?((#DUkZ#+1)-24):(#DUkZ#+1)$:#DmZ#
wherever we go country with different timezone,
I think it does not affect the change the time is still in the timezone in Italy (GMT+1)
if we want to change it, make sure our main time is 0 UTC
hi, temperature in Celsius.
listen:
why ((#WCT#*4)-90) ???
the 0 is at -45°
after i must place a +, because the arrow go from 0 (in the left side) to 100 (right side).
sorry, not 100 but 45.
+45° and -15° = 60° of course.
180° is the half-wheel.
180/60=3
What temperature scales u use? °F or °C?
we need add Current Temp text for reference : #WCT#°#WM#
if Celsius °C , C to F try use this expression (((#WCT#*9/5)+32)*3-45)
if Fahrenheit °F, try use this expression (#WCT#*3-45)
I know this is an older post, but THANK YOU for this tag. I’ve been trying for a week to find the right code to show my home time zone when I travel and there’s always a glitch or catch to the ones I’ve found online. This one works perfectly!
Thanks!
i have another question… i want to add with a button (var) only 1 to my UTC time for the saving day or remove 1 hr only with a var… i don`t know how to do it… if i use a var to select for example UTC -3, another var add 1 hr for summer time…
Just want to let you know you can use the ` for that (before and after the expression): $(#DUkZ#+3)>24?((#DUkZ#+3)-24):(#DUkZ#+3)$:#DmZ# $(#DUkZ#+8)>24?((#DUkZ#+8)-24):(#DUkZ#+8)$:#DmZ#