If you are unable to change the time zone using PHP functions in your script, then you can change it using the .htaccess file.
You need to add this line to the .htaccess file: php_value date.timezone Europe / Moscow
Remember that you need to provide the abbreviation for your time zone.
- 139 Users Found This Useful