Then your date is still not set right, regardless of what the host says.
Add this to your includes/config.php
See:
http://php.net/manual/en/function.da...mezone-set.php
You would use something like:
date_default_timezone_set ('America/Los_Angeles');
You can find all timezones here:
http://www.php.net/manual/en/timezones.php
Code:
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = "America/Los_Angeles"
; http://php.net/date.default-latitude
date.default_latitude = 34.3981
; http://php.net/date.default-longitude
date.default_longitude = 118.1358
; http://php.net/date.sunrise-zenith
;date.sunrise_zenith = 90.583333
; http://php.net/date.sunset-zenith
;date.sunset_zenith = 90.583333