That's great! You do also need to set the server time zone as well, otherwise your time is still off.
Find this code in both shoutbox.php and index.php after adding the code by poseidon:
PHP Code:
($bbuserinfo['timezoneoffset']*3600));
Replace with this:
PHP Code:
(($bbuserinfo['timezoneoffset']+x)*3600));
where x=7 or 10 or whatever your server timezone offset is.
Thanks! It's working great...