how do i change timezone using adb

前端 未结 6 696
我寻月下人不归
我寻月下人不归 2020-12-05 19:30

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.

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-05 20:18

    For the list of tzdata values I go to http://en.wikipedia.org/wiki/List_of_tz_database_time_zones

    To set the timezone use setprop persist.sys.timezone command:

    setprop persist.sys.timezone "America/Chicago"
    

提交回复
热议问题