Is it possible on a web server to determine the users local time and timezone when they sent the request?
Could it be done using javascript to capture it and post it back to the server?
My company want to track how many users use our site outside of office hours (no I dont really know why either!).
Thanks.
You need to put the client’s JavaScript time into a hidden field, and assume their clock is set properly.