Skip to content

Commit a7a3cdc

Browse files
authored
docs: update timezone.md to pass linkcheck
1 parent e943e42 commit a7a3cdc

File tree

1 file changed

+2
-2
lines changed
  • docs/cn/sql-reference/20-sql-functions/05-datetime-functions

1 file changed

+2
-2
lines changed

docs/cn/sql-reference/20-sql-functions/05-datetime-functions/timezone.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: TIMEZONE
44

55
返回当前连接的时区。
66

7-
Databend 默认使用 UTC(协调世界时)作为时区,并允许您将时区更改为当前地理位置。有关可以分配给 `timezone` 设置的可用值,请参阅 https://docs.rs/chrono-tz/latest/chrono_tz/enum.Tz.html。详情请参见下面的示例。
7+
Databend 默认使用 UTC(协调世界时)作为时区,并允许您将时区更改为当前地理位置。有关可以分配给 `timezone` 设置的可用值,请参阅 https://docs.rs/chrono-tz/latest/chrono_tz/enum.Tz.html 。详情请参见下面的示例。
88

99
## 语法
1010

@@ -34,4 +34,4 @@ SELECT TIMEZONE();
3434
├───────────────┤
3535
│ Asia/Shanghai │
3636
└───────────────┘
37-
```
37+
```

0 commit comments

Comments
 (0)