Seconds, milliseconds, ISO 8601, UTC, RFC 2822, SQL, Excel serial and more — plus a live clock, batch mode, and duration math. All in your browser.
Paste any Unix timestamp (seconds, ms, µs or ns — auto-detected) or a date/time string below.
Pinned rows stay here and update live as you convert new values.
Pick a calendar date and time (Yr-Mon-Day Hr:Min:Sec AM/PM) in any time zone and get its Unix timestamp.
One timestamp or date per line. Unit is auto-detected per line.
Systems storing Unix time as a signed 32-bit integer overflow at 03:14:07 UTC on 19 January 2038 (timestamp 2147483647).
| Unit | Seconds |
|---|---|
| 1 minute | 60 |
| 1 hour | 3,600 |
| 1 day | 86,400 |
| 1 week | 604,800 |
| 1 month (~30.437 days) | 2,629,743 |
| 1 year (365.25 days) | 31,557,600 |
Quick reference for getting "now" and parsing a timestamp back to a date, per language.
Saved only on this device — never uploaded anywhere.
It's the number of seconds (or milliseconds) that have elapsed since the Unix Epoch — 00:00:00 UTC on 1 January 1970 — not counting leap seconds.
Digit count is the fastest check: 10 digits is usually seconds, 13 is milliseconds, 16 is microseconds, and 19 is nanoseconds. This tool auto-detects the unit as you type.
No. A Unix timestamp always represents one exact moment in UTC. Time zones only change how that same moment is displayed to a viewer.
Yes, using a negative number, which counts seconds backward from the epoch. This tool supports negative timestamps.
Systems that store Unix time as a signed 32-bit integer will overflow at 03:14:07 UTC on that date — the Year 2038 problem. 64-bit or unsigned storage is unaffected.
No. Every conversion and calculation runs locally in your browser using the Intl API. Nothing is sent to or stored on our servers.
Yes, while the tab is open and Live Mode is on, the current timestamp panel ticks every second. Turn it off to freeze a value you want to inspect or copy.
Yes. Use Batch Conversion to paste one timestamp or date per line and get a table of results you can copy or export as CSV.
All tools are free. If they've saved you time, consider supporting us.