개발/Linux
CentOS7 타임존 변경
devbrain
2019. 6. 19. 13:06
# 타임존 확인하고
timedatectl list-timezones | grep Seoul
# 타임존 변경하고
timedatectl set-timezone Asia/Seoul
# 기존 타임존 심볼릭 링크 교체
ln -sfn /usr/share/zoneinfo/Asia/Seoul /etc/localtime
# 최종 확인
date