We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cdc700 commit 2d37bc4Copy full SHA for 2d37bc4
ojp-jdbc-driver/pom.xml
@@ -136,7 +136,7 @@
136
<!--Without order the multiple drivers used in tests will conflict (mostly for tests), if moved to use only OJP no longer needed-->
137
<runOrder>alphabetical</runOrder>
138
139
- <argLine>-Dfile.encoding=UTF-8</argLine>
+ <argLine>-Dfile.encoding=UTF-8 -Duser.timezone=UTC</argLine>
140
</configuration>
141
<version>3.2.5</version>
142
</plugin>
ojp-server/pom.xml
@@ -251,6 +251,8 @@
251
</ports>
252
<jvmFlags>
253
<jvmFlag>-Dorg.slf4j.simpleLogger.defaultLogLevel=error</jvmFlag>
254
+ <jvmFlag>-Dfile.encoding=UTF-8</jvmFlag>
255
+ <jvmFlag>-Duser.timezone=UTC</jvmFlag>
256
</jvmFlags>
257
</container>
258
0 commit comments