mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 11:09:04 +01:00
One more stupid mistake for the datetime class.
This commit is contained in:
parent
40df324cf5
commit
6d47da13a3
@ -65,7 +65,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
$this->gmtnow = $this->getbestguess();
|
||||
$this->gmtnow = time() - ($this->getbestguess() * 3600);
|
||||
}
|
||||
}
|
||||
$this->users_localtime = $this->gmtnow + $this->tz_offset;
|
||||
|
Loading…
Reference in New Issue
Block a user