Files
klz-cables.com/.pnpm-store/v10/files/87/629233181fa994f187f97fe2893d700961acdd1eda81a33e6c6a7dad1124481ce429f0d5338f600c1af27a5ff8d3412e36164d854533d02cec5afeb5ebbb9d
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

5 lines
139 B
Plaintext

import type { Locale, Timezone } from 'use-intl';
export default function getTimeZone(opts?: {
locale?: Locale;
}): Promise<Timezone>;