dependabot[bot]
2026-01-07 65c5b270419ea63f0cbc252b48743c042f913c07
quartz/components/Date.tsx
@@ -27,5 +27,5 @@
}
export function Date({ date, locale }: Props) {
  return <>{formatDate(date, locale)}</>
  return <time datetime={date.toISOString()}>{formatDate(date, locale)}</time>
}