Hacker News new | ask | show | jobs
by padmi 1486 days ago
2021-02-21 w07 Sun 10 ski with N

Why not use day-of-week number to make lines sortable?

2021-02-21 w07-7 Sun 10 ski with N

But, in my country, Sunday is first day of week, so

2021-02-21 w08-0 Sun 10 ski with N

2 comments

Unless I'm missing something, lines are already sortable using YYYY-mm-dd, so the weeknumber is irrelevant in sorting (2021-02-21 comes before 2021-02-22 whatever week number and weekday they are)
oh, nevermind. the date is already sortable.