zclllyybb commented on code in PR #3256:
URL: https://github.com/apache/doris-website/pull/3256#discussion_r2703119464
##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/date-time-functions/date-sub.md:
##########
@@ -2,13 +2,13 @@
{
"title": "DATE_SUB",
"language": "zh-CN",
- "description": "DATESUB 函数用于从指定的日期或时间值中减去指定的时间间隔,返回计算后的日期或时间结果。该函数支持对
DATE(仅日期)和 DATETIME(日期和时间)类型进行操作,时间间隔通过数值和单位共同定义。"
+ "description": "DATE_SUB 函数用于从指定的日期或时间值中减去指定的时间间隔,返回计算后的日期或时间结果。该函数支持对
DATE(仅日期), DATETIME(日期和时间)TIMESTAMPTZ(带时区偏移量的日期时间)类型进行操作,时间间隔通过数值和单位共同定义。"
Review Comment:
只有这个文档需要改description么?
##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/scalar-functions/date-time-functions/date-ceil.md:
##########
@@ -114,6 +117,25 @@ select date_ceil("2023-07-13 22:28:18",interval 5 year);
| 2023-12-01 00:00:00 |
+-------------------------------------------------------------+
+-- 会话变量中的时区为: '+08:00'
+-- '2025-12-31 23:59:59+05:00' 对应的本地时间为 '2026-01-01 02:59:59'
+-- 对本地
Review Comment:
这是不是多了一行
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]