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
We probably can remove both checks, see #39092
The text was updated successfully, but these errors were encountered:
Hm probably can not remove this.
np.datetime64("2014-02-01 00:00Z")
still raising
DeprecationWarning: parsing timezone aware datetimes is deprecated; this will raise an error in the future np.datetime64("2014-02-01 00:00Z")
Unless we want to remove the Z?
Z
cc @jreback
Sorry, something went wrong.
We only use it in tests and AFAICT all of those places we'd be better off just stripping the "Z", yes.
Successfully merging a pull request may close this issue.
We probably can remove both checks, see #39092
The text was updated successfully, but these errors were encountered: