$ date
Mon Jun 22 02:58:11 UTC 2020
$ cat /etc/localtime
TZif2UTCTZif2▒UTC
UTC0 // UTC(세계표준협정시와 0시간 차이)로 되어있는것을 확인
$sudo rm /etc/localtime // 디렉토리를 삭제
$sudo ln -s /usr/share/zoneinfo/Asia/Seoul /etc/localtime // Asia/Seoul 이기때문에 해당 폴더를 심볼릭 링크한다.
$ date
Mon Jun 22 12:07:04 KST 2020
RDS시간변경 참고
https://brtech.tistory.com/95
또는 $ sudo timedatectl set-timezone 'Asia/Seoul'
'현재' 카테고리의 다른 글
Nginx에 SSL 적용(crontab 인증서 자동갱신 포함) (0) | 2020.07.15 |
---|---|
mysql 서버 5.7에서 8.0으로 업그레이드 후 캐릭터셋 인덱스 '255' 에러날 때 (0) | 2020.07.05 |
wsl(windows subsystem for linux)에 pm2 설치 및 환경설정 (0) | 2020.06.17 |
SW Dev Team과 마카롱이 추구하는 DevOps 및 품질아키텍쳐 (0) | 2020.01.31 |
1. Deep Learning & AI 플랫폼 설치 (Ubuntu 18.04) Anaconda (0) | 2020.01.13 |