/tools/epoch-converter

Unix Epoch Converter

Convert seconds through nanoseconds, inspect dates in any IANA timezone, and find likely timestamps in API responses or logs.

epoch://local

1. Epoch to date

Convert one value or a batch

Press Ctrl/Command + Enter from the batch field, or Enter from another field.

Enter epoch values separated by spaces, commas or new lines.
2. DiscoverFind timestamps in JSON or logsOpen
Candidates are ranked by field-name and magnitude evidence.
3. Date to epochResolve an IANA wall clockOpen
DST gaps are not shifted. Repeated times require an earlier/later choice.
Ready. Timestamp values stay in this browser.

/units

Epoch unit reference

UnitTypical digits todayResolution
Seconds101 second
Milliseconds130.001 second
Microseconds160.000001 second
Nanoseconds190.000000001 second

Automatic detection is a high-probability magnitude inference. Use the manual unit control when working with historical or unusually distant timestamps.

/precision

BigInt before Date

The original integer is converted to nanoseconds with BigInt. Browser Date supplies calendar and timezone rules at millisecond resolution; remaining sub-millisecond digits are retained and shown rather than rounded away.

/faq

Epoch questions

What happens during a DST gap?

The wall time is reported as nonexistent. The converter never moves it silently.

Why can one wall time have two epochs?

When clocks move backward, the same local clock reading occurs twice. Choose the earlier or later UTC instant explicitly.

Is pasted JSON uploaded?

No. Timestamp discovery and conversion are local and content is not included in analytics.