See what happens if you add "-Duser.timezone=GMT+2:00" to the cvm command line parameters. In Android, the front-end application (running in Dalvik VM) takes the current timezone offset (in msec) constructs the above GMT based timezone, and passes that along when calling cvm. This means I have to do something similar in Qt4. Davy