Skip to content
Date & Time

Unix Timestamp Converter

Paste any timestamp (epoch seconds, epoch ms, ISO 8601, RFC 2822 or any date string) and see all formats at once — UTC, local, multiple timezones — plus relative time. Auto-detects the input format.

now2026-05-11T13:02:34.426Zjust now
All formats
Epoch seconds1778504554
Epoch milliseconds1778504554426
ISO 8601 (UTC)2026-05-11T13:02:34.426Z
RFC 2822 (UTC)Mon, 11 May 2026 13:02:34 GMT
Local (UTC)2026-05-11 13:02:34.426 GMT
Time zones (tap to toggle)
UTC2026-05-11 13:02:34 GMT
UTC2026-05-11 13:02:34 GMT
America/New_York2026-05-11 09:02:34 GMT-4
Europe/London2026-05-11 14:02:34 GMT+1

How to use this timestamp converter

  1. Paste a timestamp — epoch seconds, epoch ms, or any date string.
  2. Pick the unit if you want to force seconds vs ms (otherwise auto-detect).
  3. All formats display together: epoch (s + ms), ISO 8601 UTC, RFC 2822 and your local time.
  4. Toggle additional time zones to see the same instant elsewhere.

Frequently asked questions

How does auto-detect work?

Pure numbers are detected as epoch — values < 10¹¹ are treated as seconds (covers up to year 5138), larger values as milliseconds. Any other input goes through your browser's Date parser, which handles ISO 8601, RFC 2822 and many other formats.

What is Unix epoch time?

Seconds elapsed since 1970-01-01 00:00:00 UTC. The standard timestamp format in databases, APIs, log files and most programming languages.

What's ISO 8601?

The international date format: YYYY-MM-DDTHH:MM:SSZ (UTC) or with an offset like +01:00. Unambiguous, sortable as text, and the de-facto standard for APIs.

Is anything sent to a server?

No. All conversion runs in your browser.