Epoch is an instant of time considered to be the starting point for a particular period.
The Unix time started on 1970-01-01 00:00:00 GMT, and stored as an integer representing seconds
past this "epoch" time. The negative number represents the time in past from the epoch point.
Since Unix was developed in 1960s and 1970s, the numbers were stored in 32-bit registers,
and this causes the the number to end on 2038-01-19 03:14:07.
Since some systems still store date/time in Unix numbers, so we developed a tool to convert
the number to date/time, and vice versa.
Current Timestamp & Date/Time
Unix Timestamp
Date/Time
1734835615
GMT 2024-12-22 02:46:55 AM
Convert Unix time to Date/Time
Enter a Unix timestamp in decimal number, and we'll convert to human readable date/time.
Select a Date/Time in GMT or Local Time, and we'll convert to Unix Timestamp.