1. Paste a timestamp
Enter a timestamp in the left panel; the tool auto-detects seconds or milliseconds.
Convert Unix (epoch) timestamps to readable dates, or dates back to timestamps, in seconds or milliseconds, with UTC and your local time side by side.
Enter seconds or milliseconds — we auto-detect which.
Pick a date and time in your local timezone.
This free tool converts between Unix (epoch) timestamps and human-readable dates in both directions. Everything runs locally in your browser, so nothing you enter is uploaded or stored.
Enter a timestamp in the left panel; the tool auto-detects seconds or milliseconds.
Use the right panel to choose a local date and time and get its timestamp.
Results show UTC and your browser's local time side by side.
A Unix timestamp counts seconds (or milliseconds) since January 1, 1970 at 00:00:00 UTC, sometimes called the epoch. It is a compact, time-zone-independent way for computers to store and compare moments in time, widely used in logs, APIs and databases.
JavaScript's Date object uses milliseconds; many APIs and Unix tools use seconds. A 10-digit number is usually seconds; 13 digits is usually milliseconds.
Timestamps themselves have no time zone. Converting to a readable date always requires choosing a zone — UTC or your local one.
Timestamps before 1970 are represented as negative numbers and are handled the same way by this converter.
A Unix timestamp (or epoch time) is the number of seconds that have elapsed since 00:00:00 UTC on January 1, 1970, not counting leap seconds. Many systems also use milliseconds since that same epoch.
It looks at how many digits the number has. Timestamps around 10 digits are treated as seconds, while timestamps around 13 digits are treated as milliseconds, since millisecond timestamps are roughly 1,000 times larger.
Yes. Results are shown in both UTC and your browser's local time zone, which is detected automatically from your device settings.
No. All conversions happen locally in your browser using JavaScript. Nothing is uploaded or stored.