Timestamp Converter

Convert Unix timestamps (epoch seconds or milliseconds) to readable dates in UTC and your local time zone — and convert any date back to a timestamp.

Converted results
UTC (RFC 1123)
Fri, 26 Jun 2026 16:40:41 GMT
ISO 8601
2026-06-26T16:40:41.000Z
Local time
Fri Jun 26 2026 16:40:41 GMT+0000 (Coordinated Universal Time)
Epoch (seconds)
1782492041
Epoch (milliseconds)
1782492041000
Relative
just now
Ad · in-content

About the Timestamp Converter

A Unix timestamp counts the seconds (or milliseconds) since 1 January 1970 UTC. It is the standard way systems store and exchange points in time, but it is unreadable to humans. This converter translates in both directions: paste an epoch value to see the corresponding date in UTC, local time and ISO 8601, or pick a date to get its timestamp.

It automatically detects whether your input is in seconds or milliseconds and updates live. Everything runs locally, so there is no network round-trip — handy when debugging log timestamps, token expiries or scheduled jobs.

How to use the Timestamp Converter

  1. 1Enter a Unix timestamp to convert it to a date, or pick a date to get its timestamp.
  2. 2See the result in UTC, local time and ISO 8601 formats.
  3. 3Use the “Now” button to grab the current timestamp.

Key benefits

  • Two-way conversion, live as you type.
  • Auto-detects seconds vs milliseconds.
  • Shows UTC, local and ISO 8601.
  • Private and instant.

Real-world examples

Read a log timestamp

Convert an epoch value from a log line to a date.

Check token expiry

Turn a JWT exp claim into a readable date.

Frequently asked questions

Seconds or milliseconds?+

The tool auto-detects based on magnitude: 10-digit values are treated as seconds, 13-digit as milliseconds.

Which time zone is used?+

Results are shown in both UTC and your browser's local time zone.

Related tools

Ad · sticky-mobile