Misc Tools

Unix Timestamp to Date

Convert any Unix timestamp to a readable date and time in both UTC and your local timezone. Enter a 10-digit (seconds) or 13-digit (milliseconds) epoch value and get the full date, time, and day of week instantly.

Unix Timestamp to Date

Free & no signup required

Results

How to Use This Tool
  1. Enter the Unix timestamp (in seconds or milliseconds) into the input box
  2. Click "Convert to Date" to decode it
  3. View the equivalent date and time in UTC and your local timezone
What is Unix Timestamp to Date?
A Unix timestamp (also called 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 the standard way to represent a moment in time in Unix-like operating systems, programming languages, databases, and APIs. JavaScript uses millisecond-precision timestamps (multiply by 1000 or divide by 1000 compared to POSIX). Unix timestamps are timezone-independent — a timestamp represents the same moment in time everywhere in the world, and conversion to a human-readable date requires knowing the target timezone. Timestamps appear in server log files (Apache, Nginx), database records (MySQL, PostgreSQL, MongoDB), HTTP headers (Expires, Last-Modified), JWT token exp and iat claims, and countless API responses.
Related Tools