Skip to content

Instantly share code, notes, and snippets.

@malkafly
Created May 7, 2018 05:13
Show Gist options
  • Save malkafly/7ed911968b85b57a0cda290dc78b1e3d to your computer and use it in GitHub Desktop.
Save malkafly/7ed911968b85b57a0cda290dc78b1e3d to your computer and use it in GitHub Desktop.
Ajustando Timezone para Brasil/SP
#set datetime
sudo date -s "7 MAY 2018 02:13:00"
#read
timedatectl
#set
ln -sf /usr/share/zoneinfo/America/Sao_Paulo /etc/localtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment