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>
You could do it on the client with moment-timezone and send the value to server; sample usage:
> moment.tz.guess() "America/Asuncion"