Epoch To Date

Paste a Unix epoch timestamp (seconds or milliseconds) and instantly see the human-readable date and time in any timezone.

Epoch to Date

Enter a timestamp above or click "Now" to start.

Date to Epoch

Fill in date and time above to get the timestamp.

Common Epoch Values

Unix epoch start
Y2K (Jan 1, 2000)
Y2K38 problem
Current time
Copied!

Summary

Paste a Unix epoch timestamp (seconds or milliseconds) and instantly see the human-readable date and time in any timezone.

How it works

  1. Enter a Unix epoch timestamp in the input field (seconds or milliseconds are both accepted).
  2. The tool auto-detects the unit based on the magnitude of the number.
  3. Select your preferred timezone from the dropdown.
  4. The human-readable date, ISO 8601 string, and RFC 2822 string are shown instantly.
  5. Use the "Current Time" button to load the current epoch and see what it looks like.
  6. Use the reverse converter to pick a date and get the corresponding Unix timestamp.

Use cases

  • Debug API responses that return Unix timestamps.
  • Verify that a scheduled event fires at the correct wall-clock time.
  • Convert database epoch fields to readable dates during data analysis.
  • Check expiry times in JWT tokens or session cookies.
  • Convert log file timestamps when investigating incidents.
  • Convert a specific date to an epoch timestamp for query parameters.

Frequently Asked Questions

Last updated: 2026-07-01 · Reviewed by Nham Vu