araddon / dateparse

GoLang Parse many date strings without knowing format in advance.
MIT License
2.03k stars 164 forks source link

Strict local parsing #114

Open rendaw opened 3 years ago

rendaw commented 3 years ago

Is there any way to determine if a parsed time was ambiguous when doing local parsing? AFAICT that data is all internal.

Could strict/local possibly be turned into parse options so they can be composed rather than needing separate functions?