android change time zone using adb code example
Example: android change time zone using adb
adb shell service call alarm 4 s16 America/Chicago
// 4 - stands for the fourth function in alarm service implementation.
// s16 - stands for string argument type.