reactive-wizard icon indicating copy to clipboard operation
reactive-wizard copied to clipboard

PLAT-13791: Setting a database connection timezone via DatabaseConfig.

Open nolexa opened this issue 9 months ago • 1 comments

If a timezone is not passed via database connection properties, Postgres JDBC driver uses the system default timezone. This can lead to flaky behaviours if the default timezone is not yet initialised at the time when connection is created. Instead, we added a timezone property to DatabaseConfig in order to explicitly specify a timezone when creating a connection.

nolexa avatar May 16 '24 01:05 nolexa