CalcuOnline
Developer & Tech

Unix Timestamp & Date Converter

Convert between Unix timestamps (seconds or milliseconds) and human-readable date formats. Relative time updates live.

Current time
09:00:45
Wed Aug 19 2026
Unix (s) 1787110245
Unix (ms) 1787110245498

Enter seconds or milliseconds (auto-detected by length).

Notable timestamps
Converted formats

Enter a Unix timestamp on the left to see all date formats.

Reference

Notable Unix timestamps

EventUnix (seconds)ISO 8601 (UTC)
Unix epoch (start)01970-01-01T00:00:00Z
Y2K (Year 2000)9466848002000-01-01T00:00:00Z
Unix time 1 billion10000000002001-09-09T01:46:40Z
Unix time 1.5 billion15000000002017-07-14T02:40:00Z
Unix time 2 billion20000000002033-05-18T03:33:20Z
Y2K38 (32-bit overflow)21474836472038-01-19T03:14:07Z
FAQ

Common questions

A Unix timestamp is the number of seconds (or milliseconds in many programming languages) that have elapsed since the Unix epoch — midnight UTC on January 1, 1970. It is the most portable way to represent a specific moment in time, because it is a single integer with no timezone or locale ambiguity.

Related tools