Wednesday, August 1, 2012

How to set a JVM Timezone Properly

You can pass the JVM this param -Duser.timezone, for example -Duser.timezone="Europe/Sofia" and this should do the trick. Setting the environment variable TZ might also help.

http://stackoverflow.com/questions/2493749/how-to-set-a-jvm-timezone-properly

No comments:

Post a Comment