10 comments

[ 3.0 ms ] story [ 31.4 ms ] thread
chronos: A global clock designed to eliminate timezone confusion by displaying the UTC time (using letters) alongside the local time. It makes use of vector mathematics and a sprinkle of linear algebra. Written in TypeScript.

The idea is not mine, I just reimplemented what I saw elsewhere.

You can check the source here: https://github.com/overclockworked64/chronos

The text says "it's G:0 everywhere", but the short hand of the clock is pointing to P and not G. How come?
Small bug :) it's fixed now.
I'm still seeing the bug. I see you corrected the github repository, but is the correction propagated to the github.io online demo?
I think your browser has the page cached; I just tried both Firefox and Chromium and the bug is not there. When I load the page, it shows Q:28 (at the moment of writing this), and after I switch the timezone, it still displays that, i.e., the letter does not change. Please try fetching a fresh page and let me know if you continue to see the issue.
I'm still seeing it. The short hand of the clock should point to the same letter as mentioned in the textual time, right (which means that the inner dial with the letters has an angle determined by the time zone)? That isn't the case. (my timezone: US Central) https://imgur.com/a/wGvFoMc
(comment deleted)
Right, bug, sorry...onto fixing it