UtilityGrid
🔍

How to Use Unix Timestamp Investigator

Paste a timestamp and auto-detect whether it's seconds, ms, µs or ns, then decode the date.

Open the Unix Timestamp Investigator tool →

What is Unix Timestamp Investigator?

Paste a timestamp and auto-detect whether it's seconds, ms, µs or ns, then decode the date. It's completely free, needs no sign-up, and runs entirely in your browser — so it's fast and private.

How to use Unix Timestamp Investigator

  1. Open the Unix Timestamp Investigator tool.
  2. Paste or type your input.
  3. Set any options provided.
  4. Copy the result. Everything runs in your browser — nothing is uploaded.

Frequently asked questions

How does it detect the unit?

By the number's magnitude — it decides whether the timestamp is in seconds, milliseconds, microseconds or nanoseconds, then decodes the date.

Why does this matter?

APIs and logs disagree on precision. JavaScript uses milliseconds while many systems use seconds — mixing them is off by 1000×.

More Developer Tools