Skip to content
QuickTool logoQuickTool

Timestamp Converter

Convert between UNIX timestamps and human‑readable dates

Start

Description

Convert between UNIX timestamps and ISO 8601 strings for quick debugging of time values in logs and APIs.

Key features

  • Epoch seconds ⇄ ISO 8601 conversion
  • “Now” shortcut to current time
  • Local persistence and accessible inputs

How to Use

  1. Enter an epoch timestamp or ISO date.
  2. Click “To ISO” or “To UNIX” to convert.
  3. Use “Now” to populate the current time.

Example

Example

Epoch → ISO:

1700000000 -> 2023-11-14T22:13:20.000Z

ISO → Epoch:

2023-11-14T22:13:20.000Z -> 1700000000

FAQ

Milliseconds vs seconds?

The tool detects 13‑digit values as milliseconds and normalizes accordingly.

Timezone?

ISO strings are UTC by default; your local timezone may display differently.