Knowledge Base

How to edit the default PHP Timezone for my account?

To edit the default PHP timezone for your account, just edit the .htaccess-file in your public_html folder. If one does not exist, create it. At the top, add the following:

php_value date.timezone 'Region/Zone'

Example:

php_value date.timezone 'Asia/Manila'

Please rate this article to help us improve our Knowledge Base.

0 0