Re: Last change of configuration file
Posted: Tue Feb 22, 2011 3:05 pm
Ok, I think you might have a timezone issue in PHP. I think PHP defaults to either US-Chicago or Los Angeles time if it doesn't have a timezone defined. (This isn't necessary in some releases of PHP, mainly newer versions).
You'll probably have to define your timezone in the /etc/php.ini file.
Add something like:
to your /etc/php.ini file
Timezone codes listed at:
http://nz.php.net/manual/en/timezones.php
Once you've set this to your timezone, do:
You'll probably have to define your timezone in the /etc/php.ini file.
Add something like:
Code: Select all
date.timezone = Etc/GMT-13Timezone 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