cozzin / hana-qt-server

0 stars 0 forks source link

시간 설정 에러 #1

Open cozzin opened 6 years ago

cozzin commented 6 years ago

https://www.pythonanywhere.com/forums/topic/3250/

cozzin commented 6 years ago

.profile 에 TZ 설정한 것이 제대로 작동하지 않는 것으로 보임. 서버를 재시동 헀을 경우 timezone이 세팅되어 의도했던대로 날짜가 정확히 반영

python 코드 안에 시간 설정을 넣어서 해결하는 방법이 있는 듯

import os
import time

os.environ["TZ"] = "US/Eastern"
time.tzset()
cozzin commented 6 years ago

aws로 서버 옮겨가서 체크 해보는 것도 좋을 듯