-
Notifications
You must be signed in to change notification settings - Fork 753
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(query): function about convert_timezone #16177 #16181
Conversation
Hi @florann |
Okay with a lot of struggling, it only remain me to develop the 3 arguments function and to add check on NULL value :) What an hard first task in Rust |
Hello ! @b41sh, I correct all the points you previously mentioned. :^) I'll try to watch a bit in depth how unit test configuration is working otherwise I'll ask for your help |
Okay, so I really don't get how I need to set up my unit test. |
6283302
to
12fb5fa
Compare
683656c
to
d418ed0
Compare
d418ed0
to
658141d
Compare
02d8da4
to
769e9f5
Compare
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 @florann pr. And look forward to keeping an eye on databend in the future
I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/
Summary
The goal was to add a function that allow to convert a timestamp, with a timezone or not, to a specific timezone
Tests
Type of change
This change is