3
I think what he means is that it is using XOOPS server timezone and not the XOOPS user time zone.
formatTimestamp( $time, $format = "l", $timeoffset = "" )
Using the 3rd parameter for this function to adjust the timeoffest for the user.
I might be wrong of course :)