Year 2038 Problem
The original Unix timestamp datatype (time_t) stores a date and time as a signed 32-bit integer representing the number of seconds since 1 January 1970. During and after 2038, this number will exceed 231 − 1, the largest number representable by a signed 32-bit integer, causing the Year 2038 problem (also known as the Unix Millennium bug, or Y2K38). To solve this problem, many systems and languages have switched to a 64-bit timestamp, or supplied alternatives which are 64-bit.
Read more about this topic: Y2K Problem, Programming Problem, Date Bugs Similar To Y2K
Famous quotes containing the words year and/or problem:
“Tomorrow in the offices the year on the stamps will be altered;
Tomorrow new diaries consulted, new calendars stand;
With such small adjustments life will again move forward
Implicating us all; and the voice of the living be heard:
It is to us that you should turn your straying attention;
Us who need you, and are affected by your fortune;
Us you should love and to whom you should give your word.”
—Philip Larkin (19221986)
“If a problem is insoluble, it is Necessity. Leave it alone.”
—Mason Cooley (b. 1927)