-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
Timestamp repr error with tzoffset tz #2443
Comments
What's the error? That it prints out both +0100 and the tzoffset? |
dateutil 2.1:
|
oh ok, i'm still on 1.5 |
Gotcha. I'm about to push fix |
ghost
assigned wesm
Dec 7, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
e.g.
result = Timestamp('2002-06-28T01:00:00.000000000+0100')
from http://stackoverflow.com/questions/13703720/converting-between-datetime-timestamp-and-datetime64
The text was updated successfully, but these errors were encountered: