login about faq


Unix Millennium Bug | Y2K38 | Year 2038 problem | may cause some computer software to fail before or in the year 2038. The problem affects all software and systems that 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 1901 rather than 2038. This will likely 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 20 years in the future will have to be fixed no later than in 2018.

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. However, any other non-Unix operating systems and software that store and manipulate time this way will be just as vulnerable.

A search shows that a fix was found in 2008, but I thought the problem targeted almost all 32-bit systems & 64-bit systems like way Way WAY INTO THE FUTURE?!?

asked Jun 12 '10 at 08:37

r0bErT4u's gravatar image

r0bErT4u
31.0k513672938

Is Unix Millennium Bug | Y2K38 | Year 2038 problem still an issue?: http://bit.ly/hlaXOj

(Dec 02 '10 at 14:07) r0bErT4u r0bErT4u's gravatar image

http://2038bug.com/

Seems like the worse that will happen is your clock will read Fri Dec 13 20:45:52 1901

answered Jun 12 '10 at 08:46

refrwfrwgrfd's gravatar image

refrwfrwgrfd
(suspended)

edited Jun 12 '10 at 08:46

I think computers will be upgraded between now and then so we should be fine. Just don't believe the media. If we are lucky they will make a good movie about this. LOL.

answered Jun 12 '10 at 09:14

Liam%20Quade's gravatar image

Liam Quade
7.4k92121197

edited Jun 12 '10 at 09:14

It only exists in antiquated systems. Modern OSes, such as Windows, Mac OS X and Linux do not have such an issue.

answered Jun 12 '10 at 09:16

archaeme's gravatar image

archaeme
2.3k334277

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported


Join Us in the Chat Room

Tags:

×298
×43
×34
×31
×16
×7
×1
×1
×1

Asked: Jun 12 '10 at 08:37

Seen: 3,376 times

Last updated: Dec 02 '10 at 14:07