Linux Kernel Newbies: y2038, "The year 2038 problem"
01/06/2024
From the Linux Kernel Newbies website, the y2038 page describes "The year 2038 problem" thusly:
https://kernelnewbies.org/y2038
All 32-bit kernels to date use a signed 32-bit time_t type, which can only represent time until January 2038. Since embedded systems running 32-bit Linux are going to survive beyond that date, we have to change all current uses, in a backwards compatible way.
last modified: 2019-01-18 15:10:47 as of 2024-01-06, so the conclusion is that though this is an easy page to find, it's alas not a current spot for information.