rm /etc/localtime
ln -s /usr/share/zoneinfo/Universal /etc/localtime
或
timedatectl #查看时间
系统时间system time:
查询方式:date
修改方式:date -s "Wed May 20 06:08:10 UTC 2020"
特 点:设置后,重启失效。
硬件时间hardware clock:
查询方式:hwclock --show
修改方式:hwclock --set --date "Wed 20 May 2020 06:05:03 AM UTC"
特 点:关机时仍然运行。
设置时间永久生效:
系统时间同步硬件时间
hwclock --hctosys
hwclock -s
#ntp时间
vim /etc/network/interfaces
dns-nameserver 114.114.114.114
sudo /etc/init.d/networking restart
apt install ntp
apt update
systemctl status ntp