← Back to Tools

Unix Timestamp to Date Converter

Paste any epoch number and see the calendar date (UTC + local). Current Unix time: 0

Timestamp → Date
Enter Unix timestamp (seconds or milliseconds) to get the human-readable date. Share a direct link: add ?ts=YOUR_NUMBER to this page's URL.
Date → Timestamp
Enter a date to get Unix timestamp (seconds since 1970-01-01).

Unix timestamp to date (example)

Many people search for queries like unix timestamp 1163558854 to date. That value is (2006-11-15T02:47:34.000Z). Paste 1163558854 above or open /tools/unix-timestamp?ts=1163558854 — the converter fills in and shows the result immediately.

Unix Timestamp Converter

Convert Unix timestamp (epoch time) to human-readable date and vice versa. Unix timestamp is seconds since January 1, 1970 (UTC). Used in databases, APIs, and programming. This tool supports both seconds (10 digits) and milliseconds (13 digits). Shows ISO format and local time.

How to Convert Unix Timestamp

  1. Timestamp → Date: Enter a Unix timestamp (e.g., 1708012800), click Convert. See the date.
  2. Date → Timestamp: Enter a date (e.g., 2024-02-16 or 2024-02-16T12:00:00Z), click Convert. Get the timestamp.
  3. Click "Now" to insert the current timestamp. The live counter shows current time.

When to Use

Debug API responses with timestamps, convert database values, set up cron jobs, work with JWT exp/iat, or understand epoch time. Handles timezone conversion to your local time. All in your browser.