What did you do?
from humanize import naturaldelta
from datetime import datetime
print(naturaldelta(datetime.now() - datetime.now()))
What did you expect to happen?
Or some reasonable representation of the tiny amount of time between two consecutive now()
calls.
What actually happened?
What versions are you using?
- OS: Macos
- Python: 3.10
- Humanize: 4.9.0