Tested tool guide
Tested browser tools
Checked August 16, 2026
What World Clock Dashboard does, with a checked example
This dashboard draws one analog face and one digital readout per city you add, each driven by your device's system clock plus that city's current UTC offset, so every panel ticks forward together in real time rather than being a static snapshot. A small sun or moon marker beside each clock flags whether that city is presently in daytime or nighttime hours. What trips people up is that the offset applied is whatever is correct for today's date: a city added months ago can shift by an hour on its own when that region's daylight saving start or end date passes, even though nothing on screen was touched.
Worked example
A concrete input and expected output from the current implementation.
Input
Add New York, London, and Tokyo, with the dashboard's reference moment at 14:00 UTC on 2026-08-16
->
Expected output
New York shows 10:00 (daytime marker), London shows 15:00 (daytime marker), Tokyo shows 23:00 (nighttime marker)
On that date New York runs EDT (UTC-4), London runs BST (UTC+1), and Tokyo's JST has no daylight saving (UTC+9), so 14:00 UTC becomes 10:00, 15:00, and 23:00 respectively.