• pelya
    574
    1
    ·
    2 years ago

    YYYY-MM-DD is the only acceptable date format, as commanded by ISO 8601.

    • clif
      96
      ·
      2 years ago

      “There shall be no other date formats before ISO8601. Remember this format and keep it as the system default”

    • Wes_Dev@lemmy.ml
      56
      ·
      2 years ago

      Largest to smallest unit of time. It just makes sense.

      • sartalon
        6
        ·
        2 years ago

        That is what I love so much about standards: there are so many to choose from.

      • EnderMBdeleted by creator
        6
        ·
        2 years ago

        YES! I wish more people knew about RFC 3339. While I’m all for ISO 1601, it’s a bit too loose in its requirements at times, and people often end up surprised that it’s just not the format they picked…

      • CoderKat@lemm.ee
        English
        4
        ·
        2 years ago

        Huh, I’ve never noticed how much bloat was in ISO 8601. I think when most people refer to it, we’re specifically referring to the date (optionally with time) format that is shared with RFC 3339, namely 2023-11-22T20:00:18-05:00 (etc). And perhaps some fuzziness for what separates date and time.

    • Empricorn@feddit.nl
      English
      24
      ·
      2 years ago

      If you have years of files named similarly with the date, you will love the ISO standard and how it keeps things sorted and easy to read.

      • Agent641
        20
        ·
        2 years ago

        I have autohotkey configured to insert the current date in ISO 8601 format into my filenames on keyboard shortcut for just this reason. So organized. So pure.

          • Agent641
            8
            ·
            2 years ago

            Download Autohotkey, and create a new script. Paste these shortcuts into the script and restart the script:

            #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.

            ; #Warn ; Enable warnings to assist with detecting common errors.

            SendMode Input ; Recommended for new scripts due to its superior speed and reliability.

            SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

            :R*?:ddd::

            FormatTime, CurrentDateTime, yyyy-MM-dd

            SendInput %CurrentDateTime%

            return

            :R*?:dtt::

            FormatTime, CurrentDateTime, yyMMddHHmm

            SendInput %CurrentDateTime%

            Return

            Now, if you type ‘ddd’ on your keyboard, the current date will be typed out, eg ‘2023-11-23’.

            If you type ‘dtt’ tgen the datetime stamp will be typed out in YYMMDDhhmm format, eg 2311231012

            There are so many cool things you van do with AHK to make your work more productive. For example, rather tgan typing your email address a billion times, add the shortcut:

            ::add1::[email protected]

            And then you can type ‘add1’ and hit space, and your email address will be typed out in full. Of course, the string ‘add1’ can be whatever you want.

        • mvirts
          2
          ·
          2 years ago

          Much date. Very logic.

        • (This doesn’t consider the separator) Cyan - DD/MM/YY Magenta - MM/DD/YY Yellow - YY/MM/DD The other ones are mixes of those two colors, so e.g. the US is MM/DD/YY and YY/MM/DD (apparently).

          Also just noticed I didn’t attribute this picture, I’ll edit my comment.

      • stealth_cookies
        6
        ·
        2 years ago

        Canada threw up their hands and said, “Fuck it, I don’t care, use whatever date format you like.”

        • CoderKat@lemm.ee
          English
          5
          ·
          2 years ago

          We are ridiculously inconsistent in Canada. I’ve seen all 3 of the most popular formats here (2023-11-22, 11/22/2023, and 22/11/2023) in similarish amounts. Government forms seem to be increasingly using RFC 3339 dates, but even they aren’t entirely onboard.

      • problematicPanther
        3
        11
        ·
        2 years ago

        where’s that? somewhere in africa?

        /s because apparently it’s not implied

        • Iron Lynx
          8
          ·
          2 years ago

          Lithuania is one of the Baltic States, conveniently squished between Russia & Belarus to the east and the sea to the west. Across that sea is Sweden. You’ll usually see three countries be the parts of this set. Lithuania is the southernmost of these three.

    • Except the information is given least to most important, making verbal abbreviation difficult. Works great for file names though.

      • Pulptastic@midwest.social
        English
        17
        1
        ·
        2 years ago

        There’s this really cool shorthand where you drop the year because it seldom changes. It’s called MM-DD

        • WetBeardHairs@lemmy.ml
          5
          4
          ·
          2 years ago

          Yeah and if you need to know what year, you can just add it to the end like this MM-DD-YY.

          • MM-DD-YY is the worst abomination I’ve seen yet

            12-04-08

            good luck figuring out what that is

            • rchive@lemm.ee
              1
              ·
              2 years ago

              Had a coworker who used MMDDYY with no dashes. Unless you knew it was very hard to figure out, since it could also just be a number that happened to be 6 digits, too. At least YYYY-MM-DD looks like a date generally.

          • “I can reuse this old function if I just monkey-patch this other class to work with it, no one will have any issues understanding what’s going on”

            Edit: Thought this was the programmerhumor community. For context: A monkey-patch is when you write code that changes the behaviour of some completely different code when it is running, thus making its inner workings completely incomprehensible to the poor programmer using or reading your code.

    • geissi@feddit.de
      9
      ·
      2 years ago

      For file names, absolutely.
      When I’m asking what date it is I typically know the current year.

      • ASeriesOfPoorChoices
        4
        ·
        2 years ago

        Well la-tee-dah, look at mister not-shitfaced-every-day here, bragging like a big man

        • geissi@feddit.de
          1
          ·
          2 years ago

          I can lie under the table, puking my guts out and still remember the year.
          You need more training, son.

    • Gregorech
      3
      ·
      2 years ago

      Is that why the military uses that format?

        • Crackhappy
          English
          1
          14
          ·
          2 years ago

          No. No you can’t.

      • duffer
        English
        6
        2
        ·
        2 years ago

        In a GMP laboratory it’s 22NOV2023 no ambiguity.

        • sethdeleted by creator
          3
          ·
          2 years ago

          deleted by creator

  • Provoked Gamer@lemmy.ca
    120
    10
    ·
    2 years ago

    DD/MM/YY and YY/MM/DD are the only acceptable ones IMO. Throwing a DD in between YY and MM is just weird since days move by faster so they should be at one of the ends and since YY moves the slowest it should be on the other end.

    • BZ 🇨🇦@lemm.ee
      36
      2
      ·
      2 years ago

      I’m not kidding when I ask: are there really a lot of people using MM/DD/YYYY??

      • CM400
        37
        ·
        2 years ago

        I think most Americans do. Or at least it was taught that way in school when I was growing up. Maybe it’s because of the way we speak dates, like “October 23rd” or “May 9th, 2005”.

        Regardless, the only true way to write dates is YYYY-MM-DD.

      • clif
        17
        ·
        2 years ago

        Pretty much every American I’ve ever met. Dates on drivers license, bank info, etc - all in MM/DD/YYYY … or even just MM/DD/YY

        I regularly confuse people with YYYY-MM-DD

    • paultimate14
      9
      3
      ·
      2 years ago

      If you use DD/MM/YYYY, dumb sorting algorithms will put all of the 1sts of every month together, all of the 2nds of every month together, etc. That doesn’t seem very useful unless you’re trying to identify monthly trends, which is fundamentally flawed as things like the number of days in the month or which day of the week a date falls on can significantly disrupt those trends.

      With MM/DD/YY, the only issue is multiple years being grouped together. Which may be what you want, especially if the dates are indicating cumulative totals. Depending on the data structure, years are often sorted out separately anyways.

      YYYY/MM/DD is definitely the best for sorting. However, the year is often the least important piece in data analysis. Because often the dataset is looking at either “this year” or “the last 12 months”. So the user’s eyes need to just ignore the first 5 characters, which is not very efficient.

      If you’re using a tool that knows days vs months vs years that can help, but you can run into compatibility issues when trying to move things around.

      The ugly truth no one wants to admit on these conversations is that these formats are tools. Some are better suited to certain jobs than others.

    • Japan is YYYY-MM-DD, but when we talk about dates where a year is unneeded, we just cut it off which leaves it in the US standard format of MM-DD, much to the annoyance of non-US foreigners living here.

    • takeda
      3
      4
      ·
      2 years ago

      The only reason they place month as first is because it is fits how dates are read in English, but that’s not a good reason to keep that format.

      • You only think it fits with how it’s read in English because that’s how you grew up saying it so it sounds natural to you. Your experience is not universal, and is in fact, a minority.

      • sobanto@feddit.de
        11
        4
        ·
        2 years ago

        It’s how it is read in English (simplified) aka american english. Brittish english doesn’t do this nonsense, the talk in the correct format (first of january etc.).

        (I’m sorry if i made some mistakes, english is my second language)

    • bleistift2@feddit.de
      English
      9
      11
      ·
      2 years ago

      I grew up with DD.MM.YYYY. But I think, MM/DD makes sense in everyday usage. You don’t often need to specify dates with year accuracy. “Jane’s prom is on 7th September” – it’s obvious which year is meant. Then it’s sensible to start with the larger unit, MM, instead of DD.

      Even in writing you see that the year is always given like an afterthought: “7th September**,** 2023“.

      • Bizzle
        English
        4
        1
        ·
        2 years ago

        So when you say it out loud you say 7th September, and not September 7th?

        • bleistift2@feddit.de
          English
          14
          1
          ·
          2 years ago

          I say “The 7th of September” because I was taught British English in school.

      • Buttons@programming.dev
        English
        7
        5
        ·
        2 years ago

        I can see some advantages of that.

        I’m American though, so YYYY-DD-MM is the best I can do.

        • mmagod
          3
          ·
          2 years ago

          for me, the section that changes the most goes last…

          in a whole year, the YYYY never changes, the MM changes only 12 times… i never implementing the day… there’s only so many possibilities i could have had for saved files in June. i just go straight to description

          • lad@programming.dev
            4
            ·
            2 years ago

            I hope that the comment you answer to was ironical. >!Otherwise there’s no hope for us 😰!<

            • mmagod
              1
              ·
              2 years ago

              haha yeah. i just assumed they were kidding, but if not… yikes!

    • dillydogg@lemmy.one
      15
      1
      ·
      2 years ago

      I like that for files, but not for written documents. When I label things I try to use the most intuitive/least confusing way I can think of: DD mmm YYYY. This comment is posted on 23 NOV 2023, for example.

      • Corroded@leminal.space
        English
        5
        ·
        2 years ago

        I do prefer the abbreviated month with the yyyy mmm dd format. It makes things relatively easy to sort but you also don’t have to worry about confusing others if you are referring to the 10th month or day for example.

    • Dr. Dabbles
      English
      9
      ·
      2 years ago

      The only correct format. Least to most specific.

  • DeadMartyr@lemmy.zip
    100
    1
    ·
    2 years ago

    YYYY-MM-DD (honestly without dashes) is the only helpful format.

    If you name all your files with this as a suffix then your files automatically sort versions of themselves in order when sorting by name.

      • Their assumption is that the filename is the same otherwise e.g. myNotes20231122.txt

        • numanair@lemmy.ml
          8
          ·
          2 years ago

          Oh I see, thanks. Good alternative to final3_release2.

    • Came here to say this, I use DD.MM.YY in day-to-day stuff, but for files it’s either YYYY_MM_DD or YY_MM_DD, the automatic ordering is beautiful

    • PilferJynx
      9
      ·
      2 years ago

      Yeah this method is superior for digital filing. I can’t imagine the sorting clusters I’d have to go through to find what I want any other way

  • darkbaron202
    English
    48
    ·
    2 years ago

    It actually makes sense when you put YYYY/MM/DD in filenames as they will be sorted pretty neat (ex: reports)

    • Thranduil
      3
      ·
      2 years ago

      Yeah for a lot of files you probably would sort by year in the end

  • bitwolf@lemmy.one
    48
    1
    ·
    2 years ago

    It is arguably the best way to name large sets of indexed files on a filesystem.

    • dQw4w9WgXcQ@lemm.ee
      24
      ·
      2 years ago

      I think that the best argument is that it makes sense when combined with hours minutes and seconds.

      yyyy/MM/dd hh:mm:ss

      Goes from large to small units.

    • puppy
      1
      ·
      2 years ago

      Japan’s way, you mean?

    • morrowind@lemmy.ml
      1
      4
      ·
      2 years ago

      Files already have computer readable dates that can be used to sort and organize them

      • bitwolf@lemmy.one
        3
        ·
        2 years ago

        In certain instances that may not always be available.

        One example I can think of is when browsing on a NAS.

  • GabuBanned
    49
    3
    ·
    2 years ago

    This meme implies there’s an equal battle between MM/DD/YY and DD/MM/YY, which is nonsense. Much like imperial units, only 'murica uses MM/DD/YY.

      • GabuBanned
        6
        ·
        2 years ago

        Only one, but it has my exact weight

      • NickwithaC
        English
        4
        ·
        2 years ago

        If you look at the calendar, you’ll see that we are not in 1900 anymore.

        No one I know measures their own weight in imperial.

      • toastal@lemmy.ml
        2
        ·
        2 years ago

        Talking about fuel efficiency in miles per liter 🤣

    • ehsan301
      4
      2
      ·
      2 years ago

      But 'murica is big.

      • Only slightly bigger than Australia and Western Australia is nearly twice the size of Texas…

        • jamhandy@lemmy.ml
          3
          ·
          2 years ago

          When talking about cultural mindshare I’d argue that the quantity of people matters more than the space they’ve been packed into

    • Liberia and Myanmar also use imperial units, but they’re both starting to move towards metric in recent years so soon the US truly will be alone in that

  • disconnectikacio
    49
    4
    ·
    2 years ago

    YYYY-MM-DD in Hungary too, that us shit is totally non logical, i cant get used to it

    • rdri
      12
      2
      ·
      2 years ago

      This is literally the most logical method to name a date in text.

      • joneskinddeleted by creator
        2
        ·
        2 years ago

        In what text?

        In French we say “14 juillet 1789”

        We don’t even say “nth day of”

        • rdri
          1
          1
          ·
          2 years ago

          In a text like “the research started at 2003-01-24”, or pretty much in any other text where you need to convey all 3 elements.

          I bet you also don’t say “14 07 1789”, because that’s what MM format means.

          • joneskinddeleted by creator
            2
            ·
            2 years ago

            You bet wrong

            We write AND say “La Révolution a démarré le 14/07/1789” or “La Révolution à démarré le 14 juillet 1789”

            Spoken numbered month are usually used in an administrative context, to ease the work of our contact.

            • rdri
              1
              ·
              2 years ago

              Oh that’s right, the spoken administrative context. Same in my dd-mm-yyyy county actually. Still, I find it less intuitive than the logical yyyy-mm-dd when understanding written text.

    • SendMePhotos
      9
      ·
      2 years ago

      Fuckin wait until you hear how many feet are in a mile. You all should’ve waterboarded us harder while we were a young country.

    • Algarothdeleted by creator
      7
      ·
      2 years ago

      deleted by creator

      • lad@programming.dev
        2
        ·
        2 years ago

        So no more than 10 thousands of Swedes may get an SSN at the same day (or be born at the same day even 🤔)?

        • Algarothdeleted by creator
          2
          ·
          2 years ago

          deleted by creator

    • LemmyKnowsBest
      16
      ·
      2 years ago

      You’re not wrong. through much trial and error in the 1990s I learned this was the most efficient & accurate & chronologically searchable way to date things.

  • baatliwala
    39
    1
    ·
    2 years ago

    YYYY-MM-DD for everything digital, DD-MM-YYYY for everything IRL.

  • Goldmaster@lemmy.ml
    38
    ·
    2 years ago

    Iso date format. Anything to do with photos is best to have in this format at the start of the filename.

    • Iso date format. Anything to do with photos is best to have in this format at the start of the filename.

      Fixt.

    • CheeseToastie
      6
      ·
      2 years ago

      It also means that by default it’ll sort by newest

  • lemmiter@lemm.ee
    37
    ·
    2 years ago

    I propose the use of MYDYDM format. So, October 15, 2023 will be written as 121350. Just to make it as confusing as possible.

    • lad@programming.dev
      1
      ·
      2 years ago

      We’re also unduly forgetting about truly little endian date format: DD/MM/YYYY, for instance 52/11/3202 for this Saturday

      Also we could just sort the numbers and omit leading zeroes, that way we can save some space, the same date would be 1122235

  • UserNotFound
    English
    41
    6
    ·
    2 years ago

    YYYY-MM-DD for files, DD-MM-YYYY for normal use

        • SendMePhotos
          5
          1
          ·
          2 years ago

          A proper date sort would be YYYYMMDD

          • Kryptenx
            1
            4
            ·
            2 years ago

            deleted by creator

            • SendMePhotos
              3
              ·
              2 years ago

              Because in short, it’s alphabetical. It will always be in order by year, then month, then day. Literally like how a clock goes HH:MM:SS it’s the same thing as YY:MM:DD the right side ticks the fastest. It’s in order by hour (year) then minute (month) then second (day). SAME SAME WHY NOT

      • GabuBanned
        8
        ·
        2 years ago

        Because for 99.99% of all situations, you’d already know what year and month it is, so the most readily available piece of information should be the day.

        • Zanz
          English
          3
          5
          ·
          2 years ago

          If you already know the year and month why write it. ISO or month day are the two most reasonable. You need to zoom in not give yourself a list of options and then randomly pick one later.

    • Spoilt@jlai.lu
      1
      ·
      2 years ago

      YYYYMMDD for files
      DDDD DD for normal use