Unix Timestamp Converter
Convert Unix timestamps to human-readable dates and back. Live, in any timezone — everything runs in your browser.
Current Unix time
—
Timestamp → Date
Enter a timestamp above.
Date → Timestamp
Seconds
—
Milliseconds
—
How to use it
- 1See the current Unix time at the top, updating live.
- 2Paste a timestamp to convert it to a date — seconds and milliseconds are auto-detected.
- 3Or pick a date and time to get the matching epoch value. Choose a timezone for the readable output.
Common use cases
- Make sense of an epoch value in an API response or log line.
- Check whether a token or cache entry has expired.
- Build a timestamp for a test fixture or database record.
- Compare a stored time against now with the relative display.
Frequently asked questions
- Does it support seconds and milliseconds?
- Yes. Auto mode detects the unit from the number's length, or you can force seconds or milliseconds explicitly.
- Which timezone does it use?
- The readable date is shown in the timezone you pick — your local zone and UTC are always available, plus every IANA timezone your browser supports.
- Is anything sent to a server?
- No. All conversion happens in your browser — nothing leaves your device.
- What's the difference between Unix seconds and milliseconds?
- Unix time counts from 1970-01-01 UTC. Most systems use seconds (10 digits today); JavaScript and many APIs use milliseconds (13 digits).
Try next
UUID / ULID Generator
Generate UUID v4, UUID v7, or ULID identifiers in bulk, instantly in your browser.
Cron Builder
Build cron expressions visually or describe the schedule in plain English and let on-device AI write it for you. Plain-English explanation, next 5 runs, presets.
Hash Generator
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes in your browser.