Cannabis Ruderalis

In computing, an epoch is a fixed date and time used as a reference from which a computer measures system time. Most computer systems determine time as a number representing the seconds removed from a particular arbitrary date and time. For instance, Unix and POSIX measure time as the number of seconds that have passed since Thursday 1 January 1970 00:00:00 UT, a point in time known as the Unix epoch. Windows NT systems, up to and including Windows 11 and Windows Server 2022, measure time as the number of 100-nanosecond intervals that have passed since 1 January 1601 00:00:00 UTC, making that point in time the epoch for those systems.[1] Computing epochs are almost always specified as midnight Universal Time on some particular date.

Resolution and representation[edit]

Software timekeeping systems vary widely in the resolution of time measurement; some systems may use time units as large as a day, while others may use nanoseconds. For example, for an epoch date of midnight UTC (00:00) on 1 January 1900, and a time unit of a second, the time of the midnight (24:00) between 1 January 1900 and 2 January 1900 is represented by the number 86400, the number of seconds in one day. When times prior to the epoch need to be represented, it is common to use the same system, but with negative numbers.

Such representation of time is mainly for internal use. On systems where date and time are important in the human sense, software will almost always convert this internal number into a date and time representing a human calendar.

Problems[edit]

Computers do not generally store arbitrarily large numbers. Instead, each number stored by a computer is allotted a fixed amount of space. Therefore, when the number of time units that have elapsed since a system's epoch exceeds the largest number that can fit in the space allotted to the time representation, the time representation overflows, and problems can occur. While a system's behavior after overflow occurs is not necessarily predictable, in most systems the number representing the time will reset to zero, and the computer system will think that the current time is the epoch time again.

Most famously, older systems that counted time as the number of years elapsed since the epoch of 1 January 1900 and which only allotted enough space to store the numbers 0 through 99, experienced the Year 2000 problem. These systems (if not corrected beforehand) would interpret the date 1 January 2000 as 1 January 1900, leading to unpredictable errors at the beginning of the year 2000.

Even systems that allocate more storage to the time representation are not immune from this kind of error. Many Unix-like operating systems which keep time as seconds elapsed from the epoch date of 1 January 1970, and allot timekeeping enough storage to store numbers as large as 2 147 483 647 will experience an overflow problem on 19 January 2038. This is known as the Year 2038 problem.

Other more subtle timekeeping problems exist in computing, such as accounting for leap seconds, which are not observed with any predictability or regularity. Additionally, applications that need to represent historical dates and times (for example, representing a date prior to the switch from the Julian calendar to the Gregorian calendar) must use specialized timekeeping libraries.

Finally, some software must maintain compatibility with older software that does not keep time in strict accordance with traditional timekeeping systems. For example, Microsoft Excel observes the fictional date of 29 February 1900 in order to maintain bug compatibility with older versions of Lotus 1-2-3.[2] Lotus 1-2-3 observed the date due to an error; by the time the error was discovered, it was too late to fix it—"a change now would disrupt formulas which were written to accommodate this anomaly".[3]

In satellite-based time systems[edit]

There are at least six satellite navigation systems, all of which function by transmitting time signals. Of the only two satellite systems with global coverage, GPS calculates its time signal from an epoch, whereas GLONASS calculates time as an offset from UTC, with the UTC input adjusted for leap seconds. Of the only two other systems aiming for global coverage, Galileo calculates from an epoch and BeiDou calculates from UTC without adjustment for leap seconds.[4][needs update?] GPS also transmits the offset between UTC time and GPS time and must update this offset every time there is a leap second, requiring GPS receiving devices to handle the update correctly. In contrast, leap seconds are transparent to GLONASS users. The complexities of calculating UTC from an epoch are explained by the European Space Agency in Galileo documentation under "Equations to correct system timescale to reference timescale".[5]

Notable epoch dates in computing[edit]

The following table lists epoch dates used by popular software and other computer-related systems. The time in these systems is stored as the quantity of a particular time unit (days, seconds, nanoseconds, etc.) that has elapsed since a stated time (usually midnight UTC at the beginning of the given date).

Epoch date Notable uses Rationale for selection
0 January 1 BC[nb 1] MATLAB[6] "Year 0" in ISO 8601
1 January AD 1[nb 1] Microsoft .NET,[7][8] Go,[9] REXX,[10] Rata Die[11] Common Era, ISO 2014,[12] RFC 3339[13]
14 October 1582 SPSS,[14] IBM z/OS Language Environment,[15] IBM AIX COBOL[16] Same as below, but with one-based indexing
15 October 1582 UUID version 1 The date of the Gregorian reform to the Christian calendar.[17]
1 January 1601 NTFS, COBOL,[18] Win32/Win64 (NT time epoch)[19][20] 1601 was the first year of the 400-year Gregorian calendar cycle at the time Windows NT was made.[19]
31 December 1840 MUMPS programming language 1841 was a non-leap year several years before the birth year of the oldest living US citizen when the language was designed.[21]
17 November 1858 VMS, United States Naval Observatory, DVB SI 16-bit day stamps, other astronomy-related computations[22] 17 November 1858, 00:00:00 UT is the zero of the Modified Julian Day (MJD) equivalent to Julian day 2400000.5[23]
30 December 1899 Microsoft COM DATE, Object Pascal, LibreOffice Calc, Google Sheets[24] Technical internal value used by Microsoft Excel; for compatibility with Lotus 1-2-3.[2]
31 December 1899 Dyalog APL,[25] Microsoft C/C++ 7.0[26] Chosen so that (date mod 7) would produce 0=Sunday, 1=Monday, 2=Tuesday, 3=Wednesday, 4=Thursday, 5=Friday, and 6=Saturday. Microsoft’s last version of non-Visual C/C++ used this, but was subsequently reverted.
0 January 1900 Microsoft Excel,[2] Lotus 1-2-3[27] While logically 0 January 1900 is equivalent to 31 December 1899, these systems do not allow users to specify the latter date. Since 1900 is incorrectly treated as a leap year in these systems, 0 January 1900 actually corresponds to the historical date of 30 December 1899.
1 January 1900 Network Time Protocol, IBM CICS, Mathematica, RISC OS, VME, Common Lisp, Michigan Terminal System
1 January 1901 Ada[28] In the first version of the language, dates were limited to the range 1901 to 2099 to avoid years affected by the 400 year leap year rule. When the upper bound was expanded in later versions, the lower bound was left the same to maintain backwards compatibility with systems that used it as a datum.[28]
1 January 1904 LabVIEW, Apple Inc.'s classic Mac OS, JMP Scripting Language, Palm OS, MP4, Microsoft Excel (optionally),[29] IGOR Pro 1904 is the first leap year of the 20th century.[30]
1 January 1960 SAS System[31]
31 December 1967 Pick OS and variants (jBASE, Universe, Unidata, Revelation, Reality) Chosen so that (date mod 7) would produce 0=Sunday, 1=Monday, 2=Tuesday, 3=Wednesday, 4=Thursday, 5=Friday, and 6=Saturday.[32]
1 January 1970 Unix Epoch used in POSIX time, used by Unix and Unix-like systems (Linux, macOS, Android), and programming languages: most C/C++ implementations,[33] Java, JavaScript, Perl, PHP, Python, Ruby, Tcl, ActionScript. Also used by Precision Time Protocol.
1 January 1978 AmigaOS.[34][nb 2] The Commodore Amiga hardware systems were introduced between 1985 and 1994. Latest OS version 4.1 (December 2016). AROS, MorphOS.
1 January 1980 IBM BIOS INT 1Ah, DOS, OS/2, FAT12, FAT16, FAT32, exFAT filesystems, ZIP format and derivatives The IBM PC with its BIOS as well as 86-DOS, MS-DOS and PC DOS with their FAT12 file system were developed and introduced between 1980 and 1981.
6 January 1980 Qualcomm BREW, GPS, ATSC 32-bit time stamps GPS counts weeks (a week is defined to start on Sunday) and 6 January is the first Sunday of 1980.[35][36]
31 December 1989 Garmin FIT Epoch.[37] Standard originated by Garmin as part of their FIT Protocol, which has been adopted by many as a de facto standard in the fitness devices industry.[38]
1 January 2000 AppleSingle, AppleDouble,[39] PostgreSQL,[40][nb 3] Zigbee UTCTime,[41] Ingenuity helicopter[42] This Y2K epoch[43] is used sometimes to push the 2038 problem to the year 2068, if the processor does not support 64-bit.
1 January 2001 NSDate in Apple's Cocoa framework, NeXTSTEP First day of the third millennium A.D.

See also[edit]

Notes[edit]

  1. ^ a b Proleptic Gregorian calendar.
  2. ^ AmigaOS measures time in seconds and stores it in a signed 32 bit integer. After 19 January 2046, 03:14:07 the date will be negative. Latest OS version 4.1 (2016) has no fix for this.
  3. ^ Be aware that the Epoch function return the unix Epoch SELECT EXTRACT(EPOCH FROM TIMESTAMP WITH TIME ZONE '1970-01-01 00:00:00-00'); returns 0.

