Skip to content
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

support times with more than 24 hours #5

Merged
merged 2 commits into from
Jan 11, 2016
Merged

support times with more than 24 hours #5

merged 2 commits into from
Jan 11, 2016

Conversation

bwaldvogel
Copy link
Contributor

Example

27:17:54 cannot be represented by datetime.time.
Fallback to datetime.timedelta in this case.

Example:

    '27:17:54' cannot be represented by datetime.time.
    Fallback to datetime.timedelta in this case.
@chfw
Copy link
Member

chfw commented Jan 11, 2016

Thanks for your patch. I will merge them. Could you please name one use case that needs this patch?

chfw added a commit that referenced this pull request Jan 11, 2016
credits go to @bwaldvogel, support times with more than 24 hours
@chfw chfw merged commit a75c5ba into pyexcel:master Jan 11, 2016
@bwaldvogel
Copy link
Contributor Author

Use case: A duration that is formatted with HH:MM:SS

@bwaldvogel
Copy link
Contributor Author

Is there a release planned that will contain this improvement?

@chfw
Copy link
Member

chfw commented Jan 26, 2016

I am sorry. I should have put a note here and in the release note.

Yes, it is released together with 0.1.0. You should be able to get it via pypi now.

@bwaldvogel
Copy link
Contributor Author

Thanks. Works like a charm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants