docs/panels/world-clock.mdx
The World Clock panel (internal id 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.
Rows for the 30 global market centres in WORLD_CITIES (src/components/WorldClockPanel.ts:14-43). Each row includes:
marketOpen / marketClose hours in the entry config.The default coverage spans the Americas (New York, Chicago, São Paulo, Toronto, Mexico City), EMEA (London, Paris, Frankfurt, Zurich, Moscow, Istanbul), Middle East (Riyadh, Dubai), Asia-Pacific (Mumbai, Bangkok, Singapore, Hong Kong, Shanghai, Seoul, Tokyo), and Oceania (Sydney, Auckland).
Panel id is world-clock; canonical component is src/components/WorldClockPanel.ts. Title from i18n (config name: "World Clock").
priority: 2). Not present in the happy variant. Source: world-clock entries in FULL_PANELS, TECH_PANELS, FINANCE_PANELS, COMMODITY_PANELS of src/config/panels.ts.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.
Client-side tick; no network fetches.
Free. No premium flag in any variant registration.
None — this panel is fully client-side.