How to Change Timezone on CentOS 8


Changing Timezone in Centos

>> timedatectl list-timezones

>> su -
>> timedatectl set-timezone  your-time-zone


Cheking the Current Timezon

>>   timedatectl

System timezone is configured by symlinking  /etc/localtime to a binary timezone.

>> ls -l /etc/localtime

Comments