Remember Y2K?

W.G.Ewald

Defence Professionals/ DFI member of 2
Professional
Joined
Sep 28, 2011
Messages
14,139
Likes
8,594
The year 2038 problem may cause some computer software to fail at some point near the year 2038. The problem affects all software and systems that both store system time as a signed 32-bit integer, and interpret this number as the number of seconds since 00:00:00 UTC on Thursday, 1 January 1970.[1] The furthest time that can be represented this way is 03:14:07 UTC on Tuesday, 19 January 2038.[2] Times beyond this moment will "wrap around" and be stored internally as a negative number, which these systems will interpret as a date in December 13, 1901 rather than January 19, 2038. This is caused by integer overflow. The counter "runs out" of usable digits, "increments" the sign bit instead, and reports a maximally negative number (continuing to count up, toward zero). This is likely to cause problems for users of these systems due to erroneous calculations.

Further, while most programs will only be affected in or very close to 2038, programs that work with future dates will begin to run into problems much sooner. For example, a program that works with dates 24 years in the future will have to be fixed no later than 2014.

Because most 32-bit Unix-like systems store and manipulate time in this format, it is usually called Unix time, and so the year 2038 problem is often referred to as the Unix Millennium Bug.
Year 2038 problem - Wikipedia, the free encyclopedia
 

Eastman

Regular Member
Joined
Sep 25, 2013
Messages
405
Likes
233
Country flag
I knew it, the Mayan age computers were not Y2K compliance too, the mis interpreted the doomsday to be 21 dec 2012 but actually it was erroneous calculations the actual doomsday maybe 21 dec 2013 :noidea:
 

Latest Replies

Global Defence

New threads

Articles

Top