# timedatectl set-timezone UTC服務器
# timedatectl set-time "YYYY-MM-DD HH:MM:SS"orm
# timedatectl set-time "HH:MM:SS"io
# timedatectlform
咱們能夠看到,服務器時間類型更改成UTC了class
# ll /etc/locatimedate
lrwxrwxrwx. 1 root root 25 1月 14 08:30 /etc/localtime -> ../usr/share/zoneinfo/UTCfile
其實是作了一個將 方法
文件 /etc/localtime 作了一個軟鏈接到 /usr/share/zoneinfo/UTCim
# ln -s /usr/share/zoneinfo/UTC /etc/localtimeimg
ln: 沒法建立符號連接"/etc/localtime": 文件已存在
# ln -sf /usr/share/zoneinfo/UTC /etc/localtime
作軟鏈接時,須要加 -f 參數,強制覆蓋,否則會顯示軟連接已存在
# timedatectl set-time "YYYY-MM-DD HH:MM:SS"
# timedatectl set-time "HH:MM:SS" //只設置時分秒
# timedatectl