Make `dehumanize()` handle values with decimal fractions correctly
Open
enhancement
- Dominant language
- Python
- Stars
- 9.1k
- Forks
- 784
- PR merge metrics
- No merged PRs in 30d
Description
## Feature Request
Currently, `dehumanize()` is not capable of correctly parsing values with a floating point.
```py
>>> arrow.get("2025-12-10T09:00:00").dehumanize("2 days 3.5 hours ago")
```
It seems that parser pretty much ignores the part up to the floating point.
A more expected result, however, would be that resulting Arrow object is ``
Not sure if there is a need to make floating point locale-dependent (ie, `.` or `,`), perhaps it'd be fine to allow both.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.