This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Time Zone Clocks using javascript

Okay, less than overwhelming response on this (none).  I've updated the formatting for an improved look.  Simply copy and paste the code in the timeZones.txt file into a custom html resource.

Thwack has been an awesome resource that has provide many beneficial resources.  Hoping to give back a little to the community and that you may find this resource useful.

Building on an idea from 'branfarm' where he inserts time zone clocks using links to a free website called 'timeanddate.com', I wanted to replace the links to this website with pure javascript that leverages the server time.

After a bit of searching, I found the basis of what I was looking for here: javascript source code: world clock‌ and with minor modifications was able to come up with what I was looking for which was essentially below:

timeZoneClocks.png

Steps:

1.  From the 'miscellaneous' section, add a 'custom html' resource to your page.

2.  Copy and past the attached script and click submit.  It's that simple.

3.  If you would like to change the clocks included or the look of the clocks, you will have to edit the attached file.