Skip to content

Commit 41cb96e

Browse files
0AyanamiReidataroaring
authored andcommitted
add fix (#3008)
## Versions - [x] dev - [x] 4.x - [ ] 3.x - [ ] 2.1 - [ ] 2.0 ## Languages - [x] Chinese - [x] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Cases Built add from #2926
1 parent 106e619 commit 41cb96e

File tree

4 files changed

+4
-4
lines changed
  • docs/admin-manual/cluster-management
  • i18n/zh-CN/docusaurus-plugin-content-docs
  • versioned_docs/version-4.x/admin-manual/cluster-management

4 files changed

+4
-4
lines changed

docs/admin-manual/cluster-management/time-zone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Doris is currently compatible with importing data in various time zones into Dor
200200
:::tip
201201
* In import methods such as Stream Load and Broker Load, the header `timezone` will overwrite the Doris cluster `time_zone`, so it should be consistent during import.
202202
* In import methods such as Stream Load and Broker Load, the header `timezone` will affect the functions used in import conversion.
203-
* If the header `timezone` is not specified when importing, the East Eighth Zone will be used by default.
203+
* If the header `timezone` is not specified when importing, defaults to the current cluster time zone.
204204
:::
205205

206206
**To sum up, the best practice for dealing with time zone issues is:**

i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/cluster-management/time-zone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Doris 目前兼容各时区下的数据向 Doris 中进行导入。而由于 Dor
200200
:::tip
201201
* Stream Load、Broker Load 等导入方式中,header `timezone` 会覆盖 Doris 集群 `time_zone`,因此在导入时应当保持一致。
202202
* Stream Load、Broker Load 等导入方式中,header `timezone` 会影响导入转换中使用的函数。
203-
* 如果导入时未指定 header `timezone`则默认使用东八区
203+
* 如果导入时未指定 header `timezone`则默认为集群当前时区
204204
:::
205205

206206
**综上所述,处理时区问题最佳的实践是:**

i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/cluster-management/time-zone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Doris 目前兼容各时区下的数据向 Doris 中进行导入。而由于 Dor
173173
:::tip
174174
* Stream Load、Broker Load 等导入方式中,header `timezone` 会覆盖 Doris 集群 `time_zone`,因此在导入时应当保持一致。
175175
* Stream Load、Broker Load 等导入方式中,header `timezone` 会影响导入转换中使用的函数。
176-
* 如果导入时未指定 header `timezone`则默认使用东八区
176+
* 如果导入时未指定 header `timezone`则默认为集群当前时区
177177
:::
178178

179179
**综上所述,处理时区问题最佳的实践是:**

versioned_docs/version-4.x/admin-manual/cluster-management/time-zone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Doris is currently compatible with importing data in various time zones into Dor
172172
:::tip
173173
* In import methods such as Stream Load and Broker Load, the header `timezone` will overwrite the Doris cluster `time_zone`, so it should be consistent during import.
174174
* In import methods such as Stream Load and Broker Load, the header `timezone` will affect the functions used in import conversion.
175-
* If the header `timezone` is not specified when importing, the East Eighth Zone will be used by default.
175+
* If the header `timezone` is not specified when importing, the current cluster time zone will be used by default.
176176
:::
177177

178178
**To sum up, the best practice for dealing with time zone issues is:**

0 commit comments

Comments
 (0)