| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0857fac commit 31dff13
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -122,7 +122,7 @@ public PreparedStatement getStatement(@NotNull SQLConfig config) throws Exceptio | |||
| 122 | 122 | + config.getDBAccount() + "&password=" + config.getDBPassword()); | |
| 123 | 123 | } | |
| 124 | 124 | else { | |
| 125 | - connection = DriverManager.getConnection(config.getDBUri() + "?useUnicode=true&characterEncoding=UTF-8&user=" | ||
| 125 | + connection = DriverManager.getConnection(config.getDBUri() + "?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=UTF-8&user=" | ||
| 126 | 126 | + config.getDBAccount() + "&password=" + config.getDBPassword()); | |
| 127 | 127 | } | |
| 128 | 128 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments