You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/04/14 08:20:12 UTC

[GitHub] [dolphinscheduler] SbloodyS commented on a diff in pull request #9503: [Improvement][doc] update time zone doc

SbloodyS commented on code in PR #9503:
URL: https://github.com/apache/dolphinscheduler/pull/9503#discussion_r850201732


##########
docs/docs/zh/guide/howto/general-setting.md:
##########
@@ -12,8 +12,14 @@ DolphinScheduler 支持两种类型的内置主题,包括 `Dark` 和 `Light`
 
 ## 时区
 
-DolphinScheduler 支持时区设置。默认时区基于您运行 DolphinScheduler 服务器的时区。如果你想要切换时区,可以点击 [语言](#语言) 按钮右侧的时区按钮,
-然后点击 `请选择时区` 进行时区选择。当切换完成后,所有与时间相关的组件都将更改。
+DolphinScheduler 支持时区设置。
+
+服务时区
+
+使用脚本 `bin/dolphinshceduler_daemon.sh`启动服务, 服务的默认时区为UTC, 可以在`bin/env/dolphinscheduler_env.sh`中进行修改, 如`export SPRING_JACKSON_TIME_ZONE=${SPRING_JACKSON_TIME_ZONE:-Asia/Shanghai}`。<br>

Review Comment:
   I think we should put a url of all the time zone or list all the time zone options here. WDYT? @caishunfeng 



-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org