Skip to content

dy.Datetime() does not support time_unit and time_zone #32

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

Closed
epes opened this issue May 6, 2025 · 0 comments · Fixed by #33
Closed

dy.Datetime() does not support time_unit and time_zone #32

epes opened this issue May 6, 2025 · 0 comments · Fixed by #33

Comments

@epes
Copy link

epes commented May 6, 2025

Polars Datetime data type supports time_unit and time_zone which seems like cannot be translated directly to a dy.Datetime type

ex: pl.Datetime(time_unit="us", time_zone="UTC") / dy.Datetime(nullable=True, time_unit="us", time_zone="UTC")

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

Successfully merging a pull request may close this issue.

1 participant