Yes, I know there are a lots of other topics about it, but my problem is here:
I only can use
date_format(new DateTime($ymd_date_from_db), “d.m.Y H:i:s“
when I set the timezone in my php. but I dont want to set it, because there is no need for timezone, because the timestamp value is already in $ymd_date_from_db - so i dont want to set timezone in php in addition to that. also date(....) does not work:
"It is not safe to rely on the system's timezone settings "
- same problem , it wants me to set timezone in php.
Are there other solutions?