Inspect an API or log timestamp
Convert an issued-at, created-at, or event value and compare its UTC and browser-local representations.
Processed locally
Convert Unix timestamps to UTC, browser-local, and ISO 8601 dates with automatic seconds, milliseconds, microseconds, and nanoseconds detection.
Overview
Unix Timestamp to Date converts epoch values in seconds, milliseconds, microseconds, or nanoseconds into UTC, browser-local, and ISO 8601 dates. Auto detection is deterministic and can be overridden, while reverse conversion, batch processing, comparison, and precision diagnostics remain available as secondary workflows.
Workflow
Follow the core workflow below. Use “Show in tool” to locate the real control in the live tool above.
Add a plain integer or fractional value to Unix timestamp. Use Now or Sample only when you need a known starting point.
Unix timestampNowSampleKeep Auto detect unit for an undocumented value, or select Seconds, Milliseconds, Microseconds, or Nanoseconds when the source contract is known.
Auto detect unitSecondsMillisecondsReview Conversion result to compare UTC, Browser local, and ISO 8601 for the same epoch instant, then check the detected unit and timezone labels.
UTCBrowser localISO 8601Copy the specific display or canonical Unix unit required by your API, log, test, or code path. More canonical units remain available without crowding the primary result.
CopyUnix secondsUnix millisecondsOpen Date → Unix and enter the calendar date and time that should be converted into an epoch value. Milliseconds can be included when the source contains them.
Date → UnixDate and timeSelect UTC when the input already describes universal time, or Browser local time when it should be interpreted using the browser timezone.
Interpret asUTCBrowser local timeRun Convert date after confirming the value and timezone interpretation. The conversion produces seconds, milliseconds, and the normalized ISO instant.
Convert dateCheck the seconds, milliseconds, and ISO 8601 outputs, then copy an individual value or prepare the reverse-conversion context.
SecondsMillisecondsISO 8601CopyOpen Batch and paste up to 1,000 timestamp values with one value per line. Seconds, milliseconds, microseconds, and nanoseconds can be mixed in the same list.
BatchUnix timestampsRun Convert batch to process every non-empty line. Invalid values remain visible as errors without preventing valid rows from being converted.
Convert batchClearInspect the result table to confirm each original value, detected unit, UTC date, ISO 8601 value, and conversion status.
OriginalUnitUTCISO 8601StatusCopy the complete table, download it as CSV, or prepare summary-only AI-ready context after reviewing the converted rows.
Copy tableDownload CSVPrepare AI-ready contextOpen Compare and provide the two epoch values whose exact temporal difference you need to measure.
CompareTimestamp ATimestamp BKeep Auto detect when the source units are undocumented, or explicitly select the unit for A and B when their contracts are known.
Unit AUnit BAuto detectSelect Compare timestamps after checking both values and units. The tool normalizes both inputs before calculating their exact delta.
Compare timestampsConfirm whether A precedes or follows B, compare their ISO instants, and inspect the delta in seconds, milliseconds, and nanoseconds before preparing context.
A → BDelta secondsDelta millisecondsDelta nanosecondsYou can now convert a timestamp, reverse a date into Unix time, process a batch, compare two instants, and export the representation you need.
Copy a resultDownload CSVPrepare AI-ready contextPractical cases
Convert an issued-at, created-at, or event value and compare its UTC and browser-local representations.
Check whether a 10-digit value needs to be multiplied by 1,000 before it is passed to the JavaScript Date constructor.
Use Compare to measure the deterministic delta between two timestamps even when their source units differ.
Convert a negative timestamp such as -1 to verify an instant immediately before the Unix epoch.
Troubleshooting
From evidence to action
Use Prepare AI-ready context to preview an agent-neutral local export that separates timestamp facts, deterministic diagnostics, and limitations. Single and compare modes include the relevant values and precision warnings; batch mode includes summary counts only. Nothing is sent to an external AI service.
Developer guides
Understand the concept, inspect a testable example, then open it in the tool above.
FAQ