Step 1
ln -s /usr/share/zoneinfo/Asia/Almaty /etc/localtime
Step 2
touch /etc/sysconfig/clock
I have set the following content to the file:
ZONE="Asia/Almaty"
UTC=true
ARC=false
Step 3
reboot
ln -s /usr/share/zoneinfo/Asia/Almaty /etc/localtime
touch /etc/sysconfig/clock
I have set the following content to the file:
ZONE="Asia/Almaty"
UTC=true
ARC=false
reboot