Skip to content
Leandro Lima

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

  1. 1Paste a timestamp to see the dates, or pick a date to see the timestamp.
  2. 2Use the now button to capture the current moment.
  3. 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