Last active
November 2, 2017 05:24
-
-
Save dongbum/1673616e33fb331ff8e876ee62216988 to your computer and use it in GitHub Desktop.
aws 한국시간 변경
This file contains 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
# 재시작 필수 | |
$ sudo ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime | |
$ reboot | |
$ date |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment