Try joining as a guest, what does it shows in the footer?
It might be saved as GMT +8 for you before you changed it to GMT +7 for the Forum.
if that is the case for your username + all members then
this SQL command will change it to GMT +7 for all your current members
PHP Code:
UPDATE user SET `timezoneoffset` = 7
don't forget to use the
prefix in front of 'user' if your forum uses prefixes.
Always a good idea to
Backup your table /database before you make such a change.
Cheers.