Solution:
- # cd usr/local/etc/
- ee php.ini
- Search keyword: date.timezone
- Read reference setting: http://www.php.net/manual/en/timezones.asia.php
- Change / add timezone
date.timezone = "Asia/Kuala_Lumpur" - Checking date in server
#date
- if not same you have to setting up using this command
#ntpdate asia.pool.ntp.org - Restart APACHE service
#/usr/local/etc/rc.d/apache22 restart