• Unaware7013
    link
    fedilink
    56 months ago

    This, but all run together.

    I write files/reports to disk a lot from scripts, so that’s my preferred format.

    • @naught
      link
      26 months ago

      I just go for a unix timestamp and use terminal/filemanager to sort by or display the datetime

      • Unaware7013
        link
        fedilink
        36 months ago

        Are you talking epoch? I don’t care for that mainly because it’s not human readable. I see the use for it, but I struggle with it in practical use.

        • @naught
          link
          36 months ago

          Yep. I mostly like datetimes for simple sorting. If it needs to be human readable iso is the way to go tho.