Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dmpatel151282/99f99e6673a85b25e6e2ef7be4b10c73 to your computer and use it in GitHub Desktop.
Save dmpatel151282/99f99e6673a85b25e6e2ef7be4b10c73 to your computer and use it in GitHub Desktop.
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