未验证 提交 e7bbb6cb 编写于 作者: S sevirov 提交者: GitHub

Update docs/en/sql-reference/functions/type-conversion-functions.md

Co-authored-by: Nolgarev <56617294+olgarev@users.noreply.github.com>
上级 537b372c
......@@ -701,7 +701,7 @@ parseDateTimeBestEffortUSOrNull(time_string [, time_zone]);
**Parameters**
- `time_string` — String containing a date and time to convert. [String](../../sql-reference/data-types/string.md).
- `time_string` — String containing a date or date with time to convert. The date must be in the US date format (`MM/DD/YYYY`). [String](../../sql-reference/data-types/string.md).
- `time_zone` — Time zone. The function parses `time_string` according to the time zone. [String](../../sql-reference/data-types/string.md).
**Supported non-standard formats**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册