forked from extern/egroupware
One more stupid mistake for the datetime class.
This commit is contained in:
parent
40df324cf5
commit
6d47da13a3
@ -65,7 +65,7 @@
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$this->gmtnow = $this->getbestguess();
|
$this->gmtnow = time() - ($this->getbestguess() * 3600);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$this->users_localtime = $this->gmtnow + $this->tz_offset;
|
$this->users_localtime = $this->gmtnow + $this->tz_offset;
|
||||||
|
Loading…
Reference in New Issue
Block a user