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

Fix to support UTC timezone #1022

Merged
merged 1 commit into from
Dec 21, 2022

Conversation

andrei-ionescu
Copy link
Contributor

Description

Adds support for UTC timezone.

Related Issue(s)

Documentation

@fvaleye
Copy link
Collaborator

fvaleye commented Dec 15, 2022

Thanks for your PR @andrei-ionescu 👍

Could you please add a unit-test to better describe the issue fixed?

@andrei-ionescu
Copy link
Contributor Author

@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?

@roeap
Copy link
Collaborator

roeap commented Dec 16, 2022

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..

wjones127
wjones127 previously approved these changes Dec 21, 2022
Copy link
Collaborator

@wjones127 wjones127 left a 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! :)

@wjones127 wjones127 enabled auto-merge (squash) December 21, 2022 04:10
fvaleye
fvaleye previously approved these changes Dec 21, 2022
Copy link
Collaborator

@fvaleye fvaleye left a 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 👍

@wjones127 wjones127 merged commit ecba6e8 into delta-io:main Dec 21, 2022
@andrei-ionescu andrei-ionescu deleted the fix_to_support_utc branch December 28, 2022 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants