Skip to content

Word Clock Widget

A grid of letters where the relevant ones light up to spell the current time, rounded to the nearest five minutes. Inspired by the Qlocktwo design language. 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/word-clock/embed/?tz=Europe/London&theme=light"
  width="400"
  height="400"
  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.