Part of the digital toolset of SavantTools.com  

Add a world time clock widget to your website.

The Time-In.info clock widget is the most clean, simple, and easy way to put information from any place in the world on your website.

To show the time for a different location, do another search and click on the link add time to your site.

Add the following HTML code to your web page.Preview
Option 1: Updating time with seconds. Use /widget/place-name
Option 2: A 24 hour clock.   Add "/24/" to the URL, for example /widget/24/place-name
Option 3: Updating time without seconds.   Add "/noSec/" to the URL, for example /widget/noSec/place-name
Option 4: Add a time search box to your site. Use only /widget/
Option 5: Non-updating time. Use /widget/noUpdate/place-name
To show a static time that does not change until the page is reloaded,
simply add "/noUpdate/" anywhere in the URL of Option 1 above.

Edit any part of the code to fit your website.
For example, to change the height and width, edit "height: 65px; width:150px;".
To add a border, use "border:1" and "frameborder=1".
To add padding inside the border, add "padding:5px;" to the style.
To change the background color, add "/color/" to the URL path, and "background-color:" to the style.
Example with a border, padding, and light blue background.