And a similar fix for getntpoffset()

This commit is contained in:
Miles Lott 2004-01-15 08:55:48 +00:00
parent 247d678ec0
commit a2553c138b

View File

@ -116,7 +116,7 @@
}
else
{
return (int)($server_time - $this->gmtnow / 3600);
return (int)(($server_time - $this->gmtnow) / 3600);
}
}