We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
NaiveDateTime is hard to use correctly, and it is very easy to introduce subtle bugs.
https://github.com/chronotope/chrono/releases/tag/v0.4.35 deprecated a large number of methods on NaiveDateTime for this reason, we should follow their example
Describe the solution you'd like
I would like to alter these methods to return DateTime<Utc>
DateTime<Utc>
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
arrow_array::temporal_conversion::as_datetime
@tustvold - Do you want to alter the methods directly or do a deprecate-then-remove cycle?
I started some work on this in #5684 and would like to continue it if you're interested.
Sorry, something went wrong.
@tustvold @alamb I could resume work on this with some direction.
No branches or pull requests
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
NaiveDateTime is hard to use correctly, and it is very easy to introduce subtle bugs.
https://github.com/chronotope/chrono/releases/tag/v0.4.35 deprecated a large number of methods on NaiveDateTime for this reason, we should follow their example
Describe the solution you'd like
I would like to alter these methods to return
DateTime<Utc>
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: