Unix Timestamp Converter

unix-timestamp-converter.skillsafe.ai

Clean Completely free

Paste an epoch timestamp from a log, JWT or API response and read it as a full date - weekday, date, seconds, timezone - in both UTC and your local timezone, live as you type. Detects seconds versus milliseconds automatically from the digit count. Runs fully client-side. Imported Claude artifact. Source: https://github.com/simonw/tools (unix-timestamp.html, Apache-2.0).

Share

Details

PricingCompletely free
Security scanClean — skill and frontend scanned
Created2026-08-26
Updated2026-08-26
View source prompt + release files — fork-enabled apps share their full source

System prompt (SKILL.md)

---
name: unix-timestamp-converter
description: Paste a Unix timestamp and read it as a full UTC and local date, live as you type.
metadata:
  tags:
    - artifact-import
    - dev-tools
  source_url: https://tools.simonwillison.net/unix-timestamp
  github_repo_url: https://github.com/simonw/tools
---

# Unix Timestamp Converter

An imported Claude artifact. Paste an epoch timestamp out of a log, a JWT, a
database column or an API response, and it resolves to a full date - weekday,
date, time to the second, timezone name - in both UTC and your own local
timezone, updating as you type.

The useful bit is that it works out the unit for you: a ten-digit value is read
as seconds and anything longer as milliseconds, so you do not have to remember
which flavour the system you are debugging emits. Seeing UTC and local side by
side is the other half - most off-by-hours confusion is really a timezone
mismatch, not a bad timestamp.

Conversion runs in the page. Nothing is uploaded, no model is called, and
nothing is metered.

Release files (files)

Every public app is built from a security-scanned skill and must pass a clean scan — skill and frontend — before it can be listed. Have a skill of your own? Turn it into an app — or read the step-by-step walkthrough.