Is it possible to read in the user's local timezone from the browser when they go to our website? Either logging in or where they are already logged in?
Reason: I would like to read the local time zone when they go to our URL (MVC asp.net web application) and store that in memory while they are in the application so we can convert to their local timezone from our UTC datetimes that are stored in the database.
Thanks.