I'm seeing a strange issue that only became apparent when looking in an accounts php error_logs. The date.timezone is correctly set in the server's php.ini to the appropriate time zone of the server - but all PHP log entries are displayed as UTC. This is happening on all our servers with all PHP versions.
I've looked into it and noticed there was a bug in older versions of PHP where the logging ignored the date.timezone setting - but that was back in version 5.3 and was apparently fixed. This is definitely a new issue. It has been working fine for some time until recently.
I have confirmed via phpinfo that the correct date.timezone is being used. It's just the error logs that seem to be producing entries in UTC.
I'm wondering if anyone else has experienced this same issue?
I've looked into it and noticed there was a bug in older versions of PHP where the logging ignored the date.timezone setting - but that was back in version 5.3 and was apparently fixed. This is definitely a new issue. It has been working fine for some time until recently.
I have confirmed via phpinfo that the correct date.timezone is being used. It's just the error logs that seem to be producing entries in UTC.
I'm wondering if anyone else has experienced this same issue?