停止系统时间同步更新 sudo systemctl stop systemd-timesyncd 设置系统时间 sudo date -s "2023-09-21 14:30:00" 最后不需要了将同步时间服开启 sudo systemctl start systemd-timesyncd