Timestamp Converter

Convert between Unix timestamp and datetime

Current Time
2026-06-28 05:03:48
1782594228
Unix Timestamp (seconds)

Supported: Unix timestamp (sec/ms), ISO 8601, RFC 2822, common date formats

How to Use

FAQ

What is a Unix timestamp?

A Unix timestamp is the number of seconds from January 1, 1970 00:00:00 UTC to a specified time, widely used in computer systems to represent time.

What is the difference between second and millisecond timestamps?

Second-level timestamps are 10-digit numbers, millisecond-level are 13-digit. JavaScript and similar languages use millisecond timestamps by default.