--- import type { Props } from '../props'; const { labels, lang, lastUpdated } = Astro.props; --- { lastUpdated && (
{labels['page.lastUpdated']}{' '} {lastUpdated.toLocaleDateString(lang, { dateStyle: 'medium', timeZone: 'UTC' })}