Weird question - how do I get timezone info from the client's browser?

SunnyD

Belgian Waffler
Jan 2, 2001
32,674
146
106
www.neftastic.com
I'm trying to write up some scripts, and realized that my webhost is over in Europe! I'm trying to test out my script to pull up something based on the current time, but using PHP's date function returns the local time of the server, and I need to compensate for the browser!

Is this one of those I need to have the user login and supply timezone info things?