Unix Timestamp Converter
Convert Unix timestamps to ISO 8601, local time, and relative time — and back again.
100% in your browser. Nothing is uploaded.
Current time
1780572505
1780572505203
2026-06-04T11:28:25.203Z
From timestamp
From date
Timezone viewer
Shows the currently entered timestamp or date (or now if neither is set) in the selected timezone.
Frequently asked questions
Is any data sent to a server?
No. All conversions happen locally in your browser using the JavaScript Date API. Nothing is transmitted anywhere.
How does the tool tell seconds from milliseconds?
If the absolute value of the number is 1,000,000,000,000 (10^12) or greater it is treated as milliseconds; otherwise as Unix seconds. This threshold correctly covers all dates from 1970 to the year 33658.
What date string formats does "From date" accept?
Any format the browser's Date constructor can parse — most reliably ISO 8601 (e.g., 2024-06-15T12:00:00Z, 2024-06-15). Ambiguous locale formats like 06/15/2024 may parse inconsistently across browsers.
More dev tools
JSON Formatter
Format, validate, minify, and explore JSON.
Base64 Encode/Decode
Encode and decode Base64 for text and files.
JWT Decoder
Decode and verify JSON Web Tokens.
URL Encoder
Encode, decode, and parse URLs and query strings.
Hash Generator
MD5, SHA-1, SHA-256/384/512 for text and files.
UUID Generator
UUID v4, v7, and Nano ID. Bulk generation.