Convert Unix timestamps instantly — paste an epoch value to see the human-readable date, or pick a date to get its timestamp. Live clock, multiple output formats, milliseconds support, and full timezone control.
Current Unix Timestamp
—
—
Global Settings
Unit:
Timezone:
Timestamp to Date
Date to Timestamp
Common Reference Timestamps
| Event | Unix (seconds) | Date (UTC) |
|---|
How Unix Timestamps Work
A Unix timestamp (also called epoch time) counts the number of seconds — or milliseconds — elapsed since January 1, 1970, 00:00:00 UTC. It is the universal time standard in software: databases, APIs, log files, and programming languages all rely on it.
| Format | Example |
|---|---|
| Seconds (standard) | 1700000000 |
| Milliseconds (JavaScript) | 1700000000000 |
| ISO 8601 | 2023-11-14T22:13:20+00:00 |
| RFC 2822 | Tue, 14 Nov 2023 22:13:20 +0000 |
Tip: If your timestamp has 13 digits it is in milliseconds. 10 digits means seconds. Toggle the unit selector above accordingly.
Related Tools
Convert timezones → Timezone Converter Generate cron expressions → Cron Expression Generator Calculate age → Age Calculator
