조건
원하는 타임존 기준으로 필터링을 해주면 된다.
//javascript const nowInKST = new Date().toLocaleString("en-US", { timeZone: "Asia/Seoul" }); return nowInKST