List of valid PHP Time Zones

To change the time zone for PHP on the server you must edit the PHP.ini file.

PHP Code:
date_default_timezone_set("TIMEZONE HERE");  
You can find a list of acceptable timezone entries at: http://php.net/manual/en/timezones.php
  • 0 Users Found This Useful
Was this answer helpful?

Powered by WHMCompleteSolution