Unix zaman damgaları (saniye / ms / µs / ns) ile insan okunabilir tarihler arasında saat dilimi destekli, canlı, otomatik algılayıcı bir dönüşüm.
This free tool converts between Unix timestamps (seconds, milliseconds, microseconds and nanoseconds) and human dates in UTC, local time, ISO 8601 and RFC 2822 — with a live ticking now-clock, smart unit auto-detection and one-click copy on every output.
Paste a timestamp on the left tab and the date appears in UTC, local time, ISO 8601, RFC 2822 and a relative form — or switch to the right tab to turn a date into all four Unix unit timestamps.
Open the Timestamp → Date tab, paste or type a number, then read the date in UTC, local time, ISO 8601 and RFC 2822. The Date → Timestamp tab does the reverse and gives you the timestamp in seconds, ms, µs and ns at once.
A Unix timestamp counts the seconds elapsed since 1970-01-01 00:00:00 UTC, excluding leap seconds. Languages and APIs vary in whether they expose it as seconds, milliseconds, microseconds or nanoseconds.
The auto-detector guesses based on magnitude: 10-digit numbers are seconds, 13-digit numbers are milliseconds, 16-digit numbers are microseconds and 19-digit numbers are nanoseconds. You can always force a unit with the dropdown.
Yes. The browser uses 64-bit doubles for time math, so it isn't affected by the classic 2038 Y2K-style overflow that limits 32-bit signed seconds.
No. The converter is entirely client-side; the value lives only in the page DOM and disappears when you close the tab.
Date formatting uses the browser's native Date and Intl APIs. ISO 8601 output matches RFC 3339 and SQL TIMESTAMP WITH TIME ZONE; RFC 2822 matches the email Date header. Local time honours the browser-detected IANA timezone.