Hacker News new | ask | show | jobs
by drostie 4534 days ago
I'm just glad that nobody in Europe seems to use YYYY/DD/MM. This means that the format "YYYY-MM-DD" is unambiguous and the lexical ordering of dates is the same as their natural ordering[1], which is useful for sorting files in folders.

[1] Except for years BCE which the scheme doesn't treat.

1 comments

Indeed. And even better, Y-M-D H:M:S is monotonically decreasing.
Except at DST switch.
DST and timezones in general are an abomination anyways.