Created
July 7, 2022 16:03
-
-
Save TBG-FR/874eec895814a82716285579a726e94e to your computer and use it in GitHub Desktop.
One-liner to get the right Timezone in a Alpine Linux system (ex: WSL docker-desktop)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
date && apk update && apk add tzdata && cp /usr/share/zoneinfo/Europe/Paris /etc/localtime && date |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment