From cc707d05193f916f18141a61fc59f68d5ef7f3ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E5=88=80=E7=8B=90=E7=8B=B8?= Date: Sun, 7 Aug 2022 07:26:32 +0000 Subject: [PATCH] =?UTF-8?q?update=205.PVE=E9=85=8D=E7=BD=AE=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E8=99=9A=E6=8B=9F=E6=9C=BA.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 5.PVE配置模板虚拟机.md | 1 + 1 file changed, 1 insertion(+) diff --git a/5.PVE配置模板虚拟机.md b/5.PVE配置模板虚拟机.md index 322db09..30805cc 100644 --- a/5.PVE配置模板虚拟机.md +++ b/5.PVE配置模板虚拟机.md @@ -198,6 +198,7 @@ sudo timedatectl set-timezone Asia/Shanghai 设置完成后,执行以下命令检查系统时间: ```bash +## 检查系统时区 date -R ```