A Windows clock to show both UTC and local time?

45

7

I'm working on windows 7 x64 and searching for a way for a setting, or replacement app of, the tray clock (on the taskbar corner) to display both UTC (or GMT) and my local time.

Cause: I read log output of several programs realtime, many of them logging in UTC, while meetings (and other people synchronization stuff) is in localtime. Thus I would like to be able to see both local and UTC time in parallel on the system clock. I'm task-switching between many programs, so I'd like it to be always visible.

If I must use a replacement, I would like it to integrate into the taskbar/tray somehow, due not wanting it to cover any screen place that it not occupy fully.

n611x007

Posted 2013-09-23T11:56:32.067

Reputation: 5 291

Answers

10

One third party app that will allow you to do have both times always shown in the tray is StoicJoker's T-Clock2010: http://www.stoicjoker.com/tclock/

Edited on 2015-01-27: Thanks to JourneymanGeek for pointing out that StoicJoker's site is down. Most recent "incarnation" seems to be this (i did not test this personally, just searched around for 5 minutes): https://github.com/White-Tiger/T-Clock/releases/tag/v2.3.2%23151-beta (or to get latest version simply: https://github.com/White-Tiger/T-Clock/releases) (Find "T-Clock Help.rtf" within the release to get details on how to use time/date functions.)

TheUser1024

Posted 2013-09-23T11:56:32.067

Reputation: 2 823

The suggested answer seems down. Is there a mirror somewhere? – Journeyman Geek – 2015-01-26T05:44:45.420

@JourneymanGeek: Thanks for the hint. I did some googling and found this, which seems to come from stoicjoker. Not sure if it is legit but it seems to provide some answers: http://www.donationcoder.com/forum/index.php?topic=21944.0

– TheUser1024 – 2015-01-27T19:25:44.620

+1; even open source, and a most interesting history! I've got it work with Custom Format ddd\nyyyy/mm/dd\nhh:nn:ss\n"pseudo-utc"\nw-02:nn:ss (I have plenty much taskbar space set ;).), but this will need to be adjusted manually on DST changes. Do you have a better idea for the custom format string?

– n611x007 – 2013-09-23T12:57:59.473

I accept this one since while the other options are native and great, this one is digital, and it can 'dock' while always visible. The text content is also customizable, although I couldn't handle DST 'The Right Way': needs manual attention on clock advance/retreat (twice a year). But it's open source so one can fix it! :) – n611x007 – 2013-09-30T16:51:35.963

71

You can actually accomplish this using the system clock.

  1. Click on the tray clock
  2. At the bottom, click Change date and time settings
  3. Click the Additional Clocks from the top menu bar
  4. Tick Show this clock and modify the time zone to suite your needs.
  5. Hit Apply

Example:

enter image description here

happy_soil

Posted 2013-09-23T11:56:32.067

Reputation: 2 339

1Does not show on taskbar unless you hover. – ssaltman – 2016-01-14T16:20:14.037

4Quite nice, didn't notice it (shame on me!) and comes very close to what I wanted. On the nitpick, it's not always visible, one has to hover/click. Wouldn't say it's uncomfortable, but still one step behind of being able to do just a glimpse while reading. – n611x007 – 2013-09-23T13:03:13.483

14

Since your using Windows 7 the clock desktop gadget is one option. You can have multiple, name them and make them always on top. There are alternative versions that are more compact with similar settings.

Two Windows 7 desktop clock gadgets

Brian

Posted 2013-09-23T11:56:32.067

Reputation: 8 439

2setting them always on top, with different skins, gives an easy to spot information at first glance. to problems though: not digital, harder to match logs with; won't dock, so other windows can go under it. I placed it on my second screen for the latter reason. Any idea how to improve on these two points? – n611x007 – 2013-09-24T12:50:25.280

2

When you set up multiple time zones to display with the system clock, then hover your mouse pointer over the system clock's display on the taskbar, you will see all of the clocks that you have set up.

srm601

Posted 2013-09-23T11:56:32.067

Reputation: 21

This would be a better answer if it described how to set up multiple time zones — but I realize that it is explained in another answer to this question, and it's not very hard to figure out. – Scott – 2015-11-12T23:23:06.353