The other day at work I stumbled upon this bug and thought it was worth to write a blog post about. Spoiler: It has nothing to do with timezones!

TLDR: According to ISO standard 8601 (which is what Python’s date.isocalendar().week uses for example), the first week of the year is the week with the first Thursday of the year. So sometimes the first few days of January belong to the last week of previous year, and sometimes the last few days of December belong to the first week of next year :D

  • sergiu@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    15 days ago

    Is this a thing outside the USA? It always bugs me when apps default to this. How does it make any sense for the week to start with the weekend?

    • Kevin@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      15 days ago

      I’ve generally seen Sunday to be the start of the week here, my current headcanon for it is that Sunday and Saturday sort of book-end on both sides of the week, hence week-end_s_ plural

      • sergiu@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        15 days ago

        I’m just curious how this works in practice.

        When you say something like “Let’s meet up this weekend”, is it implied that you will meet on Saturday, since Sunday is the other end of next week, so technically a different weekend?