Set TimeZone via php.ini Print

  • 2

  • How to Set the PHP Timezone:

 

  • Open your php.ini file with the File Manager in cPanel

 

  • Add the following line of code to top of your php.ini file

 

  • date.timezone = "Asia/Singapore"

 

  • Replace "Asia/Singapore" with the timezone from here that corresponds to the time you want to display.

 

  • Once you have entered the desired timezone, click the Save Changes button to save the file.

 

  • Now, you can check your phpinfo.php page to verify the change took place.

Was this answer helpful?

« Back