4
page394
5y

What do you think an official solution for the "Year 2038 problem" is going to be as most systems have different solutions?

Comments
  • 5
    The solution is already there for all 64 bit Linux systems because time is an int64_t there that doesn't wrap around before roughly 300 billion years.
  • 4
    Someone still has an x86 server somewhere?
  • 2
    @C0D4 probably not, but someone might have a bunch of 32bit embedded systems still.
Add Comment