• @[email protected]
    link
    fedilink
    English
    481 year ago

    The question is, what will happen in 2038 when y2k happens again due to an integer overflow? People are already sounding the alarm but who knows if people will fix all of the systems before it hits.

    • @zik
      link
      English
      33
      edit-2
      1 year ago

      It’s already been addressed in Linux - not sure about other OSes. They doubled the size of time data so now you can keep using it until after the heat death of the universe. If you’re around then.

        • baconsanga
          link
          English
          111 year ago

          This is the funniest comment I have ever read here. Thank you.

      • @[email protected]
        link
        fedilink
        English
        101 year ago

        debian for example is atm at work recompiling everything vom 32bit to 64bit timestamps (thanks to open source this is no problem) donno what happens to propriarary legacy software

      • @AdrianTheFrog
        link
        English
        31 year ago

        I think everything works in windows but the old windows media player. You can test it by setting the time in a windows VM to 2039.

      • @[email protected]
        link
        fedilink
        English
        21 year ago

        Obviously new systems are unaffected, the question is how many industrial controllers checking oil pipeline flow levels or whatever were installed before the fix and never updated.

        • @CLOTHESPlN
          link
          English
          31 year ago

          Being somewhat adjacent to that with my work, there is a good chance anything in a critical area (hopefully fields like utilities, petroleum, areas with enough energy to cause harm) have decently hardened or updated equipment where it either isn’t an issue, will stop reporting tread data correctly, or roll over to date “0” which depending on the platform with industrial equipment tends to be 1970 in my personal experience. That said, there is always the case that it will not be handled correctly and either run away or stop entirely.

      • @Aceticon
        link
        English
        461 year ago

        At the rate of one year per year, even.

      • @[email protected]
        link
        fedilink
        English
        13
        edit-2
        1 year ago

        AfaIk that’s not entirely true, e.g. Debian is changing the system time from 32 bit integer to 64 bit. Thus I assume other distros do this as well. However, this does not help for industrial or IOT devices running deprecated Unix / Linux derivatives.

        • @[email protected]
          link
          fedilink
          English
          181 year ago

          industrial or IOT devices running deprecated Unix / Linux derivatives

          This is my concern, all the embedded devices happily running in underground systems like pipes and cables. I assume there are at least a few which nobody even considered patching because they’ve “just worked” for decades!