Epoch Time

Epoch time is a method of representing time and dates by counting the number of seconds elapsed since a start date. This start date is referred to as the beginning of an epoch. Computer systems use epoch time to track the current time and date and to set created and modified timestamps.

Since most computer servers use Unix or a Unix-like operating system, the term "epoch time" is most often used to refer to the Unix epoch that began at 12:00:00 AM UTC on January 1, 1970. However, other computer systems track time using other starting dates. Classic MacOS started its epoch at midnight UTC on January 1, 1904; modern Windows systems track epoch time from a start date of January 1, 1601. Windows computers also increment epoch time every 100 nanoseconds instead of every second.

Examples of Unix epoch timestamps and the corresponding date and time
Examples of Unix epoch timestamps and the corresponding date and time

Errors in a file or file system may occasionally reset a file's created or modified date to 0. When this happens, your computer's operating system will display the affected file as created at midnight UTC on January 1, 1970. Coordinated Universal Time (UTC) is based on Greenwich Mean Time (GMT), so if your local time zone is west of GMT, the date adjusts a few hours back to December 31, 1969.

NOTE: Unix systems that still use a signed 32-bit integer to track epoch time will reach the maximum possible value on January 19, 2038. Updating affected software to use a 64-bit value instead will resolve this problem since a 64-bit value can track more than 500 billion years worth of seconds.

Updated March 22, 2023 by Brian P.

quizTest Your Knowledge

What does it mean for a component to be "hot swappable?"

A
Its clock speed can be raised or lowered through software.
0%
B
It can be connected or disconnected while the computer is turned on.
0%
C
It can wake a computer from standby mode.
0%
D
It is compatible with computers running Windows and macOS.
0%
Correct! Incorrect!     View the Hot Swappable definition.
More Quizzes →

The Tech Terms Computer Dictionary

The definition of Epoch Time on this page is an original definition written by the TechTerms.com team. If you would like to reference this page or cite this definition, please use the green citation links above.

The goal of TechTerms.com is to explain computer terminology in a way that is easy to understand. We strive for simplicity and accuracy with every definition we publish. If you have feedback about this definition or would like to suggest a new technical term, please contact us.

Sign up for the free TechTerms Newsletter

How often would you like to receive an email?

You can unsubscribe or change your frequency setting at any time using the links available in each email.

Questions? Please contact us.