Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

False positives with decimals such as "at 6.5 kilograms". #374

Closed
KevinNovak opened this issue Feb 3, 2021 · 2 comments
Closed

False positives with decimals such as "at 6.5 kilograms". #374

KevinNovak opened this issue Feb 3, 2021 · 2 comments

Comments

@KevinNovak
Copy link

Chrono is recognizing "at 6.5 kilograms" as 6:05 AM. For reference, I am using the strict English parser. I believe this is because Chrono simply looks for a number between 0-59 in this case, but does not require 0 padding for numbers 0-9. I would expect 6.05 to trigger a time, but not 6.5.

@meister03
Copy link

Having the same problem ;(

@wanasit
Copy link
Owner

wanasit commented Feb 7, 2021

This should be fixed in 1d949a2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants