By default the AC2 uses the system or OS timezone.
To override this however, is to use a JVM flag on the activeconsole.gci file; the proper flag to use to change the AC timezone is by adding the user.timezone property under the JVM flags which is something like below:
########################################
#### The JVM to use and arguments
########################################
-jvm
.\JRE\bin\client\jvm.dll
-jvmargs
Xmx512M
XX:MaxPermSize=256M
XX:+HeapDumpOnOutOfMemoryError
Ddocking.floatingContainerType=frame
Dsun.java2d.d3d=false
Dorg.quartz.threadPool.threadCount=1
Djava.endorsed.dirs=.\jars\endorsed
Duser.timezone=GMT
Comments
0 comments
Please sign in to leave a comment.