Last active
December 7, 2016 08:33
-
-
Save dmpatel151282/99f99e6673a85b25e6e2ef7be4b10c73 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get current global time zone: | |
adb shell settings get global time_zone | |
Set a time zone: | |
adb shell settings put global time_zone Europe/Madrid | |
This way, developers can change other global settings too. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment