Widget
Your incident timestamps are in UTC. Your customers are not. Drop this 2 KB script on your status page and every <time> element with a datetime attribute auto-renders in the viewer's local timezone — with optional relative-time labels.
Format
Live preview
⚠️ Incident opened:
✅ Incident resolved:
📢 Last update:
<script async src="https://worldclocktools.com/embed/status-time.js"></script>
<time datetime="2026-04-23T14:30:00Z" data-wct-time> Apr 23, 14:30 UTC </time>
Any <time> with a valid ISO datetime and the data-wct-time attribute will be rendered in the viewer's locale. The script re-scans on DOM mutations so it works with React, htmx, and incremental updates.
Free for all non-commercial and commercial use — backlink to worldclocktools.com appreciated. No tracking, no analytics; the script never phones home.
Questions