← all tools
Epoch ↔ date
Paste a timestamp and it works out the unit — seconds, millis, micros or nanos. Reads Perfetto traces directly.
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.