• SCmSTR@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    1
    ·
    36 minutes ago

    “confusing” you’re dumb and/or likely being obtuse

    “Dumb” or “it’s bad” is fine.

    But being confused by stuff you just disagree with has to stop

  • Xyphius@lemmy.ca
    link
    fedilink
    arrow-up
    11
    ·
    7 hours ago

    I feel like DD/MM/YYYY is the same as doing: ss:mm:HH and I find that confusing.

    • ParadoxSeahorse@lemmy.world
      link
      fedilink
      arrow-up
      4
      arrow-down
      4
      ·
      6 hours ago

      That’s really funny. DMY is more like Hms in that it is in descending order of relevance. Most people asking the date or time are looking for the hour of the day or the day of the month, and the rest is context.

    • merc@sh.itjust.works
      link
      fedilink
      arrow-up
      23
      ·
      9 hours ago

      As for why it’s better:

      1. It’s in sort order. Even if you use it for things that don’t understand dates, they sort properly because the day is the last part, month is the middle part, and year is the first part. If you include hours, minutes or seconds, the sort order is still preserved.
      2. Speaking of things that don’t understand dates, because there are no slashes, you can easily use it in file names, directories, and anything else that treats slash as a special character. In addition, if you include the time part, because it uses “T” to separate the date and time, it doesn’t use a space, so once again it can be easily used anywhere where a space might cause issues.
      • raspberriesareyummy@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        8 hours ago

        To be fair, the time separators don’t behave well on all implementations of filesystem access by filename. Need to use underscores or omit them at times.

    • BigDiction@lemmy.world
      link
      fedilink
      arrow-up
      5
      arrow-down
      6
      ·
      edit-2
      12 hours ago

      It’s great, and standard for software. But do any of y’all communicate dates like this in your personal life?

      Like “want to go to a hockey game with me 2026-10-17?” As cursed as mm-dd-yy is, it feels a lot more natural in conversation.

      • mrgoosmoos@lemmy.ca
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 hours ago

        yes, I’ll send dates as mm-dd in my personal life as well. only when discussing exact dates for scheduling things, otherwise in conversational messaging it’s mmmm dd

        like if we’re talking about when we want to go do x activity, I’ll propose August 8th. but if we’re scheduling trip dates, it’s 08-08 through 09-12

      • dantel@programming.dev
        link
        fedilink
        arrow-up
        17
        arrow-down
        1
        ·
        11 hours ago

        Say when is that independence day of yours?

        There is nothing ‘natural’ about mm/dd/yy, it is just what you are used to - end of story.

        • BigDiction@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          edit-2
          10 hours ago

          I knew I would eat shit for that comment.

          July 4th is a funny example cause you can say “the 4th” and everyone knows what you mean, but people also say “4th of July” to give it more importance.

          That’s a lot less common for other dates, Americans aren’t commonly saying “25th of December”.

          • ParadoxSeahorse@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            5 hours ago

            I always feel like rolling my eyes whilst Americans slowly drawl the month at me before telling me the day of the month I wanted

            “Dec…”

            Oh god, you’re American

            “…em…”

            Here we go, we’re going for it

            “…berrrrr”

            Yes, we’re getting there

            “…rrrrrrr”

            Hopefully we get to the date, or I’m going to have to ask someone else

            [inhales]

            Why did it have to be an American

            “Twenty….”

            Please not the year

            “…-seventh”

            Hallelujah, thank the lord, we have a date. Oh Jesus, why such an ordeal. So much time for stupid intrusive thoughts. What was it again…?

            Admittedly like most of this is my failings as a person

        • mrgoosmoos@lemmy.ca
          link
          fedilink
          English
          arrow-up
          1
          ·
          4 hours ago

          same. even if they give a different format, because fuck that I’m not thinking about what arbitrary format you want me to use, I see a date field and I’m filling it out with the proper date format

      • Laurel Raven@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        5
        ·
        11 hours ago

        Yes, kind of.

        I shorthand it verbally unless I’m giving a full date, but typed, it’s almost always yyyy-MM-dd HH:mm:ss (whichever part of that is relevant).

        I do this because I believe it’s the most logical, it sorts properly without having to use a datetime library, and it can’t be confused with another system (is 12-1-2026 in the future or the past? No way to know just by looking at it).

        Just shortening it to MM-dd could cause confusion with anyone not in the US so I’ll typically include the year as well (also useful if I wind up having to look at old notes or emails to not have to figure out the year I meant … Which has happened more than once …)

      • lividweasel@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        11 hours ago

        Only a truly insane person would use mm-dd-yy in conversation. “Want to go to a hockey game with me ten seventeen twenty-six?” Or worse, “…oh four oh seven twenty-seven.” Pure madness.

        Conversationally, mmm d yy or d mmm yy (usually just shortened to mmm d or d mmm) is where it’s at.

  • Zikeji@programming.dev
    link
    fedilink
    English
    arrow-up
    39
    arrow-down
    1
    ·
    12 hours ago

    I read this meme and was physically revolted and wanted to immediately down vote. Great job.

    The superior date format is, of course, ISO 8601. YYYY-MM-DD.

  • gex@lemmy.world
    link
    fedilink
    arrow-up
    35
    arrow-down
    1
    ·
    edit-2
    10 hours ago

    yyyy/mm/dd, it’s less ambiguous and it sorts nicely

    Edit: so many replies suggesting using a hyphen as a separator, I’d like to compromise by using the oblique angle sign (⦧) which looks like a slash that becomes a hyphen in the middle. yyyy⦧mm⦧dd

  • TrackinDaKraken@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    11 hours ago

    April 25th.

    We’ve already established this.

    Because it’s not too hot and not too cold. All you need is a light jacket.

  • chickenf622@sh.itjust.works
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    11 hours ago

    ISO 8601 RFC 3339 (yyyy-mm-dd) for storing dates in software. Any format that that goes in the order of day, month, and year for conversational/presentational purposes, preferable the format is dynamic depending on the user’s locale (even for those that want the month first). There now everyone is happy.

    Edit: switched to RFC 3339 since it is a subset of ISO 8601 that is more strict, and I love semantics.

  • Gordon Calhoun@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    11 hours ago

    YYYYYMMDD

    I prefer to think we’re in the year 12026, since homo sapiens really got things going around 10,000 BCE.

  • procrastitron@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    12 hours ago

    Anyone who wants to write the millennium between the month and century loses all credibility when arguing about date formats.

    YYYY-MM-DD is the only coherent date format.