How can I explicitly set the time zone H2 should use? Now it gets the timezone to use from the underlying OS. I would assume there existed an extra parameter I would add to
You can't set the timezone for the database.
But, I'm not aware that H2 uses a timezone (at least not a current version of H2) for most operations.
So, what problem do you want to solve?