Quote:
Originally Posted by Boofo
Do you have a test account set up where I can look at the World Times?
|
I will PM you details.
EDIT:
Quote:
Originally Posted by Boofo in PM
Ok, I see the problem. Your server is not set on GMT time, right? The line in the worldtimes.php is for servers set on GMT time. We need to adjust that line according to what time your server is actually on.
This line:
$servertime = ($timeoffset - ($timediff+2)); //Server is on GMT time
is GMT time. We need to change the 2 to match whatever your server time is set to, not the vb setting, but the actual server time. Does that make any sense?
Try -10 instead of +2 and let me know what you get.
|
Work like a charm! Thanks for your help Bob!