March 24, 2008
Filed Under (Linux HOW TOs) by admin on 24-03-2008

Change directory to find your city time zone:

# cd /usr/share/zoneinfo

In our case it is:

Asia/Manila

To change:

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

To verify it is correct:

# date

You should see something similar to this:

Mon Mar 24 07:10:11 PHT 2008

That’s it!

Tags: linux, timezone

Related posts



You must be logged in to post a comment.