An API timestamp whose unit is known
1700000000000 · milliseconds
Interprets the value as 2023-11-14T22:13:20.000Z and shows both Unix units, UTC and device-local representations, rather than assuming every long-looking number is a date in seconds.
Runs entirely in your browser. It never sends a timestamp or date to a server.
Loading the device clock…
Exact supported inputs, outputs, limits, and primary sources for the current implementation.
Capability claims last reviewed September 9, 2026. Review dates describe the implementation audit, not content freshness by itself.
Timestamp utilities often silently multiply the wrong unit or let a browser guess what an offset-free date string means. This converter deliberately separates seconds from milliseconds, refuses the ambiguous widths in between, and offers an explicit local-versus-UTC choice for a native picker. Its ISO text path requires a real offset, retains pre-1970 values, and reports UTC calendar details without pretending that a device-local display is a portable source of truth.
Tooleras keeps this page specific to the job above instead of claiming support for adjacent formats, platforms, or edge cases it cannot verify. Open the capability guide for the exact inputs, outputs, limits, and sources.
1700000000000 · milliseconds
Interprets the value as 2023-11-14T22:13:20.000Z and shows both Unix units, UTC and device-local representations, rather than assuming every long-looking number is a date in seconds.
2024-01-15T14:34:56.789+02:00
Applies the explicit +02:00 offset to produce the same instant as 2024-01-15T12:34:56.789Z, without handing an ambiguous string to browser-specific date parsing.