this post was submitted on 31 May 2025
62 points (80.4% liked)

Asklemmy

48325 readers
404 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 6 years ago
MODERATORS
 

I'm sorry but it doesn't make sense TO ME. Based on what I was taught, regardless of the month, I think what matters first is to know what day of the month you are in, if at the beginning, in the middle or at the end of said month. After you know that, you can find out the month to know where you are in the year.

What is the benefit of doing it the other way around?

EDIT: To avoid misunderstandings:

  • I am NOT making fun OF ANYONE.
  • I am NOT negatively judging ANYTHING.
  • I am totally open to being corrected and LEARN.
  • This post is out of pure and honest CURIOSITY.

So PLEASE, don't take it the wrong way.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] kmartburrito@lemmy.world 90 points 3 days ago (4 children)

As an American it was just what we were taught. However, when I started creating code and being pedantic about organizing files by date, I now prefer YYYYMMDD format as it is, chronologically speaking, superior when prefacing files with it. In this case, in my opinion, it's better to have the year and then month first prior to day.

To each their own, variety is the spice of life.

[โ€“] some_guy@lemmy.sdf.org 29 points 3 days ago

This is the only format that truly makes sense, as it is both unambiguous and, as you noted, sortable.

[โ€“] minibyte@sh.itjust.works 17 points 3 days ago

ISO is my true north.

[โ€“] NONE_dc@lemmy.world 11 points 3 days ago (1 children)

What you say is interesting. Having a way of organizing time that suits your needs. That's why I asked if there was any benefit in the way Americans (and apparently also Chinese) represent time.

[โ€“] ocean@lemmy.selfhostcat.com 2 points 3 days ago (1 children)

Interesting thing about how Chinese time is organized is locations are also stated big to small. Last names then first names etc.

[โ€“] agitated_judge@sh.itjust.works 3 points 3 days ago (2 children)

Locations have a last name and a first name in Chinese?

[โ€“] rigatti@lemmy.world 11 points 3 days ago

China's first name is actually Jim, believe it or not.

I mean the larger family name comes before the personal name. Implying a connection between number, place, and naming sequences

[โ€“] Trent@lemmy.ml 1 points 3 days ago

This. I usually use MMDDYYYY when I'm dealing with other (US) people and ISO standard for my own stuff.