The Y2038 problem is converted to the Year 2106 problem. This is when an unsigned 32-bit binary integer will roll over with the time since the Unix Epoch, compared to the Year 2038 problem with being a signed 32-bit integer.

https://github.com/freebsd/freebsd-src/commit/dfe803fdbc54e65aaf23c56d53eeeefdef8e42aa













