From 3208f8dbfc00e82b9b96b8595bb9242a1d2066a7 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Wed, 25 May 2022 13:41:11 -0600 Subject: [PATCH] Set timezone example --- scripts/pysalx-date-set | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/pysalx-date-set b/scripts/pysalx-date-set index 55b934a..46899dd 100755 --- a/scripts/pysalx-date-set +++ b/scripts/pysalx-date-set @@ -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" +