world-clock) is a market-aware clock — not just a timezone grid. Each entry shows the current local time for a major financial capital, the exchange code (NYSE, LSE, XETRA, HKEX, SGX, Tadawul, etc.), and whether that exchange is currently open based on its trading hours.
What the panel shows
Rows for the 30 global market centres inWORLD_CITIES (src/components/WorldClockPanel.ts:14-43). Each row includes:
- City + exchange label — e.g. New York / NYSE, London / LSE, Tokyo / TSE, Riyadh / Tadawul.
- Local time — continuously updated.
- Market open / closed indicator — derived from each city’s
marketOpen/marketClosehours in the entry config.
world-clock; canonical component is src/components/WorldClockPanel.ts. Title from i18n (config name: “World Clock”).
How you reach it
- Cmd+K: type clock, time, or an exchange code.
- Availability by variant: registered and enabled by default in the full/geopolitical, tech, finance, and commodity variants (all
priority: 2). Not present in the happy variant. Source:world-clockentries inFULL_PANELS,TECH_PANELS,FINANCE_PANELS,COMMODITY_PANELSofsrc/config/panels.ts.
Data sources
No external data — the panel runs locally. Time is computed from the browser clock using each city’s IANA timezone (e.g.America/New_York, Asia/Hong_Kong). Exchange-open state is derived from the panel’s built-in marketOpen / marketClose hours per city.
Refresh cadence
Client-side tick; no network fetches.Tier & gating
Free. Nopremium flag in any variant registration.
