YYYY-MM-DD gang rise up!
Funny: Home of the Haha
Welcome to /c/funny, a place for all your humorous and amusing content.
Looking for mods! Send an application to Stamets!
Our Rules:
-
Keep it civil. We're all people here. Be respectful to one another.
-
No sexism, racism, homophobia, transphobia or any other flavor of bigotry. I should not need to explain this one.
-
Try not to repost anything posted within the past month. Beyond that, go for it. Not everyone is on every site all the time.
Other Communities:
-
/c/TenForward@lemmy.world - Star Trek chat, memes and shitposts
-
/c/Memes@lemmy.world - General memes
ISO 8601. This is the way.
For naming in file names yes.
For every mention of any date ever.
Even when talking to your friends.
When's your birthday?
2025-11-23
<1993-11-23+1y>
(repeating timestamp)
Surely you mean R/1993-11-23/P1Y
?
oh wow, did not know that had a spec!
I was referring to:
https://orgmode.org/manual/Repeated-tasks.html
Any answer other than ISO 8601 is a red flag
RFC 3339 has less ambiguities, see https://ijmacd.github.io/rfc3339-iso8601/
Sure, but that's also iso8601:
This document defines a date and time format for use in Internet protocols that is a profile of the ISO 8601 standard
Yeah, I prefer a space or underscore instead of the T, much easier to read.
YYYY-MM-DD
:hh:mm:ss optional
I agree. What is the point of dating things if they aren't in order when done.
YYYY/MM/DD is good for file locating in a single folder.
And YYYY-MM-DD if you're all in one level because there are far fewer files.
This is the way
this is the way
This iso the way
Use ISO 8601 or get out.
Except, don't actually use ISO 8601 because the T in the middle looks stupid.
You're in luck! The T
is optional provided you include separators between your hours, minutes, and seconds!
hmmm... but without a T you get
2025-09-0119:42
0119 looks weird.
ISO 8601 FTW
ISO 8601 is the only true answer.
She must hate that he doesn't prefer YYYY/MM/DD
I don't like the slashes, as hand written they can appear as a 1.
Edit: also slashes mess with file names, gotta use escape characters
YYYY-MM-DD for electronic sorting.
DD-MMM-YYYY for everything else.
Edited to add: it is wild to me that people downvote someone else's opinion about something so mundane.
I think using three digits for the month is a bit confusing. :)
I don't like DD-MM-YYYY. I think it should be DD.MM.YYYY. This way you can distinguish between the date formats in those cases where people only use two digits for the year. Hyphen as a seperator means year in front, a dot means year at the end. And a slash implies the bad format.
I usually see MMM as an indicator for the three letter month abbreviation, useful for when humans are reading it (since it makes it all that much more difficult to misinterpret)
useful for when humans are reading it
I was sharing a meme about how absurd our time-related names are: days of the week named after the sun, then the moon, then a bunch of Nordic gods, and then the Roman god Saturn, and then months named after some Roman gods, then some Roman leaders, then some numbers that don't actually correspond to their placement in our calendars.
And my Chinese coworker was like "dude that's why our days of the week and months of the year are just the numbers, where January is something like 'month one' and Monday is something like 'day one.'" Seems like a good system to me, honestly.
MMM is a three letter abbreviation, like Jan or Mar or Sep.
RED FLAG! RED FLAG!!!
YYYY.MM.DD_HH24MI.SS
e.g.
2025.09.02_1830.33
you know EXACTLY when the timestamp is referring to.
remove the time part you still got a pretty clean date 2025.09.02 which is also computer sort friendly.
the only missing component is the Timezone which I find pretty stupid TBH, because as a big Space Sci-fi fan, there needs to be a universal timecode system which is universal in the literal sense. Well technically it can never be, relativity and all, but you get what I mean..
also while we are at it, we should start teaching kids 12 digit number system, so that we get rid of the pesky decimal with a more efficient duodecimal.
Oooh, and make year 13 months with each month exactly 28 days, and the fractional remainder at the end of solar cycle is just a blackout timescape that nobody acknowledges collectively throughout the world.
annnnnnnd that's enough lemmy for the day
!rfc3339@programming.dev
I'm afraid you're date is incompatible with mine. I prefer the number of seconds since 1970-01-01 00:00:00 UTC stored in a 64 bit signed int.