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 d0028ce commit 18670a3Copy full SHA for 18670a3
library/Notifications/Widget/TimeGrid/DaysHeader.php
@@ -59,7 +59,8 @@ public function assemble(): void
59
$dateFormatter = new IntlDateFormatter(
60
Locale::getDefault(),
61
IntlDateFormatter::MEDIUM,
62
- IntlDateFormatter::NONE
+ IntlDateFormatter::NONE,
63
+ ScheduleDateTimeFactory::getDisplayTimezone()
64
);
65
66
for ($i = 0; $i < $this->days; $i++) {
0 commit comments