TimestampFallback

Default Value Data Type Required

0

Integer

No

Description

Important:

Important:

This connection property is deprecated. Only enable this option if you need to temporarily support connections that used connector version 1.1.0 or earlier, while transitioning your applications to connect using connector version 1.1.1 or later.

This property specifies whether the connector sets the default timezone of the JVM to UTC.

  • 1: The connector sets the default timezone of the JVM to UTC. This behavior is non-optimal, but consistent with the behavior from connector versions 1.1.0 and earlier.
  • Note:

    Before enabling TimestampFallback, be aware of the following:

    • This property applies to all connections that use the Simba Google BigQuery JDBC Connector.
    • Enabling this property causes the connector to change JVM settings, affecting other processes that are running on the same JVM.
    • Once you have made a connection with this property enabled, all subsequent connections must also have this property enabled. Otherwise, the connector returns an error.
  • 0: The connector does not change the timezone settings on the JVM. This is the preferred connector behavior.