昨天增加一台服务器的时候,突然出现了这个问题,
时区设置与网络都是正常的,经过一番搜索,找到以下解决方法:
#当时区设置错误时的解决方法
dpkg-reconfigure
#Set to Asia/Shanghai
#当时区设置正确,网络正常链接的解决方法
apt install ntpdate
ntpdate cn.pool.ntp.org
#hwclock --systohc
Code language: PHP (php)
于此时间校对正常。
了解 Starx's Home 的更多信息
Subscribe to get the latest posts sent to your email.
0 条评论