you are viewing a single comment's thread
view the rest of the comments
[–] 49 points 2 years ago (2 children)

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.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 36 points 2 years ago* (5 children)

    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.

  • source
  • parent
  • hideshow 10 child comments
  • [–] 11 points 2 years 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

  • source
  • parent
  • [–] 2 points 2 years ago (1 child)

    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.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 2 years 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.

  • source
  • parent
  • [–] 15 points 2 years ago (4 children)

    2038 is approaching super fast and nobody seems to care yet

  • source
  • parent
  • hideshow 8 child comments
  • [–] 47 points 2 years ago (3 children)

    At the rate of one year per year, even.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 14 points 2 years ago* (last edited 2 years ago) (1 child)

    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.

  • source
  • parent
  • hideshow 2 child comments