提交 65c8b090 编写于 作者: 雪洛's avatar 雪洛

docs: uniCloud database timezone

上级 96dce3fa
......@@ -7130,6 +7130,17 @@ let res = await db.collection('items').aggregate()
```
### 日期操作符
**注意**
- 以下日期操作符中`timezone`均支持以下几种形式
```js
timezone: "Asia/Shanghai" // Asia/Shanghai时区
timezone: "+08" // utc+8时区
timezone: "+08:30" // 时区偏移8小时30分
timezone: "+0830" // 时区偏移8小时30分,同上
```
#### dateFromParts
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册