TZ=KST+15 command not found


TZ=KST+15; date +%Y%m%d를 직접 실행하면 실행이 되는데
쉘 안에서 set yesterday = `TZ=KST+15; date +%Y%m%d` 라고 하면 안됨...