Add a world clock to your WordPress site in seconds. Choose from five clock widget styles — a digital clock, an analog clock, a multi-city world clock, a spinning 3D globe, or a date card. Every clock updates in real time in the visitor’s own browser, so there is no API key, no server calls, and nothing to configure to get started.
Show a single time zone, or up to eight cities side by side — useful for remote teams, travel sites, international stores, and anyone whose readers are not in one place.
[cwiki_time] in any post, page, or text widgetGutenberg Block:
Add a block, search for “World Clock”, and adjust the settings in the sidebar. A live preview updates as you type.
Shortcode:
[cwiki_time]
With options:
[cwiki_time style="globe" theme="dark" accent="f59e0b"]
[cwiki_time style="digital" tz="Asia/Tokyo" city="Tokyo" format="24"]
[cwiki_time style="world" zones="America/New_York~New York,Europe/London~London,Asia/Tokyo~Tokyo"]
style — digital, analog, world, globe, date (default: digital)theme — auto, light, dark (default: auto)accent — hex color without # (default: 2563eb)format — auto, 12, 24 (default: auto)seconds — 1 or 0 (default: 1)date — 1 or 0 (default: 1)tz — IANA timezone for single-clock styles, e.g. Asia/Tokyo (default: visitor’s local time)city — label shown under a single clockzones — cities for world/globe styles: tz~Label,tz~Labellang — language code for weekday/month names (default: your site language)branding — 1 or 0 (default: 1) — show the optional credit link on this embedThis plugin relies on an external service to render the clock widget: Currency.Wiki, operated by CurrencyWiki Technologies LLC.
What the service is and what it is used for
The clock itself is drawn by a small JavaScript widget hosted at widget.currency.wiki. The plugin does not bundle that script; it builds an embed URL and loads the widget from the service. This is what allows the plugin to stay small and to receive style and localization improvements without a plugin update.
What data is sent, and when
https://widget.currency.wiki/time/v3/script.js. That request carries the display settings you configured (style, theme, accent color, hour format, time zone or city list, language) as URL parameters, plus a source=wp marker indicating the request came from the WordPress plugin. As with any web request, the visitor’s IP address and user agent are visible to the server.Intl time zone database — it is never requested from the server.Terms and privacy