ADVERTISEMENT

In this tutorial, I am going to show you a quick explaination how to change time zone on CentOS 7. Follow these steps to change time zone on Centos 7:

I use Asia/Jakarta for time zone. To do that, we create a symbolic link from Jakarta file to /etc/localtime.

rm /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Jakarta /etc/localtime
date

ADVERTISEMENT