Commit 0ccf10fc by liuw

modify 去掉达拉斯时间改成中国时区

parent 05d3ad65
......@@ -10,6 +10,6 @@ public class GlobalTimeZoneConfig {
public GlobalTimeZoneConfig() {
// 设置整个Java虚拟机的默认时区
TimeZone.setDefault(TimeZone.getTimeZone("America/Chicago"));
TimeZone.setDefault(TimeZone.getTimeZone("Asia/Shanghai"));
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment