You'll probably have to define your timezone in the /etc/php.ini file.
Add something like:
Code: Select all
date.timezone = Etc/GMT-13
Timezone codes listed at:
http://nz.php.net/manual/en/timezones.php
Once you've set this to your timezone, do:
Code: Select all
service httpd restart