Skip to content

Commit 2c09859

Browse files
agnetemoostuj
andauthored
Update src/Feed/BrndFeedType.php
That is a fine idea. I just dont have time to do it before thursday or friday next week. Co-authored-by: Troels Ugilt Jensen <6103205+tuj@users.noreply.github.com>
1 parent c922996 commit 2c09859

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Feed/BrndFeedType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function getData(Feed $feed): array
9494

9595
private function parseBrndBooking(array $booking): array
9696
{
97-
$tz = new \DateTimeZone('Europe/Copenhagen');
97+
$tz = new \DateTimeZone(self::BRND_API_TIMEZONE);
9898
// Parse start time
9999
$startDateTime = null;
100100
if (!empty($booking['dato']) && isset($booking['starttid']) && is_string($booking['starttid'])) {

0 commit comments

Comments
 (0)