Convert between Unix timestamps and human-readable dates with ease.
A live dashboard for Unix timestamp conversion — see the current time in multiple timezones at a glance, and convert freely between Unix seconds/milliseconds and human-readable dates in any of them.
That's the whole point of the tool — a single instant in time (one Unix timestamp) corresponds to a different local clock time depending on timezone, and mixing them up is one of the most common sources of date bugs.
JavaScript's Date.now() and most JSON APIs use milliseconds (13 digits for a current date); Unix epoch time in most other languages (Python's time.time(), SQL, cron) is usually seconds (10 digits). The tool has separate fields for both.