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.
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.
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.
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.