StacckApp

Unix Timestamp Converter

Convert between Unix timestamps (seconds or milliseconds), ISO 8601 dates, and human-readable formats. Live, bidirectional.

Current Unix time: 1780412875 ยท
UTC: Tue, 02 Jun 2026 15:07:55 GMT
Local: Tue Jun 02 2026 15:07:55 GMT+0000 (Coordinated Universal Time)

About Unix Timestamp Converter

The Unix Timestamp Converter translates between epoch timestamps and human-readable dates. Enter a timestamp in seconds or milliseconds to see the matching ISO 8601 and readable date, or enter a date to get the timestamp. The conversion is bidirectional and updates as you type.

All calculation happens in your browser, so nothing you enter is sent to a server. It is useful for reading timestamps in logs, database rows, or API responses, and for producing a timestamp value to paste into code or a query.

Frequently asked questions

What is a Unix timestamp?
It is the number of seconds elapsed since January 1, 1970 UTC, a common way to store a point in time.
Does it handle milliseconds?
Yes. You can enter timestamps in seconds or milliseconds, and the tool interprets the value accordingly.
What time zone does it use?
Readable output is shown in your local time zone, alongside the UTC-based ISO 8601 representation.