dependabot[bot]
2025-04-28 4d07ac93b44f0c751009ff1dda8323ee3b4c9900
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>
}