[Bug-9094][API] fix default time-zone conf (#9095)
* fix the API server default time-zone conf * fix the Python server default time-zone confsubscribe-dev-mailing-list
parent
0b2923d577
commit
3c377ff54a
|
|
@ -33,7 +33,8 @@ spring:
|
||||||
main:
|
main:
|
||||||
banner-mode: off
|
banner-mode: off
|
||||||
jackson:
|
jackson:
|
||||||
time-zone: GMT+8
|
time-zone: UTC
|
||||||
|
date-format: "yyyy-MM-dd HH:mm:ss"
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
max-file-size: 1024MB
|
max-file-size: 1024MB
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,8 @@ spring:
|
||||||
username: sa
|
username: sa
|
||||||
password: ""
|
password: ""
|
||||||
jackson:
|
jackson:
|
||||||
time-zone: GMT+8
|
time-zone: UTC
|
||||||
|
date-format: "yyyy-MM-dd HH:mm:ss"
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
max-file-size: 1024MB
|
max-file-size: 1024MB
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue