Skip to content

Instantly share code, notes, and snippets.

@vpack
Last active October 7, 2016 22:58
Show Gist options
  • Save vpack/29cf6df4ab2ab3056293ef48cc517a39 to your computer and use it in GitHub Desktop.
Save vpack/29cf6df4ab2ab3056293ef48cc517a39 to your computer and use it in GitHub Desktop.
Amazon Linux : timezone setup
# sudo ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime
# sudo cat /etc/sysconfig/clock
ZONE="America/New_York"
UTC=true
# sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment