Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
터미널 실행할때마다 시간대가 utc로 설정이 되어서, 매번 코드를 실행하기전에 export TZ="Asia/Seoul" 먼저 시간대를 설정하고 있는데요.
한번만 시간대 설정하면 계속 적용되는 방법 없을까요?
한국 시간대로 변경하시려는 거죠?
sudo ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime
해보세요!