Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix validation of personal numbers (years 2000-2009) #46

Closed
wants to merge 1 commit into from

Commits on Aug 17, 2022

  1. Fix year format

    Pad least significant digits in a year with zero. Fixes case when
    year < 10 (e.g. year == 0 would have produced new_y 190 and 200
    instead of 1900 and 2000)
    pn committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    73b4de1 View commit details
    Browse the repository at this point in the history