AZ Tools

Unix Timestamp Converter

Time

Translate between Unix epoch time and human-readable dates, in both directions. Supports seconds and milliseconds, and shows local time, UTC, and ISO 8601. The current timestamp updates live. Everything runs in your browser.

How to use

  1. Pick a direction: timestamp → date, or date → timestamp.
  2. Enter a Unix timestamp (choose seconds or milliseconds), or pick a date.
  3. Read the converted values — local, UTC, and ISO.
  4. Copy any value, or grab the current timestamp shown at the top.

Frequently asked questions

Seconds or milliseconds?
Classic Unix time is in seconds; JavaScript uses milliseconds. Pick the unit that matches your input.
Which timezone is shown?
Local time uses your device's timezone; UTC and ISO are timezone-independent.
What is ISO 8601?
A standard date format like 2026-05-27T08:00:00.000Z, widely used in APIs and logs.
Is my data sent anywhere?
No. All conversion happens locally in your browser.

Related tools