With reference to an older post: Set default timezone H2 database
Is it possible in the current build of H2 to set a timezone at the Connection/DB level rather than relying on the timezone of the JVM that loaded the driver? I want to explicitly set the Connection to our H2 DB to be UTC, and not rely on a system property. I fully understand that the DB itself doesn't store timezone info but it's the JDBC driver that's doing some interpretation of timezones when accessing the data.
If its not available, would it be possible to add such a feature (perhaps in the JDBC URL string)?