Unix Timestamp Converter

Convert between Unix epoch timestamps and human-readable dates, instantly.

Current timestamp: (seconds)

How to use this tool

Paste a Unix timestamp to see its date, or pick a date/time to see its timestamp — both directions update live.

About this tool

Uses the browser's native Date object. Timestamps are shown in both your local timezone and UTC so you can double-check either.

100% client-side. Nothing you type is uploaded, logged, or stored.

Frequently asked questions

What is a Unix timestamp?

A Unix timestamp (epoch time) counts the number of seconds (or milliseconds) that have elapsed since January 1, 1970, 00:00:00 UTC. It's a common way to represent a point in time in a timezone-independent, easily-comparable format.

How do I tell seconds from milliseconds?

As of 2026, second-based Unix timestamps are 10 digits long, while millisecond-based ones are 13 digits long. This tool auto-detects which one you pasted based on digit count.