MyBB Community Forums

Full Version: Date Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My Admin Panel Date And
Forum Threads,Registration and who is online date are different
Set to Yes the option "Day light savings time".
Same Problem
Setting the Administrator time settings will only effect guests and new registrations - for your personal settings to change you will have to alter your User CP settings.

Have you checked them? Smile
I want To Correct Date For All Users............
Run this query:
UPDATE `mybb_users` SET `timezone` = 'X';

X is where the timezone goes, for example, to set all users to have the timezone GMT +10, you would change the X to 10, and for GMT -8, you would make the X -8.
Thank you Sir