Skip to content

Commit 4b357ba

Browse files
committed
update link
1 parent 97aaa0f commit 4b357ba

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/content.zh/docs/dev/table/concepts/timezone.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,9 @@ Flink SQL> SELECT c, CAST(c AS TIMESTAMP(3)), CAST(c as STRING), CAST(d AS TIMES
158158
+----+-------------------------+-------------------------+-------------------------+-------------------------+
159159
```
160160

161-
## [Time Attribute]({{< ref "docs/dev/table/time_attributes" >}}#date-and-time) and Time Zone
161+
## Time Attribute and Time Zone
162+
163+
Please see [Time Attribute]({{< ref "docs/dev/table/concepts/time_attributes" >}}#时间属性) for more information about time attribute.
162164

163165
### Processing Time Attribute and Time Zone
164166
Flink SQL definine process time attribute by function PROCTIME(), the function return type is TIMESTAMP_LTZ.

docs/content/docs/dev/table/concepts/timezone.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,9 @@ Flink SQL> SELECT c, CAST(c AS TIMESTAMP(3)), CAST(c as STRING), CAST(d AS TIMES
159159
+----+-------------------------+-------------------------+-------------------------+-------------------------+
160160
```
161161

162-
## [Time Attribute]({{< ref "docs/dev/table/time_attributes" >}}#date-and-time) and Time Zone
162+
## Time Attribute and Time Zone
163+
164+
Please see [Time Attribute]({{< ref "docs/dev/table/concepts/time_attributes">}}#date-and-time) for more information about time attribute.
163165

164166
### Processing Time Attribute and Time Zone
165167
Flink SQL definine process time attribute by function PROCTIME(), the function return type is TIMESTAMP_LTZ.

0 commit comments

Comments
 (0)