scrapinghub / scrapinghub/dateparser
Enforce a minimum version of tzlocal
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.9k
- Forks
- 520
- Avg merge
- 22h 56m
- Merged PRs (30d)
- 6
Description
Using an old version of
tzlocal, 2.1 madedateparserreturn Local Mean Time instead of the correct timezone as the result of this change. After they switched away frompytztozoneinfothat problem went away. You might want to bump your minimumtzlocalversion dependency. https://github.com/scrapinghub/dateparser/pull/954#issuecomment-1287923834
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
Inspect the project's dependency metadata for the minimum tzlocal constraint and review the linked dateparser pull request and comment for the regression context. Confirm that the supported minimum avoids the reported Local Mean Time result, then run the relevant test suite to verify the change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 72/100