Quote:
Originally Posted by Diva
I'm sorry to be a pest, but do you mean to change the [-8] to [6] to get the correct time? Here is my World Times Page. As you can see, the time is off by 2 hours. My forum time is correct.
|
Change this line (in worldtimes.php):
PHP Code:
$servertime = ($timeoffset - ($timediff+5));
to this:
PHP Code:
$servertime = ($timeoffset - ($timediff+7));