linux修改服务器时间为UTC的方法

# ln -sf /usr/share/zoneinfo/UTC /etc/localtime

更改时区

timedatectl set-timezone America/New_York

timedatectl set-timezone UTC

硬件时钟与系统时钟间的同步
从硬件时钟同步时间至系统时钟

hwclock --hctosys

source /etc/profile

Leave a Reply