I want to change the timezone using adb shell command.
I went through some posts which allow changing it in linux, but they are not valid for android.
This works with ADB
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
Time zones list:
https://en.wikipedia.org/wiki/List_of_tz_database_time_zones