What is the best way to set the time zone in Tomcat for a single web app? I\'ve seen options for changing the command-line parameters or environment variables for Tomcat, but is
Set the system variable to CATALINA_OPTS=-Duser.timezone=America/Denver
CATALINA_OPTS=-Duser.timezone=America/Denver
You can also specify the CATALINA_OPTS in the $TOMCAT_HOME/bin/catalina.sh or %TOMCAT_HOME%\bin\catalina.bat file as well.
Here's a list of acceptable timezones.
Source