This little maven project provides a demo for what is going wrong
within the MySQL connectors timezone conversion. The project contains
the following stuff:

src/main/java		- 	The source code
src/test/resources	-	Test config resources

create.sql 			- 	A SQL create script that builds up the test database

console.txt 		- 	The test SQL query result from CLI for 
						comparison with Connector/J results
					
In order to run you need a Maven environment set up. In order to execute the 
tests, simply run 'mvn test'.