← Back to home

Free • No signup • Fast

Unix Timestamp Converter Online

Result

Local date

May 1, 2024, 10:40:00 AM

ISO

2024-05-01T10:40:00.000Z

Unix timestamp (seconds)

1,714,560,000

Unix timestamp (milliseconds)

1,714,560,000,000

If you are working with API payloads or encoded data, you may also want to try our JSON tools or our encoding tools.

Related tools

  • Decode JWT to inspect exp, iat and nbf fields inside token payloads.
  • Format JSON to read API responses, log payloads and timestamp fields more easily.
  • URL Encoder/Decoder to decode timestamps passed inside query strings or callback URLs.

How it works

Convert Unix timestamps and epoch time to readable dates, or convert dates back to Unix timestamps. Useful for APIs, logs, databases and JWT fields such as exp, iat and nbf.

Practical examples

Convert JWT exp, iat and nbf values

Copy timestamp claims from a JWT payload and convert them into readable local dates and ISO format.

Read Unix timestamps from logs and APIs

When a server log or API response contains epoch time, quickly convert it to a readable date in your local timezone.

Convert a date to Unix timestamp

Enter a date in MM/DD/YYYY HH:mm format to get Unix timestamp values in both seconds and milliseconds.

FAQ

What is a Unix timestamp?

A Unix timestamp, also called epoch time, is a number representing the time elapsed since January 1, 1970 at 00:00:00 UTC.

What is the difference between seconds and milliseconds?

Unix timestamps are often stored in seconds, while JavaScript and many APIs use milliseconds. This tool supports both formats.

Is the conversion sent to a server?

No. Timestamp conversion happens directly in your browser without sending data to external servers.

Try these tools