8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69b4f6 E5DC commit abda037Copy full SHA for abda037
stdnum/no/fodselsnummer.py
@@ -96,9 +96,9 @@ def get_birth_date(number):
96
month -= 40
97
if individual_digits < 500:
98
year += 1900
99
- elif 500 <= individual_digits < 750 and year >= 54:
+ elif individual_digits < 750 and year >= 54:
100
year += 1800
101
- elif 500 <= individual_digits < 1000 and year < 40:
+ elif individual_digits < 1000 and year < 40:
102
year += 2000
103
elif 900 <= individual_digits < 1000 and year >= 40:
104
0 commit comments