mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[feature/new-tz-handling] Correct capitalisation of phpbb_datetime.
PHPBB3-9558
This commit is contained in:
parent
3559d20624
commit
b2a812e36b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue