Timestamp Converter

Convert Unix timestamps to human-readable dates and vice versa. Live clock with multiple formats.

Advertisement
Current Unix Timestamp

Timestamp to Date

Date to Timestamp

Advertisement

About Unix Timestamps

A Unix timestamp (also known as Epoch time or POSIX time) is the number of seconds that have elapsed since January 1, 1970 00:00:00 UTC, not counting leap seconds. It is widely used in computing systems, databases, and APIs to represent points in time.

Supported Formats

  • ISO 8601 — International standard format (e.g., 2024-01-15T12:30:00.000Z)
  • RFC 2822 — Email date format (e.g., Mon, 15 Jan 2024 12:30:00 +0000)
  • Local Time — Human-readable format in your timezone
  • Relative Time — How long ago or until a given timestamp

All conversions happen in your browser. No data is sent to any server.