Server/VPS(hostinger)
[VPS Hostinger] Timezone 설정 (KST)
hyeseo
2024. 1. 2. 14:06
Timezone 설정 (KST)
💡 VPS 기본 설정이 UTC 로 되어 있어 KST 로 수정하는 방법 안내
현재 시간 (Timezone 확인)
sudo date
Tue Sep 12 06:43:10 UTC 2023
localtime 삭제
sudo rm /etc/localtime
timezone Aisa/Seoul 로 변경
sudo ln -s /usr/share/zoneinfo/Asia/Seoul /etc/localtime
변경된 시간 (Timezone) 확인 후 마무리
sudo date
Tue Sep 12 15:45:12 KST 2023