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!
- Open-ended question
- 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.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
This is the only format that truly makes sense, as it is both unambiguous and, as you noted, sortable.
ISO is my true north.
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.
Interesting thing about how Chinese time is organized is locations are also stated big to small. Last names then first names etc.
Locations have a last name and a first name in Chinese?
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
This. I usually use MMDDYYYY when I'm dealing with other (US) people and ISO standard for my own stuff.