dependabot[bot]
2024-12-31 b2752e726274f06f51a9526bbddb1847d55f2e99
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>
}