igor Any chance you could set date.timezone = UTC in main php.ini file? It's currently not set at all. I'm not sure what is considered best practice, but it is set to UTC on couple of other hosting companies I have access to (including WF).
sean igor not dismissing this request, but server time is already UTC. What are you going to gain from this setting?
igor I will not get following error messages when I do not set it in .user.ini/php.ini settings for each app: DateTime::__construct(): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. date(): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone.