• @[email protected]
    link
    fedilink
    64 months ago

    More of a front end issue actually, almost all time is just stored as the number of seconds since 00:00:00 Jan 1 1970.

    • JackbyDev
      link
      fedilink
      English
      34 months ago

      I’ve seen plenty of people use ISO 8601 for storage as well as display.

        • @[email protected]
          link
          fedilink
          44 months ago

          This is for a 32bits encoded epoch time, which will run out in 2038.

          Epoch time on 64 bits will see the sun swallow Earth before it runs out.

        • @[email protected]
          link
          fedilink
          English
          14 months ago

          We’ve still got time to fix it, and the next release of Debian will likely have a time-64 complete userland. I don’t know the status of other “bedrock” distributions, but I expect that for all Linux (and BSD) systems that don’t have to support a proprietary time-32 program, everything will be time-64 with nearly a decade to spare.

          • 2xsaiko
            link
            fedilink
            34 months ago

            Yup. Gentoo people are working on it as well. This is only a problem on 32-bit Linux too, right?

            • @[email protected]
              link
              fedilink
              24 months ago

              I think it affects amd64 / x64 because they originally used a 32-bit time_t for compatibility with x86 to make multiarch easier.

              I don’t believe it affects arm64.

          • JackbyDev
            link
            fedilink
            English
            14 months ago

            Probably some mainframe or something lol. Always a mainframe.