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 the connection string ala the one I have below.
db.url=jdbc:h2:mem:mybipper;MVCC=true;<timezone=UTC>