Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improvement][doc] update time zone doc #9503

Merged
merged 3 commits into from
Apr 14, 2022

Conversation

caishunfeng
Copy link
Contributor

Purpose of the pull request

update time zone doc

@caishunfeng
Copy link
Contributor Author

PTAL @Tianqi-Dotes @zhongjiajie @SbloodyS

Copy link
Member

@Tianqi-Dotes Tianqi-Dotes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PTAL

docs/docs/en/guide/howto/general-setting.md Outdated Show resolved Hide resolved
docs/docs/en/guide/howto/general-setting.md Outdated Show resolved Hide resolved
docs/docs/en/guide/howto/general-setting.md Outdated Show resolved Hide resolved
docs/docs/zh/guide/howto/general-setting.md Show resolved Hide resolved
Copy link
Member

@SbloodyS SbloodyS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@caishunfeng caishunfeng merged commit 7b907b8 into apache:dev Apr 14, 2022
Copy link
Member

@zhongjiajie zhongjiajie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So sorry, I forget about to submit my change yesterday

DolphinScheduler support time zone setting. The build-in time zone is based on the server you run DolphinScheduler. You could
DolphinScheduler support time zone setting.

Server Time Zone
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Server Time Zone
### Server Time Zone

The default time zone is UTC when using `bin/dolphinshceduler_daemon.sh` to start the server, you could update `SPRING_JACKSON_TIME_ZONE` in `bin/env/dolphinscheduler_env.sh`, such as `export SPRING_JACKSON_TIME_ZONE=${SPRING_JACKSON_TIME_ZONE:-Asia/Shanghai}`.<br>
If you start server in IDEA, the default time zone is your local time zone, you could add the JVM parameter to update server time zone, such as `-Duser.timezone=UTC`. Time zone list refer to [List of tz database time zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)

User Time zone
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
User Time zone
### User Time zone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants