you are viewing a single comment's thread
view the rest of the comments
[–] 59 points 3 years ago* (3 children)

09.08.2023 (dd/mm/yyyy) anybody?

  • source
  • hideshow 6 child comments
  • [–] 22 points 3 years ago (2 children)

    I like it for reading and using the date day to day

    But yyy-mm-dd is best for sorting and archiving files

  • source
  • parent
  • hideshow 4 child comments
  • [–] 1 point 3 years ago

    People rarely use them in real life, but ISO 8601 and RFC 3339 (both are almost identical) are the most natural ways of writing date and time. Just like how we write numbers, their components are written from left to right in the decreasing order of significance: yyyy-mm-ddTHH:MM:SS. I like it by default for precisely the reason you mentioned - sorting. It even helps quick visual comparisons.

  • source
  • parent
  • [–] 1 point 3 years ago (1 child)

    Why would you put the day first?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 3 years ago (1 child)

    Because it changes most often.

  • source
  • parent
  • hideshow 2 child comments