mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
And a similar fix for getntpoffset()
This commit is contained in:
parent
247d678ec0
commit
a2553c138b
@ -116,7 +116,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
return (int)($server_time - $this->gmtnow / 3600);
|
||||
return (int)(($server_time - $this->gmtnow) / 3600);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user