dateparser icon indicating copy to clipboard operation
dateparser copied to clipboard

python parser for human readable dates

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

Hello everyone, Tried parsing under python 3.7.5 and 3.9 `dateparser.parse('12/12/12')` It also gives the same output for any "valid" input shown in the doc: ``` dateparser.parse('Fri, 12 Dec 2014 10:55:50')...

In Spanish, questions start with an upside down question mark: > ¿Vos bueno? This was already handled in the original regex, but the original regex was vulnerable for regular expression...

Added few other translations to which replace all previous Italian PRs Mergeable after #1049

Hello! I don't know if I'm missing something, or not. Is there a way to parse `tomorrow at 12` and have the lib assume the minutes value? (i.e. have the...

MD5 is not FIPS compliant thus I am proposing replacement with SHA512.

Due to an error with my Google Sheets table, I found that Google (and [DIN 5008](https://www.din-5008-richtlinien.de/startseite/datum/)) use `Sept` as abbreviation for `September`, but `dateparser` only understood `Sep`. It looks like...

For some timezones, it's common to use a DST-unaware timezone abbreviations, for example "CT" for either "CST" or "CDT". Currently `dateparser` chokes on trying to use such: ```pyi >>> import...

Fixes https://github.com/scrapinghub/dateparser/issues/849 Tested with Python 3.8 and 3.9

The code for English (United States) 'en-US'. The prefix, 'en', is a language code following the [ISO 639-1 standard](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes). The suffix, 'US', is a country code following the [ISO 3166-1...

help wanted