Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improved parsing of timezone abbreviations #1103

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jamesboi951
Copy link

@jamesboi951 jamesboi951 commented Apr 18, 2022

Pull Request Checklist

Thank you for taking the time to improve Arrow! Before submitting your pull request, please check all appropriate boxes:

  • 🧪 Added tests for changed code.
  • 🛠️ All tests pass when run locally (run tox or make test to find out!).
  • 🧹 All linting checks pass when run locally (run tox -e lint or make lint to find out!).
  • 📚 Updated documentation for changed code.
  • ⏩ Code is up-to-date with the master branch.

If you have any questions about your code changes or any of the points above, please submit your questions along with the pull request and we will try our best to help!

Description of Changes

Closes: #1065. improved parsing of timezone abbreviations.

@codecov
Copy link

codecov bot commented Apr 18, 2022

Codecov Report

Merging #1103 (c16aba6) into master (5f9dfbe) will decrease coverage by 0.08%.
The diff coverage is 66.66%.

@@             Coverage Diff             @@
##            master    #1103      +/-   ##
===========================================
- Coverage   100.00%   99.91%   -0.09%     
===========================================
  Files           10       10              
  Lines         2325     2331       +6     
  Branches       449      450       +1     
===========================================
+ Hits          2325     2329       +4     
- Misses           0        1       +1     
- Partials         0        1       +1     
Impacted Files Coverage Δ
arrow/arrow.py 99.64% <66.66%> (-0.36%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

improved parsing of timezone abbreviations
2 participants