I have a bunch of GMT times stored in a database. Is there a way that I can get the browser\'s timezone so that I can print the time in the users timezone(ie EST)? Or is there a different way to get my desired results.
TIA
Hmm..... don't think so..... at least not using PHP anyways. Call phpinfo(), all the info that the browser transmits to the server during an HTTP REQUEST transaction is listed at the bottom in the HTTP Headers Information section. HTH.
geoff