Incident timelines
Translate raw log timestamps into readable strings for updates, emails, and postmortems.
Documentation
Convert Unix timestamps into readable datetimes with timezone highlights and copy-ready snippets.
Overview
Use this guide when you have a Unix timestamp and need the same instant in a readable date, a timezone-specific string, or a UTC copy.
Translate raw log timestamps into readable strings for updates, emails, and postmortems.
Share UTC and local views of the same instant to keep compliance notes aligned.
Normalize shared timestamps when teams work across multiple time zones.
Supported inputs
Walk through it
Workflow
Use the main form when you already have the epoch value and need to inspect the instant.
Workflow
Use the snippet lineup when you need the same timestamp in SQL, PHP, JavaScript, or a shell command.
What you get
ISO 8601 strings and UTC views make the instant easy to inspect before you share it.
The relative-time view helps you sanity-check whether the timestamp is recent or historical.
Use the copy controls to move the timestamp, date string, or UTC output into docs and scripts.
Avoid these mistakes
Trim or divide millisecond values before you convert them or the output will point to the wrong instant.
Make sure the selected offset matches the source system before you copy the result into a ticket or script.
Keep both the human-readable string and the UTC copy when the output needs to survive a handoff.