A compact Windows desktop widget for tracking multiple time zones at a glance.
It starts with USA Eastern, USA PST, Morocco, and China clocks, and includes settings so you can add any country, city, or time zone supported by Windows.
- Compact always-on-top clock widget
- Full view with seconds, date, city, and UTC offset
- Add, remove, rename, and reorder clocks
- Search Windows time zones from the settings window
- Hide to the Windows tray and restore with a double-click
- Starts automatically with Windows
- No cloud account, tracking, or paid subscription
Download or clone this repository, then run:
powershell -ExecutionPolicy Bypass -File ".\Install-WorldTimeWidget.ps1"The installer builds the widget locally, places it in %LOCALAPPDATA%\CodexWorldTimeWidget, creates Desktop and Start Menu shortcuts, creates a Startup shortcut, and launches it.
S: open settingsF: switch from compact view to full viewC: switch from full view back to compact viewH: hide to the Windows trayx: exit completely
Double-click the tray icon, or right-click it and choose Show, to bring the widget back.
Open settings with S, then:
- Click
Add. - Set the display name, such as
USA California,UAE, orLondon. - Set the city/place label.
- Search the time zone box and choose the closest Windows time zone.
- Click
Save.
The clock list is saved locally at %LOCALAPPDATA%\CodexWorldTimeWidget\clocks.tsv.
Eastern Standard Timefor New York / Eastern TimePacific Standard Timefor Los Angeles / PST and PDTMorocco Standard Timefor CasablancaChina Standard Timefor Beijing
powershell -ExecutionPolicy Bypass -File ".\Uninstall-WorldTimeWidget.ps1"World Time Widget stores only local display settings and your chosen time-zone list on your own computer. It does not collect analytics, send data to a server, or require an account.
MIT
