EpochLab

Microseconds Converter

Convert microseconds to a date, and back

The 16-digit form — PostgreSQL internals, ClickHouse, Python's `time_ns() / 1000`, and Chrome's own clock, which counts from 1601 instead.

Questions people ask

The things that come up about microseconds converters, answered plainly.

Is a 17-digit number microseconds?

Probably WebKit/Chrome time, which is also microseconds but counts from 1601 rather than 1970 — so it is about 11.6 billion seconds larger. Cookie and history databases in Chromium browsers use it.

Does JavaScript support microsecond precision?

Not in `Date`, which is millisecond-only. `performance.now()` gives sub-millisecond resolution but is relative to page load, and browsers deliberately coarsen it against timing attacks.

Related tools

Seconds, milliseconds, microseconds and nanoseconds, in both directions.

All 160 tools · More in unix time & epochs