caishunfeng commented on code in PR #13271: URL: https://github.com/apache/dolphinscheduler/pull/13271#discussion_r1057371539
########## deploy/docker/.env: ########## @@ -20,5 +20,6 @@ TAG=latest TZ=Asia/Shanghai DATABASE=postgresql +SPRING_JACKSON_TIME_ZONE=GMT+8 Review Comment: Can you update the doc together? ########## deploy/docker/.env: ########## @@ -20,5 +20,6 @@ TAG=latest TZ=Asia/Shanghai DATABASE=postgresql +SPRING_JACKSON_TIME_ZONE=GMT+8 Review Comment: The default timezone in ds is UTC. ```suggestion SPRING_JACKSON_TIME_ZONE=UTC ``` -- 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]
