What does the Timestamp do?
Unix time counts seconds (or milliseconds) since 1970-01-01T00:00:00Z. This converter maps that number to an ISO 8601 string and the other way around.
Convert Unix time to ISO dates and back, locally. Nothing is uploaded.
The Unix Timestamp Converter treats 10-digit values as seconds and 13-digit values as milliseconds — a rule that classifies every timestamp between 1970 and the year 33658 correctly — and outputs ISO 8601 in UTC.
Unix time counts seconds (or milliseconds) since 1970-01-01T00:00:00Z. This converter maps that number to an ISO 8601 string and the other way around.
Numbers below 1e12 are treated as seconds; larger numbers as milliseconds. Date strings are parsed by the browser Date constructor and emitted as UTC ISO.
No. This page never sends your input to a server — formatting, decoding and hashing all run in this tab, on this device.How that works.
If the number has 13 digits it is almost certainly milliseconds. 10-digit values are seconds. The tool uses that heuristic.
Output is always UTC (the Z suffix). Your local zone is not applied, which keeps logs comparable.
It fills the current Unix seconds from your clock so you can compare an exp claim to wall time.
No.
Browse alltext toolsor thefull tool directory.