Kent
(@sysadminsproutbuildercom)
On PHP 5.3.0 and above the TZ environment variable is not used for the default timezone by the Date Time functions. See date_default_timezone_get(). You can set date.timezone in your php.ini as date.timezone = "US/Pacific" or in .htaccess with (I think) php_value date.timezone "US/Pacific".