I know that I can display time for a particular location using only JavaScript (and no web service or external data source), but... I want to avoid using this solution because I don't want to have to account for daylight savings time, and any other factors that make it complicated.
I'm looking for an easier way to display the time and always for a particular city (or zip code, or whatever identifier works...).
For example, I want a page to always say:
The current time in Miami is "X"
(where "X" should be replaced by the current time in Miami)
Is there a web service (or any other method) where I can post some identifier (city name, zip code, etc) and get back the time?