Skip to content

ENH: Timestamp: Support addl datetime classmethods #8837

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

Merged
merged 1 commit into from
Nov 17, 2014

Conversation

jtratner
Copy link
Contributor

  • utcfromtimestamp,timestamp, and combine now supported

Closes #5351.

* `utcfromtimestamp`,`timestamp`, and `combine` now supported
* Closes pandas-dev#5351.
@jtratner jtratner force-pushed the addl-timestamp-classmethods branch from 56a4c64 to 421cd26 Compare November 17, 2014 04:15
@jtratner
Copy link
Contributor Author

This is really minor, but I figured I could knock it out :)

@jreback jreback added API Design Datetime Datetime data dtype Timezones Timezone data dtype labels Nov 17, 2014
@jreback jreback added this to the 0.15.2 milestone Nov 17, 2014
jreback added a commit that referenced this pull request Nov 17, 2014
ENH: Timestamp: Support addl datetime classmethods
@jreback jreback merged commit 9e45acd into pandas-dev:master Nov 17, 2014
@jreback
Copy link
Contributor

jreback commented Nov 17, 2014

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Design Datetime Datetime data dtype Timezones Timezone data dtype
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fromtimestamp, utcfromtimestamp, strptime and combine are broken for Timestamp
2 participants