Created
March 11, 2017 03:51
-
-
Save hiendnguyen/3bc9ec7b7b7813701fa03992c15fe7ed to your computer and use it in GitHub Desktop.
CentOS 7 Timezones Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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