EinsteinInIct opened a new pull request, #17598:
URL: https://github.com/apache/dolphinscheduler/pull/17598
### Description:
This PR adds timezone configuration warnings for MySQL datasource setup to
prevent scheduling errors caused by ambiguous timezone identifiers like 'CST'.
### Changes Made:
- ✅ Updated JDBC connection strings to use placeholder {your_timezone}
instead of hardcoded timezone values
- ✅ Added clear warning about avoiding ambiguous timezone identifiers (CST)
- ✅ Added timezone configuration notice in both Chinese and English
documentation
### Files Modified:
- docs/docs/zh/guide/installation/datasource-setting.md
- docs/docs/en/guide/installation/datasource-setting.md
### Problem Solved:
This documentation improvement directly addresses GitHub issue #17574
regarding CST timezone scheduling problems by providing clear guidance and
warnings about timezone configuration.
### Key Benefits:
- Prevents scheduling time calculation errors caused by timezone ambiguity
--
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]