• @caden
    link
    76 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@programming.dev
      link
      fedilink
      55 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.