Timestamp Converter

Convert between Unix timestamps and human-readable dates. Supports seconds and milliseconds.

Current Unix (s)
Current Unix (ms)
UTC
Local
⏱️ Timestamp → Date
📅 Date → Timestamp

How to Use

  1. Enter a Unix timestamp (left panel) or a date/time (right panel)
  2. Select the unit (seconds or milliseconds) or timezone
  3. Click Convert to see the result in multiple formats
  4. Click the 📋 icon next to any result to copy it
  5. Use "Use Now" to quickly convert the current time

What Is a Unix Timestamp?

A Unix timestamp (also called Epoch time or POSIX time) is the number of seconds that have elapsed since January 1, 1970 at 00:00:00 UTC, not counting leap seconds. It's widely used in programming, databases, and APIs because it's timezone-independent and easy to compute with. This tool lets you convert between Unix timestamps and human-readable dates in various formats.