Skip to content

Instantly share code, notes, and snippets.

@hiendnguyen
Created March 11, 2017 03:51
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 hiendnguyen/3bc9ec7b7b7813701fa03992c15fe7ed to your computer and use it in GitHub Desktop.
Save hiendnguyen/3bc9ec7b7b7813701fa03992c15fe7ed to your computer and use it in GitHub Desktop.
CentOS 7 Timezones Configuration
# List available options
timedatectl list-timezones
# Set appropriate timezone
sudo timedatectl set-timezone America/Los_Angeles
sudo timedatectl
sudo yum install ntp -y
sudo systemctl start ntpd
sudo systemctl enable ntpd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment