Linux系统更改系统时区

查看当前所在时区:

[root@monitor ~]# ll /etc/localtime 
lrwxrwxrwx 1 root root 35 1月 2 10:35 /etc/localtime -> ../usr/share/zoneinfo/Europe/London
[root@monitor ~]#

查看时区列表:

[root@monitor ~]# timedatectl list-timezones  | grep Shanghai
Asia/Shanghai

更改当前时区:

[root@monitor ~]# timedatectl set-timezone Asia/Shanghai

2019年1月2日10:40:53

THE END