Developer Utilities

Epoch Time Converter

Convert Unix epoch timestamps to human-readable date-times (UTC and local) and vice versa. Includes a real-time updating Unix clock.

Unix Epoch Time:
0000000000

Convert Unix Timestamp to Date

Detected Unit: Seconds
GMT (UTC):
Enter a timestamp
Local Time:
Enter a timestamp

Convert Date to Unix Timestamp

Epoch Seconds:
0000000000
Epoch Milliseconds:
0000000000000

What is this tool?

An Epoch Time Converter maps Unix timestamps to human-readable calendar dates and times, adjusting for UTC and your local timezone.

How to use it

To convert a timestamp, type or paste it into the "Timestamp" input field. The UTC and Local date representations will update instantly. To convert a date to a timestamp, enter the date/time parameters in the input fields below.

Pro tips

  • Use the pause button on the real-time Unix clock to freeze the current time and copy its exact value.
  • Auto-detection works for epochs from 1970 to 2286 by parsing the digit length.

Frequently asked questions

What is Unix Epoch time?

Unix time is a system for describing points in time, defined as the number of seconds (or milliseconds) that have elapsed since 00:00:00 UTC on Thursday, 1 January 1970.

Does this tool support milliseconds?

Yes, it automatically detects whether your input is in seconds (10-digit number) or milliseconds (13-digit number) and parses it correctly.