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