We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba546e commit 223f756Copy full SHA for 223f756
x-pack/plugin/sql/jdbc/src/main/java/org/elasticsearch/xpack/sql/jdbc/JdbcConfiguration.java
@@ -47,7 +47,7 @@ public class JdbcConfiguration extends ConnectionConfiguration {
47
// can be out/err/url
48
static final String DEBUG_OUTPUT_DEFAULT = "err";
49
50
- static final String TIME_ZONE = "timezone";
+ public static final String TIME_ZONE = "timezone";
51
// follow the JDBC spec and use the JVM default...
52
// to avoid inconsistency, the default is picked up once at startup and reused across connections
53
// to cater to the principle of least surprise
0 commit comments