Skip to content

Commit

Permalink
محاولة لتصحيح الاختبار في نظام ويندوز
Browse files Browse the repository at this point in the history
  • Loading branch information
vzool committed Nov 18, 2024
1 parent 7c3aebc commit 961dcba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zakat/zakat_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -1577,6 +1577,8 @@ def test(debug: bool = False):
f"{year:04d}-{month:02d}-{day:02d} {hour:02d}:{minute:02d}:{second:02d}.{microsecond:06d}",
"%Y-%m-%d %H:%M:%S.%f",
))
if debug:
print(s)
d = Helper.time_to_datetime(s)
ms = Helper.datetime_to_milliseconds(d)
dd = Helper.milliseconds_to_datetime(ms)
Expand Down

0 comments on commit 961dcba

Please sign in to comment.