Display and Change Timezone in Linux

Display current time zone:
Change time zone:
Current machine's time zone information is decided by config file /etc/localtime.
In the folder of /usr/share/zoneinfo, there are many time zones available for using. Copy the content into /etc/localtime to change the time zone.

Use below command to change the time zone to what you want.

Comments