Skip to content

Text Clock Widget

A clock that spells the current time in plain English, rounded to the nearest minute. Friendly and unique on a sidebar or about page. 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/text-clock/embed/?tz=Europe/London&theme=light"
  width="400"
  height="220"
  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.