When trying to complete the JNDI part of the tutorial, this error came up on the Pivotal tc server. However, from Googling it seems its a problem with the mysql connector.
I put serverTimezone=UTC onto my database url in my context.xml file and it was fine. I’m not over-thinking it… moving on.
url="jdbc:mysql://localhost:3306/test_schema?serverTimezone=UTC"