mojombo / chronic

Chronic is a pure Ruby natural language date parser.
http://injekt.github.com/chronic
MIT License
3.23k stars 452 forks source link

Returning incorrect time #404

Open DreamsOfImran opened 3 years ago

DreamsOfImran commented 3 years ago

If I pass an additional decimal value with minutes, it's returning a different time value.

For example:

Chronic.parse("9.458pm")
//returns
2020-10-16 16:38:00 +0530

Someone could please explain the reason behind this output.

sergeyradov commented 3 years ago

What is expected time for this value ?