dateparser icon indicating copy to clipboard operation
dateparser copied to clipboard

dateparser is a smart and high-performance date parser library, it supports hundreds of different formats, nearly all format that we may used. And this is also a showcase for "retree" algorithm.

Results 14 dateparser issues
Sort by recently updated
recently updated
newest added

If the timestamp is 2070, the conversion time will be 1934. Please fix it

Proposal for https://github.com/sisyphsu/dateparser/issues/17 . By keeping track of which rules were used to parse the first string, parsing the next strings can try to use a matcher that only uses...

This might be an issue with `retree` rather than with the `dateparser` though. The following test (which you cannot execute via the public API) fails: ```java @Test public void parserWithLimitedPatterns(){...

Fixes #30. That is, ensures that other tools that rely on dateparser do not unnecessarily include the entire Lombok library. [As explained in the Maven FAQ](https://maven.apache.org/general.html#scope-provided): > **How do I...