It is the number of seconds (or milliseconds in JavaScript) elapsed since 1 January 1970 at 00:00:00 UTC. Also called Epoch time or POSIX time, it is the universal format for representing time instants in computing systems.
Unix timestamp to readable date, and back
A Unix timestamp (or Epoch time) is the number of seconds elapsed since 1 January 1970 at 00:00:00 UTC, a convention originating in the POSIX standard that became the de-facto format for representing instants in software systems. In JavaScript and many modern databases, the timestamp is expressed in milliseconds. This converter accepts both forms, auto-detects the unit, and displays the date in UTC, local time and ISO 8601.
Paste the code into your HTML and the tool shows up on your page, without J-Kit's navigation and ads. It still runs in the browser of whoever visits your site.
<iframe
src="https://jkit.tools/embed/en-US/timestamp-converter"
width="100%"
height="600"
style="border:0"
loading="lazy"
title="Timestamp Converter"
></iframe>These references help contextualize formulas, standards, APIs and limitations used on this page. They do not replace professional validation when a result has legal, financial, medical or operational impact.
It is the number of seconds (or milliseconds in JavaScript) elapsed since 1 January 1970 at 00:00:00 UTC. Also called Epoch time or POSIX time, it is the universal format for representing time instants in computing systems.