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
You can also use a VM argument to define it
-Djdk.util.TimeZone.allowSetDefault=true