-
-
Notifications
You must be signed in to change notification settings - Fork 681
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
feat(1090/default_tz): Added possibility to override default UTC - #1… #1122
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1122 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 10 10
Lines 2325 2336 +11
Branches 449 446 -3
=========================================
+ Hits 2325 2336 +11
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Thank you @anishnya for approving the workflow. |
No worries. Thank you for contributing! Please feel free to ask us any questions and we'll be more than happy to help! :) |
Co-authored-by: Karsa Zoltán <Zoltan Karsa>
@anishnya , my apologies, I did not catch the isort and black failures. |
Oh my! |
Hi @anishnya, |
Hey @morcef, we did move things around in the documentation recently to improve readability. I try to get stuff reviewed and merged in when free time pops up. I will take a look at this PR in the next few days. |
Thank you @krisfremen :) |
Pull Request Checklist
Thank you for taking the time to improve Arrow! Before submitting your pull request, please check all appropriate boxes:
tox
ormake test
to find out!).tox -e lint
ormake lint
to find out!).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
#1090 - Added possibility to override default UTC timezone. I don't believe this should be breaking anything, but I appretiate any feedback as this is my first PR on such a project.
Closes: #1090