reactive-wizard
reactive-wizard copied to clipboard
PLAT-13791: Setting a database connection timezone via DatabaseConfig.
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.