Timestamp Converter

Convert Unix timestamps to dates and back

How to use

  1. Paste a Unix timestamp to see the human-readable date and time.
  2. Or pick a date to get its Unix timestamp.
  3. Copy the value you need.

Why use this tool

Frequently asked questions

What is a Unix timestamp?

It's the number of seconds (or milliseconds) since January 1, 1970 UTC — a compact, timezone-free way to store a moment in time.

Seconds or milliseconds?

Unix timestamps are usually in seconds, but JavaScript uses milliseconds. The tool handles both so you don't have to guess.

Does it show my local time?

Yes — converted dates are shown in your local timezone, computed in your browser.

Back to all tools