scrapinghub / scrapinghub/dateparser
Italian date with format "%a, %d %b %Y %H:%M:%S %z" is not working
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.9k
- Forks
- 520
- Avg merge
- 22h 56m
- Merged PRs (30d)
- 6
Description
I tried following code with the versions 1.0.0 1.1.0 and 1.1.1 on Windows with python 3.7.4 and all three versions have the same output of None:
dateparser.parse('mar, 07 giu 2022 08:56:47 +0200')
dateparser.parse('mar, 07 giu 2022 08:56:47 +0200', date_formats=['%a, %d %b %Y %H:%M:%S %z'])
dateparser.parse('mar, 07 giu 2022 08:56:47 +0200', date_formats=['%a, %d %b %Y %H:%M:%S %z'], languages=['it'])
What am I missing?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the reported Italian input with dateparser.parse and the supplied date_formats and languages arguments. Trace the Italian locale and strptime-format handling to determine why the result is None; done means the example parses successfully without regressing the existing date-format behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- localization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100