This is an automated email from the ASF dual-hosted git repository.
azagrebin pushed a commit to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.11 by this push:
new d3f0a9c [hotfix][table][docs] Fix typo in System (Built-in) Functions
page
d3f0a9c is described below
commit d3f0a9c6409251e2207cf4e2ced0ba1c33616f18
Author: yushujun <[email protected]>
AuthorDate: Fri Jun 19 16:33:33 2020 +0800
[hotfix][table][docs] Fix typo in System (Built-in) Functions page
This closes #12716.
---
docs/dev/table/functions/systemFunctions.md | 2 +-
docs/dev/table/functions/systemFunctions.zh.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/dev/table/functions/systemFunctions.md
b/docs/dev/table/functions/systemFunctions.md
index a18ae35..df97499 100644
--- a/docs/dev/table/functions/systemFunctions.md
+++ b/docs/dev/table/functions/systemFunctions.md
@@ -3736,7 +3736,7 @@ CONVERT_TZ(string1, string2, string3)
</td>
<td>
<p>Converts a datetime <i>string1</i> (with default ISO timestamp
format 'yyyy-MM-dd HH:mm:ss') from time zone <i>string2</i> to time zone
<i>string3</i>. The format of time zone should be either an abbreviation such
as "PST", a full name such as "America/Los_Angeles", or a custom ID such as
"GMT-8:00".</p>
- <p>E.g., <code>CONVERT('1970-01-01 00:00:00', 'UTC',
'America/Los_Angeles')</code> returns '1969-12-31 16:00:00'.</p>
+ <p>E.g., <code>CONVERT_TZ('1970-01-01 00:00:00', 'UTC',
'America/Los_Angeles')</code> returns '1969-12-31 16:00:00'.</p>
<p>Only supported in blink planner.</p>
</td>
</tr>
diff --git a/docs/dev/table/functions/systemFunctions.zh.md
b/docs/dev/table/functions/systemFunctions.zh.md
index 952101b..5a26f26 100644
--- a/docs/dev/table/functions/systemFunctions.zh.md
+++ b/docs/dev/table/functions/systemFunctions.zh.md
@@ -3735,7 +3735,7 @@ CONVERT_TZ(string1, string2, string3)
</td>
<td>
<p>Converts a datetime <i>string1</i> (with default ISO timestamp
format 'yyyy-MM-dd HH:mm:ss') from time zone <i>string2</i> to time zone
<i>string3</i>. The format of time zone should be either an abbreviation such
as "PST", a full name such as "America/Los_Angeles", or a custom ID such as
"GMT-8:00".</p>
- <p>E.g., <code>CONVERT('1970-01-01 00:00:00', 'UTC',
'America/Los_Angeles')</code> returns '1969-12-31 16:00:00'.</p>
+ <p>E.g., <code>CONVERT_TZ('1970-01-01 00:00:00', 'UTC',
'America/Los_Angeles')</code> returns '1969-12-31 16:00:00'.</p>
<p>Only supported in blink planner.</p>
</td>
</tr>