Software Development

Unix Timestamp Explained: Convert Unix Time to Date and Back

Understand what Unix Epoch time is, the critical difference between seconds and milliseconds, and how to convert timestamps to UTC and ISO 8601 strings.

Sunny SharmaSunny Sharma
Jan 23, 2026
7 min read
Unix Timestamp Explained: Convert Unix Time to Date and Back

Unix Timestamp Explained: Convert Unix Time to Date and Back

Computers and databases store dates and times as Unix Epoch timestamps because integers avoid time zone ambiguities and simplify interval calculations.

Convert any epoch timestamp to human dates and ISO strings using the Burnjet Unix Timestamp Converter.


Seconds vs. Milliseconds: The 10-Digit vs. 13-Digit Rule #

  • Unix Seconds (10 digits): Common in Unix, Python, Go, PHP, and database engines (e.g., 1772534400).
  • Unix Milliseconds (13 digits): Standard in JavaScript (Date.now(), getTime()) and Java (e.g., 1772534400000).

Step-by-Step: Using the Burnjet Unix Timestamp Converter #

Step 1: Open the Tool #

Visit Burnjet Unix Timestamp Converter.

Step 2: Enter Timestamp or Pick a Date #

Input any 10-digit or 13-digit integer, or click Use Current Timestamp.

Step 3: View Converted Formats #

The tool outputs:

  • UTC Date String: e.g., Wed, 03 Sep 2026 06:30:00 GMT
  • Local Time Zone String: Formatted for your browser's time zone.
  • ISO 8601 String: e.g., 2026-09-03T06:30:00.000Z
  • Relative Offset: e.g., "in 2 hours" or "3 days ago".

Related Engineering Publications