Skip to content

Instantly share code, notes, and snippets.

@ivanrosolen
Created March 24, 2015 13:38
Show Gist options
  • Save ivanrosolen/4e4b70bd00069d7572c9 to your computer and use it in GitHub Desktop.
Save ivanrosolen/4e4b70bd00069d7572c9 to your computer and use it in GitHub Desktop.
EC2 Ubuntu timezone
echo "America/Sao_Paulo" | sudo tee /etc/timezone
sudo dpkg-reconfigure --frontend noninteractive tzdata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment