-
Dateparser is unable to parse this string: Fri Jan 26 16:32:21 +0000 2018
```python
>>> import dateparser
>>> foo = dateparser.parse('Fri Jan 26 16:32:21 +0000 2018')
>>> print(foo)
None
```
-
Info:
```
Linux 4.15.0-24-generic #26-Ubuntu SMP Wed Jun 13 08:44:47 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
```
```
Python 3.7.0b3
```
```
>>> import dateparser
>>> dateparser.__version__
…
-
When trying to use the `dateparser` module w/ AWS Lambda (Python 3.6, Zappa 0.44.3), I'm seeing an error in CloudWatch, after trying to import dateparser (the upper portion of this trace has been omit…
-
While bot commands currently accept an time interval (`1d`, `3M`, etc"), it would be convenient if we could also specify datetimes. I propose datetimes be specified per ISO 8601, as the native `dateti…
-
Sometimes a user may need to deal with old dates, e.g.
```
>>> datetime.datetime.strptime('1 January 0001', '%d %B %Y')
datetime.datetime(1, 1, 1, 0, 0)
```
In version 0.5.0 it used to be okay:…
-
```python
>>> dateparser.parse(u'Actualisé le 17 avril 2019', languages=['fr'])
>>> dateparser.parse(u'le 17 avril 2019', languages=['fr'])
datetime.datetime(2019, 4, 17, 0, 0)
>>> dateparser.pars…
-
Testando 139 spiders que estão em [enabled_spiders.py](https://github.com/okfn-brasil/querido-diario/blob/main/scripts/enabled_spiders.py) no windows.
Percebi que ao menos 20 estavam com um erro inco…
-
This project is unmaintained. If you need a workaround, you can force the dependencies to be a specific version like this:
```
python -m pip install "beautifulsoup4==4.9.1"
python -m pip install …
-
```
---- What steps will reproduce the problem? -------
var dateParser = new
goog.i18n.DateTimeParse(goog.i18n.DateTimeFormat.Format.MEDIUM_DATE);
if (dateParser.strictParse("Feb 31, 2012") > 0)
a…
-
```
---- What steps will reproduce the problem? -------
var dateParser = new
goog.i18n.DateTimeParse(goog.i18n.DateTimeFormat.Format.MEDIUM_DATE);
if (dateParser.strictParse("Feb 31, 2012") > 0)
a…