1033
submitted 6 months ago by [email protected] to c/[email protected]
top 50 comments
sorted by: hot top controversial new old
[-] [email protected] 546 points 6 months ago

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

[-] [email protected] 89 points 6 months ago

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

[-] [email protected] 55 points 6 months ago

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

[-] [email protected] 50 points 6 months ago

Sorting by date would be so much better with yyyymmdd .

[-] [email protected] 37 points 6 months ago

ISO 8601, while great, has too many formats. May I introduce RFC 3339 instead?

https://ijmacd.github.io/rfc3339-iso8601/

load more comments (4 replies)
[-] [email protected] 24 points 6 months 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.

[-] [email protected] 20 points 6 months ago* (last edited 6 months 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.

load more comments (7 replies)
[-] [email protected] 23 points 6 months ago* (last edited 6 months ago)

Glad I can count my own country, Lithuania, among the enlightened.

EDIT: Source of the picture: https://en.m.wikipedia.org/wiki/File:Date_format_by_country_NEW.svg

load more comments (9 replies)
[-] [email protected] 16 points 6 months ago
[-] [email protected] 21 points 6 months ago

Funny thing, in ISO 8601 date isn't separated by colon. The format is "YYYY-MM-DDTHH:MM:SS+hh:mm". Date is separated by "-", time is separated by ":", date and time are separated by "T" (which is the bit that a lot of people miss). Time zone indicator can also be just "Z" for UTC. Many of these can be omitted if dealing with lesser precision (e.g. HH:MM is a valid timestamp, YYYY-MM is a valid datestamp if referring to just a month). (OK so apparently if you really want to split hairs, timestamps are supposed to be THH:MM etc. Now that's a thing I've never seen anyone use.) Separators can also be omitted though that's apparently not recommended if quick human legibility is of concern. There's also YYYY-Wxx for week numbers.

[-] [email protected] 15 points 6 months ago
load more comments (1 replies)
load more comments (6 replies)
load more comments (17 replies)
[-] [email protected] 108 points 6 months 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.

[-] [email protected] 34 points 6 months ago

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

[-] [email protected] 110 points 6 months ago

Almost 350 million of us morons down south of you.

load more comments (4 replies)
[-] [email protected] 33 points 6 months 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.

load more comments (1 replies)
[-] [email protected] 17 points 6 months 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

load more comments (11 replies)
[-] [email protected] 105 points 6 months ago

ISO 8601 format is the best (YYYY-MM-DD).

[-] [email protected] 23 points 6 months ago

Came here to say this. I try to name all my docs in the YYYY-MM-DD-descriptive-name.ext format.

load more comments (4 replies)
load more comments (6 replies)
[-] [email protected] 99 points 6 months 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.

[-] [email protected] 31 points 6 months ago

ISO 8601 baby

Though it ought to be a prefix, not a suffix

[-] [email protected] 25 points 6 months ago

You mean as a prefix, right?

load more comments (2 replies)
[-] [email protected] 14 points 6 months ago

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

load more comments (1 replies)
[-] [email protected] 74 points 6 months ago
[-] [email protected] 53 points 6 months ago

MMDDYY is just a mess. Otherwise… US problems, I don’t care…

load more comments (11 replies)
[-] [email protected] 48 points 6 months ago

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

load more comments (1 replies)
[-] [email protected] 46 points 6 months ago

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

[-] [email protected] 24 points 6 months 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.

load more comments (5 replies)
[-] [email protected] 46 points 6 months 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.

load more comments (11 replies)
[-] [email protected] 45 points 6 months ago

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

load more comments (13 replies)
[-] [email protected] 41 points 6 months ago

When you're naming a file, you can't use anything else.

[-] [email protected] 16 points 6 months 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.

[-] [email protected] 38 points 6 months ago

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

[-] [email protected] 38 points 6 months ago

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

load more comments (2 replies)
[-] [email protected] 37 points 6 months 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.

[-] [email protected] 14 points 6 months ago

And then convert that to hexadecimal, making it 1DA06

load more comments (3 replies)
[-] [email protected] 34 points 6 months ago

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

load more comments (9 replies)
[-] [email protected] 31 points 6 months ago

TBH, Japanese format makes sense when you use it to name files/directories, as sorting by "name" is equivalenti to sorting by "last modified".

[-] [email protected] 24 points 6 months ago

equivalenti

Love typos that force me to read comments with an Italian accent

[-] [email protected] 14 points 6 months ago

I'm actually italian, lol, but that was a genuine typo.

load more comments (1 replies)
load more comments (1 replies)
[-] [email protected] 28 points 6 months ago

Japan I can get behind but MM/dd/yyyy is just evil, why would you sandwich days between months and years? You monster

load more comments (6 replies)
[-] [email protected] 26 points 6 months ago

Japan wins this one.

[-] [email protected] 26 points 6 months ago
load more comments (6 replies)
[-] [email protected] 23 points 6 months ago

DD/MM for readability, YYYY/MM/DD for alphabetical sorting that's also chronological.

load more comments (6 replies)
[-] [email protected] 21 points 6 months ago
[-] [email protected] 46 points 6 months ago
[-] [email protected] 15 points 6 months ago

I'll fuck of when it's 2024/22/11.

load more comments (1 replies)
load more comments (2 replies)
load more comments
view more: next ›
this post was submitted on 22 Nov 2023
1033 points (95.9% liked)

Memes

43755 readers
3367 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS