Current Unix Timestamp
The live Unix timestamp right now, in every unit.
Reading your device clock…
What does Current Unix Timestamp do?
Shows the current Unix timestamp, ticking live, in seconds, milliseconds, microseconds and ISO 8601. Copy any format in one tap, or freeze the clock to capture an exact moment.
How to Use Current Unix Timestamp
- 1Read the timestampIt updates every second.
- 2Freeze it if neededTo copy an exact moment without it moving.
- 3Copy your formatSeconds, milliseconds or ISO 8601.
Key Features
- Live-updating timestamp in seconds, milliseconds and microseconds
- ISO 8601, RFC 2822, UTC and local time shown alongside
- Freeze button to capture an exact moment
- One-tap copy for every format
- Day of year, week number and time zone offset displayed
Frequently Asked Questions
Is this timestamp from your server?
No, it comes from your device clock. If your system time is wrong, this figure will be wrong too. Server-side systems should always use their own clock, ideally synchronised with NTP.
Why does the timestamp keep changing?
Because it is the current instant, advancing one unit per second. Use the freeze button to hold a value steady while you copy it.
How do I get the current timestamp in code?
JavaScript: Math.floor(Date.now() / 1000) for seconds. Python: int(time.time()). PHP: time(). SQL: EXTRACT(EPOCH FROM NOW()). Shell: date +%s.
What is the ISO 8601 format?
An international standard written as 2026-03-06T14:30:00Z, where Z means UTC. It sorts correctly as plain text and is unambiguous across locales, unlike 03/06/2026.
Dates and times are calculated in your browser using its built-in IANA time zone database. Nothing you enter is transmitted.
Related Tools
Unix Timestamp Converter
Convert Unix timestamps to dates and back, in any unit.
Timestamp to Date Converter
Turn a Unix timestamp into a readable date and time.
Date to Timestamp Converter
Turn a calendar date and time into a Unix timestamp.
Time Zone Converter
Compare a time across multiple cities and time zones.