Timestamp Converter
Unix time to a readable date, and any date back to Unix time.
What this tool does
Converts a timestamp or date in any direction — Unix seconds, Unix milliseconds, ISO 8601, or a plain date string all parse in, and the result is shown as every common format at once, rather than one input format converting to one fixed output.
Flexible input, auto-detected
Typing a value with auto-detect on figures out whether it's Unix seconds, Unix milliseconds, or an ISO/date string based on its length and shape, or the format can be picked explicitly when a value is ambiguous. A swap button feeds the converted time straight back in as a new input for a quick round-trip check.
Every common output at once
Unix seconds, Unix milliseconds, ISO 8601, RFC 2822/UTC, a
local date string, relative time ("3 hours ago"), day of the
week, day of the year, and the ISO week number are all shown
together — plus a fully custom format pattern (using tokens like
YYYY-MM-DD HH:mm:ss) that's directly editable and
updates live.
The same instant, every time zone
A dedicated table shows the exact same instant converted into 11 major world time zones simultaneously — Local, UTC, New York, Los Angeles, London, Paris, Dhaka, Kolkata, Tokyo, Shanghai, and Sydney — useful for scheduling across regions without converting one zone at a time.
Privacy
All conversion runs locally in your browser -- nothing you type is sent to a server.