chronic
chronic copied to clipboard
Returning incorrect time
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.
What is expected time for this value ?