← all tools

Epoch ↔ date

Paste a timestamp and it works out the unit — seconds, millis, micros or nanos. Reads Perfetto traces directly.

convert androidperfettotimedebugging

Paste any epoch value. The unit is worked out from its length — override it below if it guesses wrong.

Interpreted
  

Timestamps arrive in four different units depending on where you copied them from: seconds from an API, milliseconds from Java, microseconds from a database, nanoseconds from a system trace. Guessing wrong puts you decades out. This detects the unit from the magnitude and shows both UTC and Jakarta time, which matters when a log says 13:00 and your server is in a different hemisphere.