标签:
# By default the start script uses UTC; override the timezone if needed
SOLR_TIMEZONE="Asia/Shanghai"
-Duser.timezone=Asia/Shanghai
TOMCAT_TIMEZONE="-Duser.timezone=Asia/Shanghai"
export CATALINA_OPTS="$CATALINA_OPTS $TOMCAT_TIMEZONE"
标签:
原文地址:http://www.cnblogs.com/seaspring/p/5459166.html