I am not into web (client/server)application development, but had this question for sometime -
If some web browser (IE/Firefox) makes a connection to some website, is it possible for the web server to find out the timezone of the client, or current local time of the client place, and display the same on the page.
If yes then how is the time zone found out? Does the client play any role in this process or server alone can do this task without any input from client?
-AD