Skip to content

Instantly share code, notes, and snippets.

@TBG-FR
Created July 7, 2022 16:03
Show Gist options
  • Save TBG-FR/874eec895814a82716285579a726e94e to your computer and use it in GitHub Desktop.
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)
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