Set timezone example

main
Jeff Moe 2022-05-25 13:41:11 -06:00
parent 18b21135b7
commit 3208f8dbfc
1 changed files with 4 additions and 0 deletions

View File

@ -20,3 +20,7 @@ echo "Write time to hardware clock"
adb shell hwclock -w -u
echo "Current hardware clock time"
adb shell hwclock -u
# Set the timezone, ala:
#setprop persist.sys.timezone "America/Denver"