01
Choose a direction
Convert a Unix timestamp to a date or a timezone-explicit ISO date to Unix time.
Convert Unix seconds or milliseconds to readable dates and timezone-explicit ISO dates back to timestamps.
—
—
—
—
Unix timestamps represent an instant relative to 1970-01-01T00:00:00Z. Conversion runs locally; Got A Tool does not receive the value.
Your data is processed locally in your browser whenever supported and is not uploaded to our servers.
How it works
01
Convert a Unix timestamp to a date or a timezone-explicit ISO date to Unix time.
02
When reading a timestamp, specify seconds or milliseconds instead of relying on magnitude guesses.
03
See UTC ISO, local display, Unix seconds, and Unix milliseconds for the same instant.
No hidden timezone guesses
Unix time is anchored to UTC. Date input must include Z or a numeric offset, preventing the same text from silently producing different timestamps on different devices.
Select the source unit explicitly, including fractional seconds with millisecond precision.
Accepts ISO 8601 date-time text with Z or an offset such as +03:00 or -05:00.
Shows the canonical UTC instant and a separate display formatted in the current device timezone.
Dates and timestamps are converted in the browser without being uploaded or stored.
FAQ
It represents an instant as elapsed time from 1970-01-01T00:00:00Z. Many systems use whole seconds, while JavaScript commonly uses milliseconds.
Check the system that produced it and choose the matching unit. The tool does not guess from digit count because that can silently misinterpret valid historical or future values.
A date-time without a timezone is ambiguous. Requiring Z or an explicit offset makes the resulting Unix timestamp deterministic across devices and locations.
Yes. Instants before the Unix epoch use negative timestamps, within the date range supported by the browser.
No. The browser formats the instant using your device settings. Got A Tool does not receive the timestamp, date, or timezone.
Keep working
Calculate SHA-256, SHA-384, or SHA-512 checksums for files locally and compare an expected hash.
Open tool →Percent-encode or decode URL components and full URLs locally with strict Unicode validation.
Open tool →Format, minify, sort, and validate JSON locally with clear syntax feedback.
Open tool →Generate one or many cryptographically secure UUID v4 identifiers directly in your browser.
Open tool →