Unix Timestamp Converter
Convert any Unix epoch timestamp into a readable date and time, in your local timezone or UTC. Also converts a date back to a timestamp. Supports both seconds and milliseconds.
Auto-detected unit: —
Now (s): 1784655840Now (ms): 1784655840373Now: 2026-07-21 17:44:00
runtime
Browser-local execution
Inputs stay inside the current tab unless you copy, download or explicitly export.
memory
Session handoff
Magic Paste can pass input to a target tool through sessionStorage, never through the URL.
control
User-owned state
Favorites, recent tools and workflow history are local browser data you can clear from the browser.
smart handoff graph
session handoff readySuggested next moves
sponsor
Sponsor this toolFixed native slots for developer products. No third-party tracking, no popups, no layout shift.
01
How to use
- 01Enter a timestamp on the left, or pick a date on the right.
- 02Both fields stay in sync automatically.
- 03Toggle the unit between seconds and milliseconds as needed.
02
FAQ
- Seconds or milliseconds — how do I tell?
- Timestamps that are 10 digits long are seconds (since 1970). 13-digit numbers are milliseconds. The tool auto-detects but you can override.
- What is the Unix epoch?
- The Unix epoch is 00:00:00 UTC on 1 January 1970. Unix timestamps count the seconds elapsed since that moment, ignoring leap seconds.
03