The next global computer crash is predicted to occur in 2038
The reason is due to the way software is programmed to handle time information, so software that uses 32-bit integer coefficients to store time information will be affected.
In the 1970s, when programmers developing the first UNIX computer operating system decided to use 32-bit integers to measure time, starting from January 1, 1970. Many software and hardware have been integrated into this system.
However, a 32-bit integer number system can only store a maximum value of 2,147,483,647. So in 2,147,483,647 seconds after January 1, 1970, that is, on January 19, 2038, this value will be surpassed. All 32-bit systems can fall back to a value of 0, resulting in them defaulting to displaying the current time as 1970, if not corrected promptly.
According to Professor Jonathan Smith from the University of Pennsylvania's Department of Computer and Information Science, technically, fixing this error is not too difficult, but because the scope of impact is very large, it will take a lot of time.
This incident is said to have similarities with the "Y2K incident," a computer incident that occurred at the turn of the millennium (ie 1999 - 2000) because old computers were only used programmed to recognize the last two digits of the year, making it impossible to clearly distinguish between the years 2000 and 1900.
You should read it
- Instructions for dividing hard drives right in Windows 10
- The 14 most notable announcements by Microsoft at E3 2019
- How to fix corrupted macOS installer errors
- Details of Fantasy Mode PUBG mode
- Zoom expands technical force in the US
- Review Super Fowlst 2 - A more relaxed and hands-on experience
- Disney Mirrorverse tips for beginners
- All you need to know about film photography, an artistic hobby
May be interested
- Fix Outlook crash when opening or creating emailafter downloading update 412 for outlook on microsoft 365 office, many users are experiencing the email app crashing whenever they reply to emails, forward, read, or even create new emails.
- Chro Crash Team Racing Nitro Fueled, Crash Team Racing Nitro Fueled commandin this article is crash team racing nitro fueled code on three ps4 systems, xbox one and nintendo switch.
- How to Read Dump Filesthis wikihow teaches you how to analyze your windows computer's dump files after a crash. dump files, which are automatically created by windows after your computer crashes, display a list of programs that were running before the crash;...
- How to create a lightweight Windows 11 for unsupported computersthe pc market is about to undergo a global shift later this year. microsoft plans to end support for windows 10 on october 14, 2025. and it's predicted that hundreds of millions of pcs will be stuck on this version.
- Tips to fix PUBG game Crash status on Windows 10currently many gamers encounter pubg crash game error when playing on windows 10, this situation occurs making it difficult to access the game, and this is also one of the errors that cannot access pubg on pc, but many of you are still good. question.
- How to Stop Chrome from Sending Crash Reports on Phone, PCif you don't want chrome to automatically send crash reports to google, you can disable this feature by following the instructions below.
- GAN (Global Area Network) price, marketcap, chart, and fundamentals infoglobal area network (gan) network refers to a network consisting of many networks connected together covering an unlimited geographical area. this term is synonymous with the internet and is considered a global network.
- 3 ways to configure BSOD crash dump on Windowsa blue screen of death (bsod) usually occurs when there is a critical error and windows cannot recover or repair it. to determine the cause of the blue screen of death, you need to configure windows to create a minidump each time something goes wrong.
- How does GPS global positioning system work?gps is a global positioning system designed, built, operated and managed by the us department of defense. some functions of gps are licensed for free use worldwide. one of the outstanding features of this tool is the positioning based on the position of the artificial satellites.
- Global keywords in Pythonwhat does the global key do and how do i use it in python? please follow us.