Current Unix timestamp
Shows the current Unix timestamp updating every second. Copy the current time as a Unix timestamp in seconds or milliseconds with one click.
1781304190current Unix timestamp (seconds)
| UTC | Fri, 12 Jun 2026 22:43:10 GMT | |
| ISO 8601 (UTC) | 2026-06-12T22:43:10.250Z | |
| Local (UTC) | 6/12/2026, 10:43:10 PM | |
| Unix (s) | 1781304190 | |
| Unix (ms) | 1781304190250 | |
| Relative | 0 seconds ago |
MODE
Runs entirely in your browser
How it works
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.
Processing runs in your browser
Timestamps are converted entirely in your browser tab. Our servers are not involved at any point.
Related operations
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.
Frequently asked questions
- How accurate is the timestamp?
- The timestamp is based on your system clock via JavaScript's Date.now(). It updates every second and is accurate to within a second under normal conditions.
- Can I pause the live update?
- Click the Copy button to capture the current value. The display will continue updating, but the copied value is the exact moment you clicked.
Related tools
Date calculator
Days between dates, add or subtract days, calculate age, or count down to a future date.
Timezone converter
Convert any time between time zones using the IANA database. Includes common shortcuts for major cities.
Age calculator
Calculate your exact age in years, months, and days from your date of birth. Includes birthday countdown and total days lived.
Cron expression explainer
Parse any cron schedule into plain English and see the next run times. Fully in-browser.