Merge branch '3.3.x'

This commit is contained in:
Marc Alexander 2022-08-26 21:46:56 +02:00
commit 7b677c40aa
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -97,7 +97,7 @@ class helper
if (empty($offset_string))
{
$zone_offset = $this->user->create_datetime()->getOffset();
$offset_string = phpbb_format_timezone_offset($zone_offset);
$offset_string = phpbb_format_timezone_offset($zone_offset, true);
}
return gmdate("Y-m-d\TH:i:s", $time + $zone_offset) . $offset_string;