Is there a standard way for a web server to be able to determine a user\'s timezone within a web page?
Perhaps from an HTTP header or part of the user-agent>
user-agent>
Easy, just use the JavaScript getTimezoneOffset function like so:
getTimezoneOffset
-new Date().getTimezoneOffset()/60;