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
- Enter a Unix timestamp (left panel) or a date/time (right panel)
- Select the unit (seconds or milliseconds) or timezone
- Click Convert to see the result in multiple formats
- Click the 📋 icon next to any result to copy it
- 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.