https://twitter.com/endermanch/status/1765072579541537074
“Setting year 2038 on 32-bit versions of Windows (incl. Windows 10) breaks some core functionality, as shown in the video.
A great reminder for you all to make sure you’re running a 64-bit version of Windows.”
Unix time, also known as POSIX (Portable Operating System Interface) time, is a measurement of time that counts the number of seconds that have passed since January 1, 1970. This date is referred to as the Unix Epoch, and hence the term “Epochalypse.” Under such operating systems, date values are stored in a signed 32-bit integer indicating the number of seconds since January 1, 1970. A problem arises with the 32-bit integer overflowing at approximately 0314 hours on January 19, 2038, causing systems to interpret the date value as December 13, 1901.