• realbaconator@lemmy.world
    link
    fedilink
    arrow-up
    77
    arrow-down
    5
    ·
    2 年前

    ISO 8601 gang. You’d never want to describe dates that way but for file management the convenience is massive.

    • qjkxbmwvz
      link
      fedilink
      arrow-up
      17
      arrow-down
      1
      ·
      2 年前

      If you’re using a *NIX command line, something like

      mkdir $(date +%F)_photos

      is super handy.

        • muix@infosec.pub
          link
          fedilink
          arrow-up
          6
          ·
          2 年前

          That is the basic format of ISO8601, hyphens are only used in the extended format which is encouraged to be used in plain text.

          See ISO 8601:2004 section 2.3.3 basic format