(no title)
WirelessGigabit | 1 year ago
I read the article with my limited knowledge and I couldn't find an explanation for this statement. Can someone elaborate?
WirelessGigabit | 1 year ago
I read the article with my limited knowledge and I couldn't find an explanation for this statement. Can someone elaborate?
mikepavone|1 year ago
zinekeller|1 year ago
TacticalCoder|1 year ago
It is Debian specific because Debian is one of the rare distro which keeps supporting 32 bit systems. The others don't even bother, it's all 64 bit now, where the year 2038 problem doesn't exist at all.
Denvercoder9|1 year ago
bun_terminator|1 year ago
TonyTrapp|1 year ago
Maybe 20 years ago, but these days you cannot make such a generalization. For example, VC++ uses a 64-bit time_t even in 32-bit builds unless you explicitly define _USE_32BIT_TIME_T. on 64-bit builds, a 32-bit time_t would be an illegal configuration that won't even build.
CamperBob2|1 year ago