Automatic detect of time zone?

agent_orange

124.***.***.***
1,847 days ago

Automatic detect of time zone?

I asked the members of the site to give their time zone.

How do I automatically show their local time? :confused:

Darkneoboi

68.***.***.***
1,846 days ago
I don't think there is a way to automatically gives a user's time zone. But there are ways to offset it to their timezone if they set it. I know you can do this with PHP 5 but I don't know about PHP 4.

agent_orange

124.***.***.***
1,845 days ago
Oh ok, I thought there was a way to automatically display a member's local time. :-) If it's complicated I won't bother with it anymore since I'm still technically a PHP idiot.

mtajim

202.***.***.***
1,838 days ago
You can use Time function. It can automatically show the users System time

clookid

203.***.***.***
1,757 days ago
I am not sure if you can even do thus in PHP, I always though that it was JavaScript! I learnt a little here too!

joshfraz

216.***.***.***
1,694 days ago
The best way to detect a visitors timezone is with JavaScript. You can read more and download sample code at:

http://onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/