-
Notifications
You must be signed in to change notification settings - Fork 421
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
Fix to support UTC timezone #1022
Conversation
Thanks for your PR @andrei-ionescu 👍 Could you please add a unit-test to better describe the issue fixed? |
6728aeb
to
7667c98
Compare
@fvaleye I added a few tests on the timestamp date type, both ways. I did not add negative tests for other timezones as we may want to support all timezones. I'm not sure why some of the checks do fail. It shows linting errors on files I did not touch at all. Is this a know issue? |
This is a quite common occurrence whenever new versions of rust, and with that new clippy rules in cargo get released. And 1.66 just got released.. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. Thank you for adding tests! :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the tests @andrei-ionescu 👍
Related to delta-io#1019
7667c98
to
9dc51fb
Compare
Description
Adds support for UTC timezone.
Related Issue(s)
Documentation