How do I change my TimeZone? Print

  • 8

To use your timezone instead of the server's timezone simply open your .htaccess file located in the public_html directory and add the following line:
SetEnv TZ TIME_ZONE_HERE

where TIME_ZONE_HERE is the specific timezone you want to define.

A list of Supported Timezones can be found here:
http://www.php.net/manual/en/timezones.php

Was this answer helpful?

« Back

Powered by WHMCompleteSolution