Skip to content

Instantly share code, notes, and snippets.

@NekoTashi
Created May 17, 2017 17:55
Show Gist options
  • Save NekoTashi/e23a3cfc49447a59f819fd6872d8c60c to your computer and use it in GitHub Desktop.
Save NekoTashi/e23a3cfc49447a59f819fd6872d8c60c to your computer and use it in GitHub Desktop.
Configurando timezones en el servidor (Debian)

Actualizar tzdata

  • sudo apt-get update && sudo apt-get install tzdata

Setear timezone en el servidor

  • timedatectl status mostrará el setting actual.
  • timedatectl list-timezones muestra los timezones disponibles.
  • sudo timedatectl set-timezone America/Santiago lo setea.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment