Skip to content

Instantly share code, notes, and snippets.

@xinyii
Created September 29, 2021 01:50
Show Gist options
  • Save xinyii/f000359e204bda3e320ca39d156cce7d to your computer and use it in GitHub Desktop.
Save xinyii/f000359e204bda3e320ca39d156cce7d to your computer and use it in GitHub Desktop.
[Alpine setting the timezone] #linux
apk add tzdata
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
echo "Asia/Shanghai" > /etc/timezone
apk del tzdata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment