Knowledge Base
How to Change PHP Time Zone in Shared Hosting
When your website shows incorrect time due to PHP configuration. This article explains how to change the PHP time zone by updating the date.timezone setting in the php.ini file, with an example for reference.
User can edit the PHP time zone by editing the parameter "date.timezone " in php.ini.
EXAMPLE:
date.timezone = "UTC"
Did you find this article helpful?