{#if !isNaN(start)} {@const startDate = secondsToDate(start)}
{Intl.DateTimeFormat(LOCALE, {month: "short"}).format(startDate)}
{Intl.DateTimeFormat(LOCALE, {day: "numeric"}).format(startDate)}
{Intl.DateTimeFormat(LOCALE, {weekday: "long"}).format(startDate)}
{/if}