caishunfeng opened a new issue #8310:
URL: https://github.com/apache/dolphinscheduler/issues/8310


   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and 
found no similar feature requirement.
   
   
   ### Description
   
   - Use spring config to unify timezone
   Now DS use the default timezone `GMT+8`, and add the `@JsonFormat(pattern = 
"yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")` on date type field in many object, 
which is hard to unified timezone and change it.
   
   - Support custiom timeone
   The api interface return datetime is string type, which lose the timezone 
info, the same  for api requests, so maybe it should supply timezone when 
client request or server return result.
   If no timezone is specified, default use timezone `UTC +0:00`.
   
   - UI support user to change timezone, default local timezone.
   
   ### Use case
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] 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