MyBB Community Forums

Full Version: change timezone of all members
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello team,
I have changed time zone of board to +5:30 (IST)

but it hasn't changed members time in UCP...

how to change it so that all members time in their UCP changes to +5:30 IST

Run this query in phpMyAdmin:
UPDATE `mybb_users` SET `timezone` = '5.5';
Nice,
this issue was also with me
but now solved,
hi
how to change it gmt -6.00

+5:30 IST = 5.5
GMT -6.00 = ??

ok solved

UPDATE mybb_users SET timezone = '-6';