Hacker News new | ask | show | jobs
by iso1631 2229 days ago
> A lone post back in November

That would be amazing, but that story was Jan 10th. The next one was Jan 21st.

Also not the oldest, https://news.ycombinator.com/item?id=22000761 is a day earlier, and refers to a BBC report dated Jan 9th

1 comments

I see the problem: I read the date in American format (mm/dd/yyyy) and it's dd/mm/yyyy. That's a very confusing date format, yyyy/mm/dd is better as an international format.
ISO8601. Breathe it, live it, be it.

That's yyyy-mm-dd. yyyy/mm/dd is ambiguous because the slash-separator is shared across all conflicting formats. Dashes are pretty much always ISO compliant formats. (Yes, it's a small difference, but it helps)

I agree, and I have to restrain myself not to use YYYY-MM-DD when signing official U.S. government forms. That said, I understand why year-first dates are cumbersome from an everyday perspective, especially in contexts where only day/month is needed.
so you're confused by lowest-endian, but not by middle-endian?