Manually Setting Java Timezone
From MercuryWiki
Set java system property 'user.timezone' to Etc/GMT+1
You can set the property by including -Duser.timezone=Etc/GMT+1 as an argument when calling the java executable (in linux, this is in the startup_linux.sh, in windows the exe or batch file, in mac the info.plist)
