Time Zone Settings

Create / Edit  .htaccess file in the public_html folder and Add the following line to set the PHP Timezone to India.

SetEnv TZ Asia/Calcutta

This will change the timezones to IST to Apache and PHP.

  • 3 Users Found This Useful
Was this answer helpful?

Related Articles

How to deploy laravel project in linux shared hosting

Laravel is not designed for shared hosting providers. If you can afford a bit more, we suggest to...

Restrict access to upload folders

To restrict accessing / executing php or other scripts from uploads or other restricted folders,...