<% Object.keys(groupedSchedules).forEach(date => { %>
<%= dayjs(date).tz("Asia/Tokyo").format("YYYY年MM月DD日 (ddd)") %>
<% groupedSchedules[date].forEach(schedule => { %> <% }) %>
<% }) %>