Update get_top_billionaires.py

This commit is contained in:
Charlie Miller 2024-01-02 10:51:50 +00:00 committed by GitHub
parent 7d55e21dae
commit 553eb820b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ def calculate_age(unix_date: float) -> str:
>>> int(calculate_age(-657244800000)) - years_since_create
72
>>> int(calculate_age(46915200000)) - years_since_create
50
51
"""
# Convert date from milliseconds to seconds
unix_date /= 1000