Skip to content

Commit 223f756

Browse files
committed
SQL: Make TIME_ZONE constant public for geosql
1 parent 2ba546e commit 223f756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/sql/jdbc/src/main/java/org/elasticsearch/xpack/sql/jdbc/JdbcConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class JdbcConfiguration extends ConnectionConfiguration {
4747
// can be out/err/url
4848
static final String DEBUG_OUTPUT_DEFAULT = "err";
4949

50-
static final String TIME_ZONE = "timezone";
50+
public static final String TIME_ZONE = "timezone";
5151
// follow the JDBC spec and use the JVM default...
5252
// to avoid inconsistency, the default is picked up once at startup and reused across connections
5353
// to cater to the principle of least surprise

0 commit comments

Comments
 (0)