PDA

View Full Version : Time Problem


harved2
Wed 19th Mar '08, 1:51pm
Hey,

When i try change the timezone in my AdminCP it doesn't change it on my forum.

I've re-uploaded all the .php files and still no luck.


Any help?

Thanks! :(

Wayne Luke
Wed 19th Mar '08, 2:04pm
The timezone offset in the Admin CP is used for guest users only. Each user would have to adjust their own timezone in their User CP.

harved2
Wed 19th Mar '08, 2:31pm
The timezone offset in the Admin CP is used for guest users only. Each user would have to adjust their own timezone in their User CP.

Okay, is there anyway i can change the default timezone in each users CP?

Oh and in my user CP it's set to GMT but it's not displaying GMT on the forum.

Wayne Luke
Wed 19th Mar '08, 2:50pm
You would have to run a query to update all users.

update user set timezoneoffset = 'X';

If you are set to GMT and it is not showing GMT then either you have Daylight Savings on in the User Control Panel or the server time is incorrect. If it is the later, there are a lot of other problems being introduced because of it.