--- import { format } from "date-fns-tz"; interface Props { title: String; date: String; } const { title, date } = Astro.props; ---