Unix Timestamp Converter
Convert Unix timestamps (in seconds or milliseconds) to human-readable dates, and convert dates back to Unix epoch time.
What is a Unix timestamp?
A Unix timestamp is the number of seconds that have elapsed since 00:00:00 UTC on 1 January 1970, the Unix epoch. It's a time-zone-independent way to represent an instant in time and is used widely in programming, databases, and APIs. JavaScript and many web APIs use milliseconds instead of seconds.
Seconds vs milliseconds
| Unit | Example (now) | Used by |
|---|---|---|
| Seconds | 10 digits, e.g. 1700000000 | Unix, MySQL, Python, Go, most REST APIs |
| Milliseconds | 13 digits, e.g. 1700000000000 | JavaScript (Date.now), Java, many JSON APIs |
Date result
- Local time (UTC)
- 1/1/1970, 12:00:00 AM
- UTC (Coordinated Universal Time)
- Thu, 01 Jan 1970 00:00:00 GMT
- ISO 8601 (UTC)
- 1970-01-01T00:00:00.000Z
- Unix (s / ms)
- 0 / 0
Local time is shown in your browser's time zone; UTC and ISO 8601 are time-zone independent and identical for everyone.
Timestamp result
- Unix seconds
- 1785817260
- Unix milliseconds
- 1785817260000
- Local
- 8/4/2026, 4:21:00 AM
- UTC
- Tue, 04 Aug 2026 04:21:00 GMT
How to convert a Unix timestamp to a date
- Paste the timestamp into the Unix timestamp field.
- Pick Seconds (10-digit) or Milliseconds (13-digit).
- Read the local time, UTC, and ISO 8601 formats from the result.
- To go the other way, enter a date and time in the second card to get its timestamp in both units.
Example
1700000000 seconds is 2023-11-14 22:13:20 UTC.
Learn more
Background: Unix time (Wikipedia) · Coordinated Universal Time (UTC).
Related tools
Frequently asked questions
What is a Unix timestamp?
Seconds or milliseconds?
Does the converter handle time zones?
What's the largest timestamp it accepts?
Is anything sent to a server?
Want this calculation in your inbox?
Get weekly date-math tips and be the first to know when Pro API access launches.
No spam. Unsubscribe anytime.
Put this calculator on your site
Free iframe embed — no signup, no tracking.
Calcadian calculators are for general planning and informational use. Please verify critical deadlines, legal, payroll, tax, HR, or official requirements with the relevant authorities or a qualified professional.