Configuring Tomcat timezone
Tomcat works in GMT timezone if you want to change it you should add something like at $TOMCAT_HOME/bin/setenv.sh ( or $TOMCAT_HOME/bin/setenv.bat if you're on Windows ):
CATALINA_OPTS="-Duser.timezone=Asia/Hong_Kong"
More information about timezone list.