• dbx12@programming.dev
      link
      fedilink
      arrow-up
      49
      ·
      8 months ago

      So many people interpret “best before” as “poisonous as hell after”. Look at it, smell it, taste (a little bit of) it. If it passes all three, still perfect to eat.

      • Possibly linux@lemmy.zip
        link
        fedilink
        English
        arrow-up
        8
        ·
        8 months ago

        Until its not

        Be mindful of perishables left out of the fridge for a long time. Most of the time it is fine but in some cases it can cause illness.

        • dbx12@programming.dev
          link
          fedilink
          arrow-up
          2
          ·
          8 months ago

          Well, I store my food as recommended and treat the best before as written above. If stored in suboptimal conditions for extended time, most bets regarding the best before are off anyways.

  • teft
    link
    fedilink
    arrow-up
    43
    ·
    8 months ago

    That is only what the Canadians release to the outside world. They have a strategic maple syrup reserve.

  • mrspaz
    link
    fedilink
    arrow-up
    26
    ·
    8 months ago

    I wrote a program to figure out what day of the week this landed on (assuming it is in fact October 2nd, 151441).

    It’s a Saturday.

    Real downer on the start of the weekend.

        • Bgugi
          link
          fedilink
          arrow-up
          3
          ·
          8 months ago

          Bro probably to account for leap Thursday’s. We have one every ~28k years to keep in alignment with the true solar week.

        • odium@programming.dev
          link
          fedilink
          arrow-up
          3
          ·
          8 months ago

          That program better be using an existing date library, because otherwise it’s most definitely wrong.

            • al4s
              link
              fedilink
              arrow-up
              4
              ·
              8 months ago

              Don’t be ridiculous, that would never pass QA.

              But this one will. Joy for years to come:

              public string GetDayOfWeek(DateTime date) {
                  return ((date - new DateTime(1970, 1, 1)).Milliseconds / 86400000) % 7 switch {
                      0 => "Thursday",
                      1 => "Friday",
                      2 => "Saturday",
                      3 => "Sunday",
                      4 => "Monday"
                  };
              }
              
  • pyre
    link
    fedilink
    arrow-up
    10
    ·
    8 months ago

    what an optimistic date for our demise.

  • Crashumbc
    link
    fedilink
    English
    arrow-up
    7
    ·
    8 months ago

    1441 is most likely the time stamp sorry guys…

    (Not sure if Canada follows US or internal date format)