This article explains how to change the PHP time zone.
Procedure
Simply add this to your .htaccess file:
SetEnv TZ Continent/City
For example:
SetEnv TZ Europe/Paris
Here is the list of supported time zones: https://www.php.net/manual/en/timezones.php.