@murgero Thanks for the reply, but I allready knew how to get in the console.
Problem was the php.ini and what to put in there.
For all who are searching:
Add to "/app/data/php.ini" the line:
date.timezone = Europe/Berlin
If you are not in the timezone Europe/Berlin, find the correct one here:
https://www.php.net/manual/en/timezones.php
Problem solved.