I have a table in a html page that has sites across the country. I want to add a column with the current time at each site.
There are three problems that I need to solve. First is how to have multiple clock on the same page. Second is having them in different time zones. Third is dealing with daylight savings time.
I have tried a couple different html and JavaScript clock but cannot get more that one instance to display.
I've figured out how to modify the clocks to add or subtract hours, but I haven't figured out how to display different clocks at the same time.
One of the sites is in AZ where they don't do daylight savings time. So it would be nice to use something like Moment Timezone to control the different clocks.
I'm very limited in my understanding of JavaScript, so I could really use some help figuring this stuff out. I really haven't found anything that tells me how to fix my problems in simple enough language for me to understand.