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.
1 parent 7dcd7e7 commit c4f7b3aCopy full SHA for c4f7b3a
Extension/Core/Type/DateType.php
@@ -268,7 +268,7 @@ public function getName()
268
private function formatTimestamps(\IntlDateFormatter $formatter, $regex, array $timestamps)
269
{
270
$pattern = $formatter->getPattern();
271
- $timezone = $formatter->getTimezoneId();
+ $timezone = $formatter->getTimeZoneId();
272
$formattedTimestamps = array();
273
274
if ($setTimeZone = \PHP_VERSION_ID >= 50500 || method_exists($formatter, 'setTimeZone')) {
0 commit comments