View Single Post
Posts: 19 | Thanked: 47 times | Joined on Nov 2010
#473
Originally Posted by DavyP View Post
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
Yep, that fixes it :-)