• Nithanim
    link
    fedilink
    arrow-up
    8
    arrow-down
    2
    ·
    7 hours ago

    Every time this topic comes up I wonder how many computer systems this will break. Maybe we find out soon if this is really realized.

    • smeenz@lemmy.nz
      link
      fedilink
      arrow-up
      4
      ·
      4 hours ago

      There are probably hundreds of thousands of devices out there that are smart enough to know about time zones but old enough that there no chance of a software update, for example APC UPSs and power strips used in data centres world wide and years beyond end of support.

    • bss03@infosec.pub
      link
      fedilink
      arrow-up
      3
      ·
      4 hours ago

      As long as they can get tzdata / Olsen db updates before the first change, there’s usually no problem. But, I’m sure there are still devices out there using the OLD US switchover dates from the Bush era, because they have a different, possibly “hard-coded” rule set.

    • caden@lemmy.sdf.org
      link
      fedilink
      arrow-up
      7
      ·
      6 hours ago

      I’d bet it actually simplifies as least as many things as it breaks. Basically all computers already keep track of time as a count of seconds since a UTC epoch anyway, and then do timezone conversions on top of that.

      • Nithanim
        link
        fedilink
        arrow-up
        5
        ·
        5 hours ago

        Well, in essence yes. But I have seen enough mishandling and homegrown stuff of custom date-time calculations that this could get interesting. I suspect that there are a lot of systems where the TZ database is never updated which at least will result in shifted displayed local time.

        Also, it is fun to get data from old programs and also from userinput where the actual offset has to be guessed from the timezone. And if that conversion data is old, fun is had. It does not matter how time is represented internally in this case.