I tried to replicate it, but couldn't make the tests fail. I changed my timezone to MST and also the gradle property in hibernate-core:
test { systemProperty "file.encoding", "utf-8" systemProperty "user.timezone", "America/Denver" }
And all tests run just fine:
:hibernate-core:test :hibernate-core:buildDashboard BUILD SUCCESSFUL