• brucethemoose@lemmy.world
    link
    fedilink
    arrow-up
    34
    arrow-down
    16
    ·
    edit-2
    1 month ago

    The source is the source: https://github.com/systemd/systemd/commit/acb6624fa19ddd68f9433fb0838db119fe18c3ed

    Takes a birth date for the user in ISO 8601 calendar date format. The earliest representable year is 1900. If an empty string is passed the birth date is reset to unset.

    That’s it. That’s all it does.

    Whatever was discussed in the PR, the code does precisely nothing to implement any kind of verification. It’s just an optional birth date field, like tons of electronics have had forever.

    • irish_link@lemmy.world
      link
      fedilink
      arrow-up
      19
      arrow-down
      11
      ·
      1 month ago

      I don’t think anyone who read even the first paragraph of the article (at least the one i read) would say they are doing verification. They are simply adding a field for data to be housed if anyone wants to opt in. Instead of putting it in 20 different spots/apps it’s in one place that any third party can reference.