We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2498b6a + c4f7b3a commit 55aa6d6Copy full SHA for 55aa6d6
Extension/Core/Type/DateType.php
@@ -303,7 +303,7 @@ public function getBlockPrefix()
303
private function formatTimestamps(\IntlDateFormatter $formatter, $regex, array $timestamps)
304
{
305
$pattern = $formatter->getPattern();
306
- $timezone = $formatter->getTimezoneId();
+ $timezone = $formatter->getTimeZoneId();
307
$formattedTimestamps = array();
308
309
if ($setTimeZone = \PHP_VERSION_ID >= 50500 || method_exists($formatter, 'setTimeZone')) {
0 commit comments