昨天增加一台服务器的时候,突然出现了这个问题,

时区设置与网络都是正常的,经过一番搜索,找到以下解决方法:

#当时区设置错误时的解决方法
dpkg-reconfigure
#Set to Asia/Shanghai
#当时区设置正确,网络正常链接的解决方法
apt install ntpdate
ntpdate cn.pool.ntp.org
#hwclock --systohcCode language: PHP (php)

于此时间校对正常。


了解 Starx's Home 的更多信息

Subscribe to get the latest posts sent to your email.

分类: Linux

0 条评论

发表评论

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据