1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-24 02:21:43 +02:00

[feature/new-tz-handling] Correct capitalisation of phpbb_datetime.

PHPBB3-9558
This commit is contained in:
Chris Smith
2010-04-20 21:01:20 +01:00
committed by Oleg Pudeyev
parent 3559d20624
commit b2a812e36b

View File

@@ -2093,7 +2093,7 @@ class user extends session
$utc = new DateTimeZone('UTC');
}
$time = new phpbb_DateTime("@$gmepoch", $utc, $this);
$time = new phpbb_datetime("@$gmepoch", $utc, $this);
$time->setTimezone($this->tz);
return $time->format($format, $forcedate);