Skip to content

Instantly share code, notes, and snippets.

@wey-gu
Last active February 28, 2021 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wey-gu/4b45535a2ff41d4b56659d49bdbab430 to your computer and use it in GitHub Desktop.
Save wey-gu/4b45535a2ff41d4b56659d49bdbab430 to your computer and use it in GitHub Desktop.
Time zone Configuration for iSH App
apk add tzdata

cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

echo "Asia/Shanghai" > /etc/timezone

date -R # Verify that it's working properly

apk del tzdata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment