diff --git a/dolphinscheduler-api/src/main/resources/application.yaml b/dolphinscheduler-api/src/main/resources/application.yaml index 72a6cd3a9a..02b64b148b 100644 --- a/dolphinscheduler-api/src/main/resources/application.yaml +++ b/dolphinscheduler-api/src/main/resources/application.yaml @@ -33,7 +33,8 @@ spring: main: banner-mode: off jackson: - time-zone: GMT+8 + time-zone: UTC + date-format: "yyyy-MM-dd HH:mm:ss" servlet: multipart: max-file-size: 1024MB diff --git a/dolphinscheduler-python/src/main/resources/application.yaml b/dolphinscheduler-python/src/main/resources/application.yaml index 8c60ac1f66..b899c03638 100644 --- a/dolphinscheduler-python/src/main/resources/application.yaml +++ b/dolphinscheduler-python/src/main/resources/application.yaml @@ -26,7 +26,8 @@ spring: username: sa password: "" jackson: - time-zone: GMT+8 + time-zone: UTC + date-format: "yyyy-MM-dd HH:mm:ss" servlet: multipart: max-file-size: 1024MB