References[edit]

  1. ^ "[MS-DTYP]: FILETIME". Microsoft Docs. 2020-03-30.
  2. ^ a b c Spolsky, Joel (2008-02-19). "Why are the Microsoft Office file formats so complicated? (And some workarounds)". Retrieved 2009-03-08.
  3. ^ Dershowitz, Nachum; Reingold, Edward (2008). Calendrical Calculations (3 ed.). Cambridge University Press. pp. xxi, xxvi. ISBN 978-0-521-70238-6.
  4. ^ Subirana, J. Sanz; Zornoza, J. M. Juan; Hernández-Pajares, M. (2011). "Time References in GNSS". gssc.esa.int/navipedia. European Space Agency.
  5. ^ "GNSS Timescale Description Galileo" (PDF). United Nations Office for Outer Space Affairs. 2016. Section 5d.
  6. ^ "datenum", MathWorks, accessed 7 July 2015.
  7. ^ "GregorianCalendar Class". MSDN. Remarks. Retrieved 2015-04-26.
  8. ^ "DateTimeOffset Structure" (.NET Framework 4.5), MSDN, 2015.
  9. ^ "Package time". golang.org. Retrieved 2015-04-26.
  10. ^ "Date—z/OS TSO/E REXX Reference". IBM.com. IBM. 2014. SA32-0972-00.
  11. ^ Dershowitz, Nachum; Reingold, Edward (2008). "The Gregorian calendar". Calendrical Calculations (3 ed.). Cambridge University Press. ISBN 978-0-521-70238-6.
  12. ^ Cowlishaw, Mike Frederic (1990). The Rexx Language: A Practical Approach to Programming (2 ed.). Prentice Hall. pp. 93, 177. ISBN 0-13-780651-5.
  13. ^ "Go 1 Release Notes—Major changes to the library—Time". golang.org. 2012-03-28. Retrieved 2015-04-26.
  14. ^ "Date and Time Formats". IBM.com. IBM. Retrieved 2020-01-24.
  15. ^ "CEEDATM—Convert seconds to character timestamp". z/OS Language Environment Programming Reference. IBM. 2021-03-22.
  16. ^ COBOL for AIX Programming Guide Version 5.1 (PDF) (First ed.). IBM. June 2015. CEEDATE—convert Lilian date to character format. SC27-5404-00.
  17. ^ Leach, P.; Mealling, M.; Salz, R. (July 2005). "RFC 4122: Proposed Standard: A Universally Unique IDentifier (UUID) URN Namespace". tools.ietf.org. Internet Engineering Task Force.
  18. ^ ISO/IEC 1989:2014 - Information technology — Programming languages, their environments and system software interfaces — Programming language COBOL. ISO. 2014-06-01. p. 634.
  19. ^ a b Chen, Raymond (2009-03-06). "Why is the Win32 epoch January 1, 1601?". The Old New Thing. MSDN Blogs.
  20. ^ "FILETIME structure (minwinbase.h)". Microsoft Docs.
  21. ^ "What happened in 1841?". M Technology and MUMPS Language FAQ, Part 1/2. Archived from the original on 2015-08-28. Retrieved 2015-08-14.
  22. ^ Winkler, Gernot M. R. "Modified Julian Date". U.S. Naval Observatory. Archived from the original on 2013-02-14. Retrieved 2015-01-29.
  23. ^ "VMS base time origin". vms.tuwien.ac.at/info/humour. Technische Universität Wien. Archived from the original on 2007-06-06.
  24. ^ "Introduction to the Google Sheets API". Google Developers.
  25. ^ "International Day Number". help.dyalog.com. Retrieved 2018-11-27.
  26. ^ "Time Management". msdn.microsoft.com.
  27. ^ "What is story behind December 30, 1899 as base date?". social.msdn.microsoft.com.[permanent dead link]
  28. ^ a b John Barnes. "7.3 Times and dates". Rationale for Ada 2005. Ada Resource Association.
  29. ^ "Dates And Times In Excel". cpearson.com.
  30. ^ "MacTech – The journal of Apple technology". mactech.com.
  31. ^ "Introduction to Dates and Times in SAS" (PDF).
  32. ^ Mark Pick, International Spectrum Conference April 2010.
  33. ^ "time_t – C++ Reference". Retrieved 2015-04-06.
  34. ^ Barthel, Olaf (September 1998). "File: The Year 2000 Problem and the Amiga". amiga.de.
  35. ^ Levine, Judah (2002-07-05). "Time and frequency distribution using satellites" (PDF). Reports on Progress in Physics. 65 (8): 1119. Bibcode:2002RPPh...65.1119L. doi:10.1088/0034-4885/65/8/201 – via National Institute of Standards and Technology (NIST).
  36. ^ "Time Systems and Dates – GPS Time". Department of Oceanography, NPS. Naval Postgraduate School, Oceanography Department. Archived from the original on 2019-01-02. Retrieved 2019-02-18.
  37. ^ "FIT SDK - Working with Date Time Values". garmin.com. 2023-01-01. Retrieved 2023-02-25.
  38. ^ "Flexible and Interoperable Data Transfer - FIT Protocol". garmin.com. 2019-03-01. Retrieved 2023-02-25.
  39. ^ "AppleSingle/AppleDouble Formats for Foreign Files Developer's Note" (PDF). Archived from the original (PDF) on 2011-07-17. Retrieved 2007-10-23.
  40. ^ "PostgreSQL 9.1.24 Documentation. Chapter 8: Data Types. 8.5. Date/Time Types". PostgreSQL.org. 2016-10-27. Note: When timestamp values are stored as eight-byte integers (currently the default), microsecond precision is available over the full range of values. […] timestamp values are stored as seconds before or after midnight 2000-01-01.
  41. ^ "ZigBee Cluster Library Specification". Section 2.5.2.21 UTCTime.
  42. ^ NASA JPL [@NASAJPL] (2021-05-04). "The Force is strong with this little one" (Tweet) – via Twitter.
  43. ^ "NeoGPS/src/NeoTime.cpp at master · SlashDevin/NeoGPS". GitHub. Retrieved 2023-11-05.

External links[edit]

Leave a Reply