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

To fix this i had to downgrade regex to `regex==2021.9.30` Here is the log- `Python 3.10.0 (v3.10.0:b494f5935c, Oct 4 2021, 14:59:19) [Clang 12.0.5 (clang-1205.0.22.11)] on darwin Type "help", "copyright", "credits"...

upstream

The parse function only works with naive times, so this provides timezone information to compute the offset from utc and provide `_correct_for_time_frame` with the utc time instead of local time...

The tzlocal pip package was just updated to the version 4.0. It seesm that in this version you should define explicitely your timezone, if not it raise an exception like...

Type: Bug

I am on the latest version of the library, the test string is `Now arriving today by 10 PM` which gets parsed as ```python [('Now', datetime.datetime(2021, 10, 11, 7, 52,...

Type: Bug
search_dates

Is it possible to optionally get a `datetime.date` object out of a parser, instead of a `datetime.datetime`? Essentially I'd like to differentiate between, say, "tomorrow" and "tomorrow 4pm", where the...

This PR solves the below issues, it adds support for date objects like `12.12.2000` (separated by `.`) - #768 - #771 - #500 - #952 - #767 Tests are added...

- Updating CLDR data to `39.0.0`. - Fixing CLDR downlaod error. - Updating CLDR Data URL : `https://github.com/unicode-cldr/cldr-dates-full` (archived) -> `https://github.com/unicode-org/cldr-json`. TODO : - Fixing tests Fixes issue #940

x = "De las 21:58 horas del 10 de julio a las 01:12 horas del 11 de julio" y = "De las 23:08 horas del 10 de julio a las...

Type: Bug
Type: Bug - Language
Status: Bug confirmed
search_dates

Otherwise there will be an error if `~/.cache` does not exist yet.