How World clock works
World Clock displays the current local time for a set of cities or IANA timezones side by side, updating live from your device's clock. Each clock panel shows the city name, the current time, the date and the UTC offset currently in effect. It uses the browser's Intl.DateTimeFormat API with the relevant IANA timezone identifier, so DST transitions are handled automatically without any server query.
Because everything derives from your device clock and local Intl data, the world clock works offline once the page is loaded. You can add and remove cities from the display to build a personalised panel of the locations you care about most. The tool does not call any time-sync API; it trusts your device's system clock, which in most cases is synchronised via NTP and accurate to within a second.