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 = “US/Central”
Replace “US/Central” with the timezone from here that corresponds to the time you want to display.
Once you have entered the desired time zone, click the Save Changes button to save the file.
Now, you can check your phpinfo.php page to verify the change took place.

timezone

Originally posted on February 22, 2018 @ 5:32 pm

Leave a comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.