this post was submitted on 20 Sep 2024
84 points (88.9% liked)
Programmer Humor
37663 readers
507 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
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
Why do some people insist on doing big-endian dates? Little-endian (YYYY-MM-DD) is trivially alphanumerically sortable. Also, it’s part of the goddamn ISO standard for standardized date format.
Which is why the guy in the comic will "die single".
You've got your endians mixed up. Big-endian means the most significant value comes first. ISO8601 is big-endian.