I prefer writing it out as DD MM YYYY, but i like my computer to sort everything by YYYY MM DD.
Comment on Perspective
HK65@sopuli.xyz 3 months agoSome countries use YYYY MM DD which is also sane.
CanadianCarl@sh.itjust.works 3 months ago
Karyoplasma@discuss.tchncs.de 3 months ago
YYYY-MM-DD is the ISO standard for that exact reason. It sorts chronologically without having to implement a custom comparator, regular string comparison is enough.
grue@lemmy.world 3 months ago
YYYY-MM-DD is the only sane format.
datelmd5sum@lemmy.world 3 months ago
%s is cool as well in my opinion.