713
The perfect date (lemmy.world)
you are viewing a single comment's thread
view the rest of the comments
[-] red_tomato@lemmy.world 313 points 4 days ago
[-] 7EP6vuI@feddit.org 199 points 4 days ago
[-] jlow@slrpnk.net 48 points 4 days ago
[-] GreyEyedGhost@piefed.ca 17 points 3 days ago

RFC 3339 FTW!

Open source, and no ambiguous options grandfathered in.

[-] bss03@infosec.pub 5 points 3 days ago

Was looking for this. Yes. Whenever possible, dates should be specified in a format that is BOTH RFC 3339 and ISO 8601. I'd say both have their quirks, but the intersection of the grammars is machine-parseable and human-readable without (much) legacy baggage or (much) experimental / reserved-for-future-use noise.

[-] The_Decryptor@aussie.zone 2 points 3 days ago

Though the way it specifies raw UTC times is odd (8601 uses Z, 3339 uses -00:00), that got changed with RFC 9557 to align with 8601.

It also supports "zoned date times", where instead of just using the UTC offset, you can also include a timezone identifier, e.g. 2020-01-01T00:00+01:00[Europe/Paris]. Useful if you're doing calculations on dates but can be ignored otherwise.

[-] plasma8726@lemmy.today 14 points 4 days ago

This is the only way to date.

[-] Iusedtobeanalien@lemmy.world 3 points 3 days ago
[-] sem@piefed.blahaj.zone 4 points 3 days ago

Except for, yknow, human readability

[-] bandwidthcrisis@lemmy.world 3 points 4 days ago

I've recently noticed web forms and appointment emails start to use that format. Maybe web devs are sneaking it in bit by bit.

load more comments (1 replies)
[-] merc@sh.itjust.works 62 points 4 days 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.
[-] Rothe@piefed.social 13 points 3 days ago

ISO is better for archiving and sorting, inarguably so. But dd-mm-yyyy is better for day to day daily life usage, where the day and month are much more important than the year.

Both have their uses, but for different situations. mm-dd-yyyy is just batshit though.

[-] merc@sh.itjust.works 5 points 3 days ago

But dd-mm-yyyy is better for day to day daily life usage

Uh, no.

[-] Untamed_Star 2 points 3 days ago

It literally just depends to what you are used to.

[-] merc@sh.itjust.works 3 points 3 days ago* (last edited 3 days ago)

Yes, ISO-8601 is objectively better than YYYY/DD/MM or MM/DD/YYYY or other strange formats. But, because it isn't the most widely used format, it can be less efficient when there's no danger of MM/DD vs DD/MM confusion.

If person A is talking to person B and they're from the same culture, some culture-specific version like DD/MM/YY might be easier for them because it's what they're both used to, even if it is objectively inferior. But, if person A is talking to person C who is from a different place/culture things get more challenging because if the day of the month is 12 or under, it's hard to distinguish between DD/MM or MM/DD. Even if person C knows that person A comes from a place that does DD/MM, they don't know if person C used the native DD/MM format they're used to, or translated it to them to MM/DD because person A was trying to make things easy for person C.

One of the advantages of the hyphens in ISO-8601, aside from them working with files, is that hyphens in dates are less common than slashes, so if someone sees 1212-11-12 they're more likely to understand that it's an ISO-formatted date. If they see 1212/11/12 it might be a MM/DD date or a DD/MM date.

[-] JcbAzPx@lemmy.world 1 points 3 days ago

mm-dd-yyyy is sorted by size of number sets. It is no more or less arbitrary than sorting it by size of timespan.

ISO 8601 is the only measurably better format. Otherwise just use whatever you have in your area and don't be a snob about it.

[-] raspberriesareyummy@lemmy.world 5 points 4 days 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.

[-] libewa@feddit.org 3 points 3 days ago* (last edited 3 days ago)

And unlike most „forbidden characters“ for file names, the colon is actually used in NTFS: to separate the file path from the name of a ~~named fork~~ Alternate Data Stream.

[-] raspberriesareyummy@lemmy.world 3 points 3 days ago

See, I hadn't even read about this. TIL :)

Still, I use ISO8601 all the time when it comes to written dates :)

[-] TootSweet@lemmy.world 29 points 4 days ago
[-] davidagain@lemmy.world 5 points 4 days ago
[-] bandwidthcrisis@lemmy.world 3 points 4 days ago

This is the (year-month-) day.

[-] trem 14 points 4 days ago
[-] mkwt@lemmy.world 13 points 4 days ago
[-] TrickDacy@lemmy.world 14 points 4 days ago
[-] Viking_Hippie@lemmy.dbzer0.com 6 points 4 days ago

The last star of the Greek alphabet? 🤷🏻

load more comments (3 replies)
[-] bss03@infosec.pub 2 points 3 days ago

"While Galactus has omniscient knowledge of all current user data providers, it doesn't have future sight"

Just use EKS to deliver the feature this quarter, and block the OmegaStar migration on "the team gets their shit together" and supports ISO timestamps.

[-] BigDiction@lemmy.world 10 points 4 days ago* (last edited 4 days 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.

[-] dantel@programming.dev 38 points 4 days 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.

[-] TrickDacy@lemmy.world 5 points 4 days ago

What you are used to inevitably becomes more natural for you subjectively...

load more comments (4 replies)
[-] Quokka@quokk.au 13 points 4 days ago

dd-mm feels completely natural to say in conversation. “Do you want to go to a X with me on the 3rd of August”

[-] OpenStars@discuss.online 5 points 4 days ago

But... what YEAR!?!?

img

[-] JcbAzPx@lemmy.world 1 points 3 days ago

No, but I'll go on August 3rd.

load more comments (7 replies)
[-] lena@gregtech.eu 7 points 4 days ago
[-] Bahnd@lemmy.world 7 points 4 days ago

Yes as well (Also insane) but its universally ledgable, sorts on computers easier, accomodates timezones and sub-second units. ISO-8601 should be the universal standard, and anyone who says otherwise better show up with a white paper explaining why. None of this dumb american format or javascript web form bullshit, language is about specificity, BE SPECIFIC. Unless you want to go off the rails and talk about relativity, time dialation and reference points... But thats all above my pay grade. ISO-8601 is a golden example of "good enough for normal people". Thank you for coming to my TEDtalk.

[-] laurelraven 6 points 4 days 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 5 points 4 days 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.

[-] Dookieman12@piefed.social 4 points 4 days ago

There's no reason the two need to be the same. We don't talk in heximal either

load more comments (2 replies)
[-] wizardbeard@lemmy.dbzer0.com 4 points 4 days ago

Except I can't get behind the time part of it, personally. I can see the point of doing GMT with the offset if you're working across multiple timezones, but it's overkill for situations where you aren't.

[-] Dookieman12@piefed.social 12 points 4 days ago

There's no way to predict how a date will be used. No reason not to be flexible. No reason to break convention.

[-] Eq0@literature.cafe 7 points 4 days ago* (last edited 4 days ago)

That’s how my brother missed a train: the linux planner used GMT while the local train company planner used assumed local time…

So I disagree

[-] Cosmonaut_Collin@lemmy.world 3 points 4 days ago

I think we should all, as a globe, just pick one time zone and use that. I don't care if my 1:00 pm is the middle of that night. Everyone's 5:00pm will be 5:00pm. We will learn how to adjust our schedules for the master time zone.

load more comments (1 replies)
load more comments (6 replies)
load more comments (1 replies)
this post was submitted on 03 Aug 2026
713 points (100.0% liked)

Lemmy Shitpost

41231 readers
3216 users here now

Welcome to Lemmy Shitpost. Here you can shitpost to your hearts content.

Anything and everything goes. Memes, Jokes, Vents and Banter. Though we still have to comply with lemmy.world instance rules. So behave!


Rules:

1. Be Respectful


Refrain from using harmful language pertaining to a protected characteristic: e.g. race, gender, sexuality, disability or religion.

Refrain from being argumentative when responding or commenting to posts/replies. Personal attacks are not welcome here.

...


2. No Illegal Content


Content that violates the law. Any post/comment found to be in breach of common law will be removed and given to the authorities if required.

That means:

-No promoting violence/threats against any individuals

-No CSA content or Revenge Porn

-No sharing private/personal information (Doxxing)

...


3. No Spam


Posting the same post, no matter the intent is against the rules.

-If you have posted content, please refrain from re-posting said content within this community.

-Do not spam posts with intent to harass, annoy, bully, advertise, scam or harm this community.

-No posting Scams/Advertisements/Phishing Links/IP Grabbers

-No Bots, Bots will be banned from the community.

...


4. No Porn/ExplicitContent


-Do not post explicit content. Lemmy.World is not the instance for NSFW content.

-Do not post Gore or Shock Content.

...


5. No Enciting Harassment,Brigading, Doxxing or Witch Hunts


-Do not Brigade other Communities

-No calls to action against other communities/users within Lemmy or outside of Lemmy.

-No Witch Hunts against users/communities.

-No content that harasses members within or outside of the community.

...


6. NSFW should be behind NSFW tags.


-Content that is NSFW should be behind NSFW tags.

-Content that might be distressing should be kept behind NSFW tags.

...

If you see content that is a breach of the rules, please flag and report the comment and a moderator will take action where they can.


Also check out:

Partnered Communities:

1.Memes

2.Lemmy Review

3.Mildly Infuriating

4.Lemmy Be Wholesome

5.No Stupid Questions

6.You Should Know

7.Comedy Heaven

8.Credible Defense

9.Ten Forward

10.LinuxMemes (Linux themed memes)


Reach out to

All communities included on the sidebar are to be made in compliance with the instance rules. Striker

founded 3 years ago
MODERATORS