Server‑side date serialization vs client‑side timezone conversion in Next.js
Integration boundary: Server‑side date handling and client‑side timezone conversion in Next.js The goal is to present dates correctly for users whose preferred time zone is only known at runtime (e.g., from a profile or browser API) while keeping the UI consistent between server‑rendered HTML and the subsequent client hydration. Constraints: getStaticProps r