You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/03/29 02:06:36 UTC

[GitHub] [incubator-skywalking] spark8103 commented on issue #2420: how setting ui timezone

spark8103 commented on issue #2420: how setting ui timezone
URL: https://github.com/apache/incubator-skywalking/issues/2420#issuecomment-477837670
 
 
   I add webappService.sh
   eval exec "\"$_RUNJAVA\" ${JAVA_OPTS} -jar ${JAR_PATH}/skywalking-webapp.jar \
            --spring.config.location=${JAR_PATH}/webapp.yml \
            --logging.file=${LOG_FILE_LOCATION} \
   	 **-Duser.timezone=UTC \**
           2>${WEBAPP_LOG_DIR}/webapp-console.log 1> /dev/null &"
   but not change UI default timezone.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services