Y
Hacker News
new
|
ask
|
show
|
jobs
by
mtoddsmith
1464 days ago
YYYY-DD-MM as a folder / filename does not sort correctly. Not a fan.
I much prefer YYYY-MM-DD for its sorting behavior.
2 comments
codetrotter
1464 days ago
Sorry, that was a typo. I meant to say YYYY-MM-DD. Edited now.
link
eurasiantiger
1464 days ago
Important note: while a datestamp like YYYY-MM-DD does sort correctly, a datetime stamp such as YYYY-MM-DDThh-mm-ss does not because of DST and negative leap seconds.
link