Skip to content
Codesphere
← All tools
</>

Timestamp Converter

Convert Unix timestamps, ISO strings, UTC, and local time.

Live now
2026-07-17T13:23:08.385Z
ConvertedDetected seconds

Unix seconds

1704067200

Unix milliseconds

1704067200000

ISO 8601

2024-01-01T00:00:00.000Z

UTC

Mon, 01 Jan 2024 00:00:00 GMT

UTC

Monday, January 1, 2024 at 12:00:00 AM UTC

About the Timestamp Converter

Convert Unix seconds, Unix milliseconds, and ISO date strings into readable UTC, ISO-8601, and timezone-specific output. Use the live now control for logs, API payloads, JWT claims, scheduled jobs, and debugging time-sensitive data.

How the result is produced

The converter recognizes Unix seconds, Unix milliseconds, and ISO date strings, then uses browser date formatting for ISO, UTC, local, and selected timezone output.

Example: A log value such as `1710000000` can be inspected as seconds and compared with the millisecond interpretation to identify a unit mismatch.

Limitations and review notes

Timezone display is presentation only and does not change the instant. Ambiguous strings, invalid calendar dates, leap-second behavior, and environment timezone data can produce results that need confirmation in the target system.

How to use it

  1. 1. Paste a Unix timestamp, millisecond timestamp, or ISO date string.
  2. 2. Keep Auto-detect enabled or force seconds/milliseconds when logs are ambiguous.
  3. 3. Pick the timezone you want to inspect.
  4. 4. Copy the ISO, UTC, Unix, or timezone-formatted result.

FAQ

Can the timestamp converter handle seconds and milliseconds?

Yes. Auto-detect mode handles common Unix seconds and millisecond timestamps, and you can force either mode when needed.

Can I convert ISO dates too?

Yes. Paste an ISO date string to get Unix seconds, Unix milliseconds, UTC, and timezone-formatted output.

Does timezone conversion require a server?

No. Timezone formatting uses browser Intl APIs after the page loads.

Related tools

View category →

Was this useful?