Local Time Conversion Code/Script

We facilitate webinars/conferences and post the date/time of the events on our website. Presently, we list the times in various United States time zones to make it easier for viewers to determine what time the event will take place within their time zone. However, posting the date/time in all the time zones makes the event calendar look too busy, cluttered, and somewhat confusing.

Is anyone aware of an html code/script that would allow me to post the times in my time zone (Mountain Standard Time) to where the time is automatically converted to the viewers local time on their computer? If there is a code/script of this nature, then I wouldn’t need to worry about the time zone issue. Thanks.
 

bees

New Member
You could use a combination of PHP date() function, with an if statement to offset the time shown to the viewer.

Hope that helps... a little?

:eek:
 
Top