• @[email protected]
    link
    fedilink
    859 months ago

    That’s something I think I’d like to use, but I don’t know if could get over the fact that neither the date nor the time are in ISO 8601 format.

      • @dejected_warp_core
        link
        59 months ago

        I once worked in a software shop where all release packages had the Unix epoch timestamp in the filename. Yes, these sorted brilliantly making it trivial to find the last one. But good luck finding a build from a specific date/time.

    • @dep
      link
      English
      49 months ago

      Lol I came here to say this

    • @spader312
      link
      49 months ago

      The date format isn’t even human readable (at least in American). It should be Sun, Jan 14th

      • @TheGrandNagus
        link
        10
        edit-2
        9 months ago

        Considering it uses day then month, 24hr clock, and distance in km, I’m guessing the reason why it’s not “human readable in American” is because it’s intended to be “human readable for pretty much everybody else”

        The date format isn’t incorrect at all

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

          IMO, that format is best for all releases.

          You want to talk about sorting releases, ISO 8601 works with sorting and it’s still human readable.

          My homies all start their date time stamped files with ISO 8601.

          • @spader312
            link
            39 months ago

            I always start my files with iso8601, except on s3 it doesn’t like the colon. Gotta replace the colons lol