Timestamp Converter

Convert between Unix timestamps and human-readable dates. See the current timestamp, convert any epoch time to a date, or get the Unix time for any date. Shows local time, UTC, and ISO 8601 formats.

Unix Timestamp (sec):
Unix Timestamp (ms):
Local Time:
UTC Time:
ISO 8601:
Relative:

Frequently Asked Questions

What is a Unix timestamp?

A Unix timestamp is the number of seconds that have elapsed since January 1, 1970 (UTC). It is widely used in programming to represent points in time as a single number.

How do I convert a timestamp to a date?

Enter the Unix timestamp number in the input field and the tool instantly shows the corresponding date in local time, UTC, and ISO 8601 format.

What is epoch time?

Epoch time is another name for Unix timestamp. The epoch is the reference point (January 1, 1970 00:00:00 UTC) from which time is measured.