Formatters

Validators

Converters

Encoders

Utilities

Generators

21 tools availableAll run in-browser

Epoch Timestamp to Date Converter

Convert Unix epoch timestamps to human-readable dates and vice versa. Supports seconds, milliseconds, and multiple timezones.

Current Unix Timestamp

Live
Seconds (10-digit)
1780135453
Milliseconds (13-digit)
1780135453890

Timestamp → Date

Date → Timestamp

About this epoch timestamp to date converter

The epoch converter translates Unix timestamps into readable dates and converts human dates back into epoch values. It is useful when debugging logs, database rows, analytics events, JWT claims, and scheduled jobs.

Common uses

  • Decode created_at, expires_at, iat, exp, or log timestamp values.
  • Create test timestamps for API requests and database fixtures.
  • Compare UTC and local time while debugging scheduled behavior.

Practical notes

Check whether your timestamp is in seconds or milliseconds before converting.

Use UTC for server-side comparisons to avoid daylight saving time surprises.

Frequently Asked Questions

What is a Unix epoch timestamp?

A Unix timestamp (epoch time) is the number of seconds that have elapsed since January 1, 1970 00:00:00 UTC. It's a standard way to represent a point in time in programming.

How do I convert epoch to date?

Enter your epoch timestamp (in seconds or milliseconds) in the first field. The tool automatically detects the unit and converts it to ISO 8601, UTC, and your selected local timezone.

What is the current Unix timestamp?

The current Unix timestamp updates every second on this page. As of the last load, it was approximately 1780135453.

All processing happens in your browser. No data is sent to any server.