• 257m
    link
    fedilink
    08 months ago

    Why not just use unsigned int rather than signed int? We rarely have to store times before 1970 in computers and when we do we can just use a different format.

    • @SHITPOSTING_ACCOUNT@feddit.de
      link
      fedilink
      18 months ago

      Because that’s how it was initially defined. I’m sure plenty of places use unsigned, which means it might either work correctly for another 68 years… or break because it gets converted to a 32 bit signed somewhere.