eclipse - timezone in android emulator -
have tried change timezon in android-emulator doesn't work. write -timezone option in eclipse menu: window - preferences - android - launch - default emulator options:
-timezone europe/stockholm
found timezone info here. in stockholm add 1 hour british time. if computer clock e.g. 22.19 want time in android emulator 22.19. show 21.19. how shall give -timezone arg emulator inside eclipse works. use winxp , eclipse 3.5. , have restarted emulator after each change of timezone.
emulator -timezone europe/stockholm
should work (on linux). no quotes needed. try adb shell:
# date thu dec 2 00:04:02 cet 2010 # date -u wed dec 1 23:04:05 gmt 2010
Comments
Post a Comment