Skip to content

Instantly share code, notes, and snippets.

@felipebizz
Created April 16, 2015 11:22
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 felipebizz/d4ff7f2987b1ce3970f3 to your computer and use it in GitHub Desktop.
Save felipebizz/d4ff7f2987b1ce3970f3 to your computer and use it in GitHub Desktop.
Set TimeZone in Ubuntu
vim /etc/timezone
#Altere para America/Sao_Paulo
#Agora para atualizar utilizando a variável TZ faça:
export TZ=America/Sao_Paulo
#Vamos verificar com:
#date
Sáb Out 9 09:15:40 FNT 2010
BINGO! Funcionou.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment