Changing System Time Zone

Execute this command as root:

ln -sf /usr/share/zoneinfo/Asia/Manila /etc/localtime

If the server is running MySQL, you may also need to restart the following services:

/etc/init.d/crond restart
/etc/init.d/mysqld restart