Title: Global Time Ghost – Local Time Converter
Author: Pluginjoy
Published: <strong>16 de octubre de 2025</strong>
Last modified: 5 de mayo de 2026

---

Buscar plugins

![](https://ps.w.org/global-time-ghost/assets/banner-772x250.png?rev=3520782)

![](https://ps.w.org/global-time-ghost/assets/icon-256x256.png?rev=3520772)

# Global Time Ghost – Local Time Converter

 Por [Pluginjoy](https://profiles.wordpress.org/aacers/)

[Descargar](https://downloads.wordpress.org/plugin/global-time-ghost.2.5.2.zip)

 * [Detalles](https://es.wordpress.org/plugins/global-time-ghost/#description)
 * [Valoraciones](https://es.wordpress.org/plugins/global-time-ghost/#reviews)
 *  [Instalación](https://es.wordpress.org/plugins/global-time-ghost/#installation)
 * [Desarrollo](https://es.wordpress.org/plugins/global-time-ghost/#developers)

 [Soporte](https://wordpress.org/support/plugin/global-time-ghost/)

## Descripción

The lightest, fastest and most beautiful local-time plugin for WordPress. Drop one
shortcode and every visitor instantly sees your dates in **their own timezone** —
including automatic daylight-saving handling.

    ```
    [gtg_time date="2025-12-25 15:00:00"]  December 25, 2025 at 3:00 PM (their local time)
    [gtg_time date="2025-08-20 14:00:00" format="g:i A (T)"]  4:00 PM (CEST)
    ```

#### Perfect for

 * Flash sales & limited offers
 * Webinars & live streams
 * Course launches
 * Event sites
 * Global WooCommerce stores
 * Webinar landing pages

#### Free features (everything you need to get started)

 * `[gtg_time]` and `[local_time]` shortcodes
 * Full Gutenberg block («Local Time»)
 * Beautiful purple badge with hover effect (or plain text)
 * Automatic timezone detection via the browser (Intl API + cookie)
 * Real conversion + unique-timezone stats on the admin dashboard
 * Works perfectly with WP Rocket, LiteSpeed, Cloudflare, SiteGround, Kinsta — all
   caches & CDNs
 * No JavaScript loaded on pages without the shortcode (~4 KB total)
 * Zero configuration — works out of the box

#### Pro version — premium AI included

[Global Time Ghost Pro](https://pluginjoy.com/product/global-time-ghost-pro/) builds
on the free plugin with AI-powered scheduling and deep WooCommerce / Events Calendar/
LearnDash integration.

 * **AI Optimal Posting Times** — per-timezone publish recommendations (powered 
   by Claude Sonnet 4.6)
 * **AI Smart Scheduling** — auto-schedule posts at the right local time for each
   region
 * **AI Multi-Region Variants** — region-aware copy generation for sales, events
   and webinars
 * **WooCommerce auto-convert** — order, sale and deadline times in every visitor’s
   clock
 * **The Events Calendar + LearnDash** — full auto-conversion across event and course
   pages
 * **Custom badge colors** + **timezone dropdown widget** + **conversion analytics**
 * **Premium AI credits** included with every Pro plan (50 / 200 / 1000 per month).
   Credits are shared with [SiteFix Pro](https://wordpress.org/plugins/a11y-enhancer/)
   and [Clarity SEO Pro](https://wordpress.org/plugins/clarity-seo/).
 * **Priority support** — 24-hour response on business days
 * **30-day money-back guarantee**

[View Pro Features & Pricing ](https://pluginjoy.com/product/global-time-ghost-pro/)

## Capturas

 * [[
 * Beautiful purple badge with hover effect — works anywhere on your site.
 * [[
 * Modern admin dashboard with real conversion stats.
 * [[
 * Gutenberg «Local Time» block — full visual editor support.
 * [[
 * Pro: per-timezone optimal posting times powered by Claude Sonnet 4.6.

## Instalación

 1. Upload to `/wp-content/plugins/` or install via WordPress.
 2. Activate the plugin.
 3. Drop `[gtg_time date="2025-12-25 15:00:00"]` anywhere in your content, or use the«
    Local Time» Gutenberg block.
 4. Done. No settings required.

## FAQ

### Does this work with page caching?

Yes — Global Time Ghost was built specifically for cached sites. Times are rendered
on the server in UTC, then localised in the visitor’s browser via a tiny JavaScript
snippet (~4 KB) and a cookie. WP Rocket, LiteSpeed, Cloudflare, SiteGround, Kinsta—
all work flawlessly.

### Does it handle daylight saving time?

Yes. The browser reports the IANA timezone (e.g. `Europe/Amsterdam`) and PHP’s `
DateTimeZone` handles the DST math automatically.

### Will visitors see the wrong time on the first page load?

No. The first render uses UTC; once the timezone cookie is set the displayed time
updates instantly. Most users never notice — and the badge degrades gracefully even
with JavaScript disabled.

### How do I display only the time, not the date?

Use the `format` attribute: `[gtg_time date="2025-08-20 14:00:00" format="g:i A"]`

### Does it support The Events Calendar / WooCommerce / LearnDash?

Auto-conversion of plugin-managed dates (Events Calendar, WooCommerce, LearnDash,
EDD) is a Pro feature. The free plugin works on any date you pass to the shortcode
or block.

### Where is my data stored?

Locally — only the visitor’s selected timezone is stored, and only in a first-party
cookie (`gtg_user_tz`). Conversion counts are stored as anonymous totals in the 
WordPress options table. Nothing is sent to PluginJoy.

### How do I remove the badge styling?

Add `style="plain"` to the shortcode: `[gtg_time date="2025-08-20 14:00:00" style
="plain"]`

## Reseñas

No hay valoraciones para este plugin.

## Colaboradores y desarrolladores

«Global Time Ghost – Local Time Converter» es un software de código abierto. Las
siguientes personas han colaborado con este plugin.

Colaboradores

 *   [ Pluginjoy ](https://profiles.wordpress.org/aacers/)

[Traduce «Global Time Ghost – Local Time Converter» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/global-time-ghost)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/global-time-ghost/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/global-time-ghost/)
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/global-time-ghost/)
por [RSS](https://plugins.trac.wordpress.org/log/global-time-ghost/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

#### 2.5.2

 * Readme metadata cleanup — fix contributors order; optimized search tags.

#### 2.5.1

 * Hotfix: align readme Stable tag with main PHP Version header.

#### 2.4.1

 * **New**: v3 review boost — direct 5-star review URL pre-fills rating, lower friction.
 * **New**: Subtle review prompt on the post-edit screen — most users live in Gutenberg,
   not on plugin admin pages.
 * **New**: `gtg_user_won` action hook — fires the review prompt immediately after
   a real success event.
 * **Improved**: Activation time backfill so older installs see the prompt instead
   of waiting another 7 days.

#### 2.4.0

 * New: Real conversion + unique-timezone tracking on the admin dashboard (replaces
   the placeholder counters).
 * New: 5-star review reminder banner — appears once after 7 days, fully dismissable,
   with «I already reviewed» option.
 * New: «Get Pro» link added to the plugins-page action row.
 * Updated: Pro upsell card refreshed with the new subscription model and AI features(
   replaces the legacy lifetime $39 messaging).
 * Updated: readme refreshed for Pro Subscription + Premium AI credits + shared-
   pool messaging across SiteFix Pro / Clarity SEO Pro.
 * Tested up to WordPress 6.9.

#### 2.3.0

 * Performance: ~4 KB total payload, only loaded on pages that use the shortcode
   or block.
 * Improved: badge hover effect.
 * Improved: cache + CDN compatibility (WP Rocket, LiteSpeed, Cloudflare, SiteGround,
   Kinsta).

#### 2.2.0

 * Added: Gutenberg «Local Time» block.
 * Improved: shortcode parsing.

## Meta

 *  Versión **2.5.2**
 *  Última actualización **hace 3 semanas**
 *  Instalaciones activas **Menos de 10**
 *  Versión de WordPress ** 5.8 o superior **
 *  Probado hasta **6.9.4**
 *  Versión de PHP ** 7.4 o superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/global-time-ghost/)
 * Etiquetas:
 * [Content calendar](https://es.wordpress.org/plugins/tags/content-calendar/)[editorial calendar](https://es.wordpress.org/plugins/tags/editorial-calendar/)
   [Future Posts](https://es.wordpress.org/plugins/tags/future-posts/)[post scheduling](https://es.wordpress.org/plugins/tags/post-scheduling/)
   [scheduled posts](https://es.wordpress.org/plugins/tags/scheduled-posts/)
 *  [Vista avanzada](https://es.wordpress.org/plugins/global-time-ghost/advanced/)

## Valoraciones

Aún no se han enviado valoraciones.

[Your review](https://wordpress.org/support/plugin/global-time-ghost/reviews/#new-post)

[Ver todas las valoraciones](https://wordpress.org/support/plugin/global-time-ghost/reviews/)

## Colaboradores

 *   [ Pluginjoy ](https://profiles.wordpress.org/aacers/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/global-time-ghost/)

## Donar

¿Te gustaría apoyar el progreso de este plugin?

 [ Dona a este plugin ](https://pluginjoy.com/product/global-time-ghost-pro/)