Skip to content

Analog Clock Widget

A clean SVG analog clock that ticks at sub-second precision and respects light or dark themes. Customize the time zone, theme, and display options through query-string parameters and copy the iframe snippet to embed it on any page.

Embed code

Copy and paste the snippet below. Change tz= to any IANA time zone (for example America/New_York, Asia/Tokyo, or UTC).

<iframe
  src="https://timedate.now/widgets/analog-clock/embed/?tz=Europe/London&theme=light"
  width="300"
  height="320"
  style="border:0"
  loading="lazy"
></iframe>

Parameters

NameTypeDescription
tz IANA zone The time zone to display. Defaults to UTC. See all IANA zones.
theme light or dark Color scheme. Defaults to the visitor's system preference.
label 0 or 1 Set to 0 to hide the time-zone label. Defaults to 1.

Tips

Looking for the live (non-embed) version? Browse the world clock or pick any city for a full page with sun, moon, and calendar.

Related tools

Widget pages should connect both to the embed directory and to the live reference pages they extend.