I have an instance of Java which seems to be using a completely incorrect time zone. Instead of using the Australia/Sydney time zone which Windows is using, it is using the
Ensure you set the timezone for the JVM when starting the application:
-Duser.timezone="Australia/Sydney"