Skip to content

Commit 42bb604

Browse files
Merge branch '3.3' into 3.4
* 3.3: Random fixes Docblock fixes [HttpKernel] Enhance deprecation message [SecurityBundle] Fix the datacollector to properly support decision.object being null
2 parents bedabce + be2c323 commit 42bb604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/Core/Type/DateType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public function getBlockPrefix()
285285
private function formatTimestamps(\IntlDateFormatter $formatter, $regex, array $timestamps)
286286
{
287287
$pattern = $formatter->getPattern();
288-
$timezone = $formatter->getTimezoneId();
288+
$timezone = $formatter->getTimeZoneId();
289289
$formattedTimestamps = array();
290290

291291
$formatter->setTimeZone('UTC');

0 commit comments

Comments
 (0)