Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tooltip text to show multiple timezones #81

Closed
FilipeMeiraCastro opened this issue Dec 22, 2016 · 8 comments
Closed

Tooltip text to show multiple timezones #81

FilipeMeiraCastro opened this issue Dec 22, 2016 · 8 comments

Comments

@FilipeMeiraCastro
Copy link

Currently I have the mouse tooltip text showing the default ""T-Clock"\nLDATE"

Is it possible to show multiple timezones, something that would show the output like:

"
Current location: 10:40
South Korea: 19:40
"

@White-Tiger
Copy link
Owner

White-Tiger commented Dec 22, 2016

currently only through the usual W±x format as long as hours are enough... (no ± 30 minutes, no date / weekday)

@FilipeMeiraCastro
Copy link
Author

Great tip White-Tiger, I did not know that it was possible to use W±x

The command ' LDATE \n "Norway:" W+0:n \n "South Korea:" W+8:n\n ' is now showing the correct time but the code will not adapt to timezone changes. Traveling to South Korea, Windows will update the time automatically, but this code will need to be adjusted manually (I guess I will try to make a 1 click registry or a batch file, nevertheless, will require clicking on every travel!)

Maybe finding a way for T-Clock to do this calculation could be something you would consider tackling!! :)

@White-Tiger
Copy link
Owner

White-Tiger commented Dec 23, 2016

it's on the ToDo for a long time... some sort of UTC±x format that changes all following formats...
The w±x is quite a weird format indeed... don't see much use in a relative format...

@FilipeMeiraCastro
Copy link
Author

looking forward to this update :)

@cyptus
Copy link

cyptus commented Mar 15, 2017

you could turn off automatic time in windows settings, so the time will not change if you travel into another time zone. sure you will need to view the tooltip for the current time in your current timezone. to change this you could create a batch file which changes the settings which is the "primary clock" (as you mentioned above) and add the script as an quick menu file on the context menu of t-clock.

@White-Tiger
Copy link
Owner

Suggestion has also been posted on the forums: http://donationcoder.com/forum/index.php?topic=43752.0

@White-Tiger
Copy link
Owner

Closed as duplicate of #32

@vinothk30
Copy link

currently only through the usual W±x format as long as hours are enough... (no ± 30 minutes, no date / weekday)

@White-Tiger , can you help me here? Is +30 mins is available now? If yes, how to set it up?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants