DarkAssassinator opened a new issue, #12195:
URL: https://github.com/apache/dolphinscheduler/issues/12195

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### What happened
   
   Current DS do not support across time zones. Many companies currently have 
scenarios in different time zones. So i think this is important.
   For example:
   + Case one: 
   **Master**:  `Asia/Shanghai (UTC+08:00)`
   **Worker**: `Pacific/Honolulu (UTC-10:00)` 
   **Result**:  all task will delay `18hours`. 
   
   + Case two:
   **Master**:  `Asia/Shanghai (UTC+08:00)`
   **Worker**: `Asia/Tokyo (UTC+09:00)` 
   Delay time setting: 2 hours.
   **Result**: this task just delay `one hour`
   
   Why? because Master send a date string to worker server, then worker server 
will parse it by using the local time zone. So the time difference will be 
added to the delay time.
   
   
   ### What you expected to happen
   
   DS can support across time zones.
   
   ### How to reproduce
   
   just config default time zone for Master and Worker servers.
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   dev
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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]

Reply via email to