解决办法:设置系统时间以后同步系统时间为硬件时间: 一、设置系统时间,如下: date -s "2021-12-23 18:11:56" 二、把系统时间同步为硬件时间 hwclock --systohc ``` #### 三、重启服务 ``` reboot ```