Skip to content

Add tz kw to to_datetime, deprecate utc #13712

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
sinhrks opened this issue Jul 19, 2016 · 3 comments
Closed

Add tz kw to to_datetime, deprecate utc #13712

sinhrks opened this issue Jul 19, 2016 · 3 comments
Labels
Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype Deprecate Functionality to remove in pandas

Comments

@sinhrks
Copy link
Member

sinhrks commented Jul 19, 2016

xref #17603 - can be simplified when this issue is fixed

To be compat with DatetimeIndex kwds. The impl should be pretty straightforward.

@sinhrks sinhrks added Datetime Datetime data dtype Compat pandas objects compatability with Numpy or Python functions Deprecate Functionality to remove in pandas labels Jul 19, 2016
@sinhrks sinhrks added this to the 0.19.0 milestone Jul 19, 2016
@jorisvandenbossche jorisvandenbossche modified the milestones: 0.20.0, 0.19.0 Aug 18, 2016
@tacaswell
Copy link
Contributor

bread crumbs back to #6415

@mroeschke
Copy link
Member

A patch (PR #17603) to address localizing naive datetime strings with a datetime64tz dtype can be simplified once this issue has been solved.

@mroeschke
Copy link
Member

I'd be personally -1 on adding a tz since we have tz_localize and tz_convert. Since there hasn't been much activity on this issue I am going to close but open to feedback from others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype Deprecate Functionality to remove in pandas
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants