Hey,
> $dateTime = new DateTime('@'.$this->date);
> $dateTime->setTimezone(new DateTimeZone(date_default_timezone_get()));
> return $dateTime;
Couldn't we do this inside Extbase for all DateTime objects we create --
and then the issue is solved correctly?
Greets,
Sebastian