You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For H2DB, I need to pass extra arguments to the JVM to define the default timezone of the database: -Duser.timezone="America/Toronto"
Looking at the code, I don't see a proper way to pass this arguments to the JVM. Would it be possible to add an optional parameters to the connect(). Something like jvm_args ?