Unix Timestamp Converter

Convert between Unix timestamps and human dates (local + UTC).

All timestamp and date conversion happens locally in your browser, and nothing you enter is uploaded to a server.

Working with cron schedules? Try the Cron Expression Explainer.

About Unix Timestamp Converter

This unix timestamp converter turns epoch values into readable dates and converts dates back into Unix time. Paste a timestamp in seconds or milliseconds and it auto-detects the unit by magnitude (around 13 digits is treated as milliseconds), then shows the ISO 8601 string, UTC time, your local time, and a relative phrase like "3 hours ago". You can also enter a date such as 2025-01-31T12:00:00Z and get back both the seconds and milliseconds epoch, making it a fast epoch converter for unix time to date and back. A live clock shows the current time as it ticks. It is built for developers, QA engineers, and anyone debugging logs, APIs, or database fields. Everything is processed locally in your browser, so your data never leaves your device.

Features

How to use the Unix Timestamp Converter

  1. Paste a Unix timestamp into the input box, or type a date like 2025-01-31T12:00:00Z.
  2. Let the tool auto-detect seconds or milliseconds, or pick the unit manually.
  3. Read the ISO, UTC, local, and relative-time results.
  4. Click copy next to any value to grab it for your code or logs.

Example

Input

1706700000

Output

ISO:   2024-01-31T11:20:00.000Z
UTC:   Wed, 31 Jan 2024 11:20:00 GMT
Local: 1/31/2024, 11:20:00 AM
Unit:  seconds

A 10-digit value is detected as seconds and expanded to ISO, UTC and local time.

Common errors & troubleshooting

Frequently asked questions

What is a Unix timestamp and what does this converter do?
A Unix timestamp is the number of seconds (or milliseconds) since 1 January 1970 UTC. The Unix Timestamp Converter turns that epoch value into ISO 8601, UTC, and local dates, and converts dates back into epoch time.
How do I convert a date back into a Unix timestamp?
Enter a date like 2025-01-31T12:00:00Z in the date field and the Unix Timestamp Converter returns the epoch value in both seconds and milliseconds.
Does the converter use seconds or milliseconds?
Both. It auto-detects by magnitude, treating roughly 13-digit values as milliseconds, and you can also force the unit manually.
What timezones does the Unix Timestamp Converter show?
It shows both your local time and UTC for every timestamp, alongside the ISO 8601 string, so you can cross-check values across regions.
What does the relative time mean?
It expresses the timestamp compared to now, such as "in 2 days" or "3 hours ago", which is handy for spotting stale log entries.
Is my timestamp data kept private in the Unix Timestamp Converter?
Yes. The converter runs entirely in your browser with no tracking, so the values you enter never leave your device.

Related tools

All ArrayKit tools