-
Notifications
You must be signed in to change notification settings - Fork 966
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
TimeSpan's should show the time breakdown #29
Comments
Hey @robdmoore, I see your point and while this is more logical, I think the current implementation might be more desired. This is parallel to DateTime.Humanize and the thinking is that a human doesn't quite care about the minutes when we're talking about a couple of days. I guess what we could do is to provide an overload that will return the detailed value. /cc @joshka |
Completely agree - I can think of situations where you would want both. I wonder if we can somehow provide the accuracy you are interested in e.g. hours vs mins vs seconds? |
No real opinion from me. As a side note, if accuracy matters (it probably does), there should always I wonder if this guidance would be usefully put somewhere nearby to this in |
Done in #65 |
I would expect this:
But it seems to come back with
2 days
currently.The text was updated successfully, but these errors were encountered: