Unix timestamp converter
Convert Unix timestamps to readable dates and back, in UTC or local time.
Converters100% client-side
1788925004 · UTC
Timestamp → date
Date → timestamp
Recent
Nothing here yet.
About this tool
Turns a Unix timestamp into a readable date and a readable date back into a timestamp. Seconds and milliseconds are detected automatically from magnitude, which saves the usual round of multiplying by a thousand and re-checking.
Every conversion is shown in both UTC and your local timezone at once, alongside the ISO 8601 form. Reading a production log written in UTC while your laptop sits in another offset is exactly where off-by-three-hours bugs come from.
How to use it
- 1Paste a timestamp to see the dates, or pick a date to see the timestamp.
- 2Use the now button to capture the current moment.
- 3Copy whichever representation you need.
Privacy
This tool runs entirely in your browser. Nothing you type or paste is sent to a server, and your local history is stored only on this device.
Related tools
- Base64 encoder & decoderEncode and decode Base64, including the URL-safe variant.
- Color converterConvert between HEX, RGB and HSL with a live preview.
- URL encoder & decoderPercent-encode and decode URLs, with a query string breakdown.
- Markdown previewRender Markdown to HTML side by side, and export the markup.
