From c9db9f33ea7da87c2ddd156bd9e4f364ee30d538 Mon Sep 17 00:00:00 2001 From: Byte Sound Date: Mon, 25 Sep 2023 13:33:30 +0800 Subject: [PATCH] Update intro.md (#348) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 错别字,市区改为时区 --- docSite/content/docs/development/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docSite/content/docs/development/intro.md b/docSite/content/docs/development/intro.md index 3f9c85688..52b3ae806 100644 --- a/docSite/content/docs/development/intro.md +++ b/docSite/content/docs/development/intro.md @@ -12,7 +12,7 @@ weight: 510 ## Tips -1. 用户默认的市区为 `Asia/Shanghai`,非 linux 环境时候,获取系统时间会异常,本地开发时候,可以将用户的时区调整成 UTC(+0)。 +1. 用户默认的时区为 `Asia/Shanghai`,非 linux 环境时候,获取系统时间会异常,本地开发时候,可以将用户的时区调整成 UTC(+0)。 ## 前置依赖项