One more stupid mistake for the datetime class.

This commit is contained in:
skeeter 2002-09-02 02:39:36 +00:00
parent 40df324cf5
commit 6d47da13a3

View File

@ -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;