You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
in leap year bug in time 2/29 because in line 150 code Date.py replace year and if be it year not leap year have bug.
2019-01-01
new_date = 2020-02-29 ->(in line 150) replace year 2019 -> 2019-02-29 -> bug
The text was updated successfully, but these errors were encountered:
in leap year bug in time 2/29 because in line 150 code Date.py replace year and if be it year not leap year have bug.
2019-01-01
new_date = 2020-02-29 ->(in line 150) replace year 2019 -> 2019-02-29 -> bug
The text was updated successfully, but these errors were encountered: