On Saturday, August 1, 2020 at 5:44:21 PM UTC-7, TW Tones wrote: > > The world clocks are wonderful, My family use is likely to be Australia > and France, and perhaps other Australian Time Zones, so we only need two or > more clocks to make this a valuable feature. I will see if I can source a > Time Zone list, as tiddlywiki data, then one may select only the time zone > perhaps that we want to phone. A little css play to show daylight/nighttime > would be fun but in no way essential. That is for people to play with. >
Unfortunately, I've just found a nasty logic error in my handling for timezone. It doesn't work right when calculating across date boundaries. For example, my time zone is UTC-7 (Pacific Time), and I was converting from GMT to local time by simply subtracting the number of hours. But... when its just after 5pm here the hour is 17, but in GMT, it's just after midnight *the next day* and the hours there is 00, so simply subtracting the timezone offset give hour 93 (00 - 07)!!! Thanks again for your contribution, superb. > I *will* solve this problem.... but it's not done yet. :( I'll let you know when I have a *working* update! -e -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/b138210c-2e28-48d5-bec1-9ed9e237e4dco%40googlegroups.com.

