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

Change datetimeTz underlaying type #14

Open
yoramdelangen opened this issue Jan 17, 2023 · 0 comments
Open

Change datetimeTz underlaying type #14

yoramdelangen opened this issue Jan 17, 2023 · 0 comments
Assignees

Comments

@yoramdelangen
Copy link
Collaborator

Currently, the datetimeTz uses the datetime method, which is an alias of timestamp_ntz. This is not the expected behavior.

timestamp_ltz is create timestamps based upon UTC.
timestamp_ntz is create timestamps based upon: internally stores “wallclock” time with a specified precision.

@yoramdelangen yoramdelangen self-assigned this Jan 17, 2023
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

No branches or pull requests

1 participant