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 a70fa6f commit 32056a0Copy full SHA for 32056a0
src/Bridge/Log/SymfonyAccessLogDataMap.php
@@ -318,8 +318,11 @@ public function getRequestTime(string $format): string
318
if ($icuFormat !== $this->dateFormatterIcuFormat) {
319
$this->dateFormatter = new IntlDateFormatter(
320
null,
321
- timezone: date_default_timezone_get(),
322
- pattern: $icuFormat
+ IntlDateFormatter::FULL,
323
+ date_default_timezone_get(),
324
+ null,
325
+ $icuFormat
326
);
327
$this->dateFormatterIcuFormat = $icuFormat;
328
}
0 commit comments