Skip to content
Open

add fix #3008

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/admin-manual/cluster-management/time-zone.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Doris is currently compatible with importing data in various time zones into Dor
:::tip
* 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.
* In import methods such as Stream Load and Broker Load, the header `timezone` will affect the functions used in import conversion.
* If the header `timezone` is not specified when importing, the East Eighth Zone will be used by default.
* If the header `timezone` is not specified when importing, defaults to the current cluster [time zone](https://doris.apache.org/docs/3.0/admin-manual/cluster-management/time-zone?_highlight=time_zone#1-%E5%87%BD%E6%95%B0).
:::

**To sum up, the best practice for dealing with time zone issues is:**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Doris 目前兼容各时区下的数据向 Doris 中进行导入。而由于 Dor
:::tip
* Stream Load、Broker Load 等导入方式中,header `timezone` 会覆盖 Doris 集群 `time_zone`,因此在导入时应当保持一致。
* Stream Load、Broker Load 等导入方式中,header `timezone` 会影响导入转换中使用的函数。
* 如果导入时未指定 header `timezone`,则默认使用东八区
* 如果导入时未指定 header `timezone`,则默认为[集群当前时区](https://doris.apache.org/zh-CN/docs/3.0/admin-manual/cluster-management/time-zone?_highlight=time_zone#1-%E5%87%BD%E6%95%B0)
:::

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