Skip to content

Commit 55aa6d6

Browse files
Merge branch '2.7' into 2.8
* 2.7: Docblock fixes
2 parents 2498b6a + c4f7b3a commit 55aa6d6

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
@@ -303,7 +303,7 @@ public function getBlockPrefix()
303303
private function formatTimestamps(\IntlDateFormatter $formatter, $regex, array $timestamps)
304304
{
305305
$pattern = $formatter->getPattern();
306-
$timezone = $formatter->getTimezoneId();
306+
$timezone = $formatter->getTimeZoneId();
307307
$formattedTimestamps = array();
308308

309309
if ($setTimeZone = \PHP_VERSION_ID >= 50500 || method_exists($formatter, 'setTimeZone')) {

0 commit comments

Comments
 (0)