Shows the current Unix timestamp updating every second. Copy the current time as a Unix timestamp in seconds or milliseconds with one click.
| UTC | Mon, 25 May 2026 22:46:35 GMT | |
| ISO 8601 | 2026-05-25T22:46:35.427Z | |
| Local | 5/25/2026, 10:46:35 PM | |
| Unix (s) | 1779749195 | |
| Unix (ms) | 1779749195427 | |
| Relative | 0 seconds ago |
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.