Showing posts with label How to change Date. Show all posts
Showing posts with label How to change Date. Show all posts

Saturday, July 7

How to change Date, Time and Time Zone in Linux


In Redhat based distro, here’s a quick solution to change your time zone to PST/PDT:

$ mv /etc/localtime /etc/localtime.Old && ln -s /usr/share/zoneinfo/PST8PDT /etc/localtime
Other commands: