Enter a Unix timestamp (seconds since 1 January 1970 UTC) to see the corresponding date and time in UTC, your local timezone, and as a relative time string.
MODE
All conversions use the browser's native Date API: new Date(), .toISOString(), .toLocaleString(), and Date.now(). No server processing, the result appears immediately in your browser.
Timestamps are converted entirely in your browser tab. Our servers are not involved at any point.
For working out the gap between any two dates, try the date calculator. To find an exact age in years, months, and days, use the age calculator. For aligning timestamps across regions, see the timezone converter.