ToolVaults

Unix Timestamp Converter

Convert Unix timestamps (seconds or milliseconds) to human-readable dates in every common format. Includes ISO 8601, UTC, relative time, ISO week.

Runs 100% in your browser — nothing is uploaded.

Detected as seconds (10 digits or fewer).
  • ISO 8601 (UTC)2026-08-12T03:19:34.000Z
  • UTC stringWed, 12 Aug 2026 03:19:34 GMT
  • Local stringWed Aug 12 2026 03:19:34 GMT+0000 (Coordinated Universal Time)
  • Relative0 seconds ago
  • Day of year224
  • ISO week33
Live now: 1786504774 (s) · 1786504774395 (ms)

Frequently asked

What is a Unix timestamp?

The number of seconds since 00:00:00 UTC on January 1, 1970 — the Unix epoch. Some systems use milliseconds instead; we auto-detect based on digit count.

Why do I see two different values?

JavaScript uses milliseconds (13 digits), while most Unix tools and databases use seconds (10 digits). Both are shown so you can copy whichever your language expects.

What is Y2K38?

On January 19, 2038, at 03:14:07 UTC, the 32-bit signed integer used to store seconds since epoch will overflow. Any system still using int32 timestamps will misbehave — most modern systems use 64-bit and are safe until year 292 billion.

Related tools