GlobalTimeAtlas

Free embeddable clocks

Add a world clock widget to your website

Use a lightweight GlobalTimeAtlas iframe to show the current local time for a city or country on travel guides, school pages, remote-work resources, event pages, and community sites. The widget updates in the visitor's browser and links back to the full time page for more details.

City clock iframe

Replace paris with any city slug from the city directory.

<iframe
  src="https://globaltimeatlas.com/embed/city/paris"
  title="Paris time now"
  width="100%"
  height="190"
  style="border:0;max-width:420px"
  loading="lazy">
</iframe>

Country clock iframe

Replace japan with any country slug from the country directory.

<iframe
  src="https://globaltimeatlas.com/embed/country/japan"
  title="Japan time now"
  width="100%"
  height="190"
  style="border:0;max-width:420px"
  loading="lazy">
</iframe>

Simple attribution link

If your website does not allow iframes, add a regular link to the matching GlobalTimeAtlas city or country page. This is useful for travel articles, event pages, and resources that mention arrival times, hotel check-in, or international calls.

<a href="https://globaltimeatlas.com/city/paris">
  Current time in Paris
</a>