Unix Timestamp Converter

Convert between Unix timestamps and human-readable dates.

Timestamp → Date

Local time

Fri Sep 18 2026 16:36:43 GMT+0530 (India Standard Time)

UTC / ISO 8601

2026-09-18T11:06:43.000Z

Date → Timestamp

Seconds

1789729560

Milliseconds

1789729560000

Your file never leaves this browser tab — everything runs locally on your device.
Was this tool helpful?

How to use unix timestamp converter

  1. To convert a timestamp: enter it, choose seconds or milliseconds, and read the local and UTC date.
  2. To convert a date: pick a date and time, and read the resulting Unix timestamp in seconds and milliseconds.
  3. Use the "Now" button to get the current timestamp instantly.

Common use cases

  • Debugging a timestamp value found in an API response, log file or database row.
  • Converting a human date into a Unix timestamp for a script or query.
  • Checking whether a timestamp is in seconds or milliseconds.

Related tools

Frequently asked questions