Dev/AWS
[AWS EC2] EC2 Timezone 한국으로 변경
믹-아
2022. 9. 5. 23:12
nodejs express 서버를 로컬에선 오차없이 실행되다가 서버에만 올리면 이상해지길래 timezone 문제라고 생각이 들었다.
sudo rm /etc/localtime
sudo ln -s /usr/share/zoneinfo/Asia/Seoul /etc/localtime
이후 nodejs 재실행하니 제대로 동작했다.