/utils/timestamp

⏰ Timestamp Converter

Convert between Unix timestamps and human-readable dates.

Current Unix Timestamp
1772388954

Unix Timestamp

Supports seconds and milliseconds

Date & Time

Converted Formats

ISO 8601
2026-03-01T18:15:54+00:00
RFC 2822
Sun, 01 Mar 2026 18:15:54 +0000
Human
March 1, 2026, 6:15:54 PM
Date
2026-03-01
Time
18:15:54
Day of Week
Sunday
Relative
0 seconds ago

About Unix Timestamps

A Unix timestamp is the number of seconds since January 1, 1970 (UTC), also known as the Unix Epoch. It's a simple, unambiguous way to represent a point in time, widely used in programming and databases. Millisecond timestamps (13 digits) are automatically detected and converted.